2
0
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:
Oliver
2026-03-03 15:10:03 +11:00
committed by GitHub
parent 41a617febd
commit 948818bc78
5 changed files with 138 additions and 102 deletions

View File

@@ -71,3 +71,6 @@ export {
RowCancelAction,
RowActions
} from './components/RowActions';
// Shared hooks
export { default as monitorDataOutput } from './hooks/MonitorDataOutput';