chore: export form model facade interface
@@ -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';