2025-02-28 15:29:32 +08:00

24 lines
467 B
TypeScript

export * from './react';
export type {
FormRenderProps,
FieldRenderProps,
FieldArrayRenderProps,
FieldState,
FormState,
Validate,
FormControl,
FieldName,
FieldError,
FieldWarning,
FormValidateReturn,
FieldValue,
FieldArray as IFieldArray,
Field as IField,
Form as IForm
} from './types';
export { ValidateTrigger } from './types';
export { createForm } from './core/create-form';
export { Glob } from './utils';
export * from './core';