mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
feat: editor export inversify api
This commit is contained in:
parent
b1bb774238
commit
64b191fa11
@ -10,6 +10,17 @@ export * from '@flowgram.ai/variable-plugin';
|
|||||||
export * from '@flowgram.ai/shortcuts-plugin';
|
export * from '@flowgram.ai/shortcuts-plugin';
|
||||||
export * from '@flowgram.ai/node-core-plugin';
|
export * from '@flowgram.ai/node-core-plugin';
|
||||||
export * from '@flowgram.ai/i18n-plugin';
|
export * from '@flowgram.ai/i18n-plugin';
|
||||||
|
export {
|
||||||
|
type interfaces,
|
||||||
|
injectable,
|
||||||
|
postConstruct,
|
||||||
|
named,
|
||||||
|
Container,
|
||||||
|
ContainerModule,
|
||||||
|
AsyncContainerModule,
|
||||||
|
inject,
|
||||||
|
multiInject,
|
||||||
|
} from 'inversify';
|
||||||
|
|
||||||
export { FlowNodeFormData, NodeRender, type NodeRenderProps } from '@flowgram.ai/form-core';
|
export { FlowNodeFormData, NodeRender, type NodeRenderProps } from '@flowgram.ai/form-core';
|
||||||
|
|
||||||
@ -28,7 +39,7 @@ export type {
|
|||||||
IFieldArray,
|
IFieldArray,
|
||||||
IForm,
|
IForm,
|
||||||
Errors,
|
Errors,
|
||||||
Warnings
|
Warnings,
|
||||||
} from '@flowgram.ai/form';
|
} from '@flowgram.ai/form';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user