refactor(plugin-workflow): add client exports (#2702)

This commit is contained in:
Junyi 2023-09-22 13:56:33 +08:00 committed by GitHub
parent 49b75b6ab6
commit c16034b8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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