refactor(plugin-workflow): add exports for client (#2960)

This commit is contained in:
Junyi 2023-11-03 23:25:33 +08:00 committed by GitHub
parent 98d8ddc43e
commit 9da6606e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';