refactor(plugin-workflow): add exports for client (#2960)
This commit is contained in:
parent
98d8ddc43e
commit
9da6606e86
@ -3,7 +3,7 @@ export * from './Branch';
|
|||||||
export * from './FlowContext';
|
export * from './FlowContext';
|
||||||
export * from './nodes';
|
export * from './nodes';
|
||||||
export { triggers, useTrigger, getTriggersOptions } from './triggers';
|
export { triggers, useTrigger, getTriggersOptions } from './triggers';
|
||||||
export { useWorkflowVariableOptions, getCollectionFieldOptions } from './variable';
|
export * from './variable';
|
||||||
export { default as useStyles } from './style';
|
export { default as useStyles } from './style';
|
||||||
|
|
||||||
import { Plugin } from '@nocobase/client';
|
import { Plugin } from '@nocobase/client';
|
||||||
|
Loading…
Reference in New Issue
Block a user