chore: export form model facade interface

This commit is contained in:
YuanHeDx 2025-02-28 15:29:32 +08:00
parent 1500eb133f
commit 8634ab8842
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ export type {
FieldWarning,
IField,
IFieldArray,
IForm
} from '@flowgram.ai/form';
export {

View File

@ -14,6 +14,7 @@ export type {
FieldValue,
FieldArray as IFieldArray,
Field as IField,
Form as IForm
} from './types';
export { ValidateTrigger } from './types';