Explorar o código

chore: export form model facade interface

YuanHeDx hai 10 meses
pai
achega
8634ab8842

+ 1 - 0
packages/client/editor/src/index.ts

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

+ 1 - 0
packages/node-engine/form/src/index.ts

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