mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-21 18:50:52 +00:00
Expose monitorDataOutput hook to plugin library (#11453)
- Allow plugins to process data outputs
This commit is contained in:
@@ -71,3 +71,6 @@ export {
|
||||
RowCancelAction,
|
||||
RowActions
|
||||
} from './components/RowActions';
|
||||
|
||||
// Shared hooks
|
||||
export { default as monitorDataOutput } from './hooks/MonitorDataOutput';
|
||||
|
||||
Reference in New Issue
Block a user