Explorar o código

Merge pull request #11 from YuanHeDx/chore/iform

chore: export form model facade interface
xiamidaxia hai 10 meses
pai
achega
ececee6f05

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

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

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

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