mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
chore: export form model facade interface
This commit is contained in:
parent
1500eb133f
commit
8634ab8842
@ -26,6 +26,7 @@ export type {
|
||||
FieldWarning,
|
||||
IField,
|
||||
IFieldArray,
|
||||
IForm
|
||||
} from '@flowgram.ai/form';
|
||||
|
||||
export {
|
||||
|
||||
@ -14,6 +14,7 @@ export type {
|
||||
FieldValue,
|
||||
FieldArray as IFieldArray,
|
||||
Field as IField,
|
||||
Form as IForm
|
||||
} from './types';
|
||||
|
||||
export { ValidateTrigger } from './types';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user