mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:06:31 +00:00
refactor(plugin-workflow): add client exports (#2702)
This commit is contained in:
parent
49b75b6ab6
commit
c16034b8f5
@ -1,7 +1,7 @@
|
|||||||
export * from './Branch';
|
export * from './Branch';
|
||||||
export * from './FlowContext';
|
export * from './FlowContext';
|
||||||
export * from './nodes';
|
export * from './nodes';
|
||||||
export { triggers } from './triggers';
|
export { triggers, getTriggersOptions } from './triggers';
|
||||||
export { useWorkflowVariableOptions } from './variable';
|
export { useWorkflowVariableOptions } from './variable';
|
||||||
|
|
||||||
import { Plugin } from '@nocobase/client';
|
import { Plugin } from '@nocobase/client';
|
||||||
|
Loading…
Reference in New Issue
Block a user