mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:57:20 +00:00
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 './nodes';
|
||||
export { triggers, useTrigger, getTriggersOptions } from './triggers';
|
||||
export { useWorkflowVariableOptions, getCollectionFieldOptions } from './variable';
|
||||
export * from './variable';
|
||||
export { default as useStyles } from './style';
|
||||
|
||||
import { Plugin } from '@nocobase/client';
|
||||
|
Loading…
Reference in New Issue
Block a user