2024-01-29 09:26:07 +08:00

12 lines
834 B
TypeScript

export { default as NForm, formProps } from './src/Form';
export type { FormProps } from './src/Form';
export { default as NFormItem, formItemProps } from './src/FormItem';
export type { FormItemProps } from './src/FormItem';
export { default as NFormItemGridItem, default as NFormItemGi, formItemGiProps, formItemGiProps as formItemGridItemProps } from './src/FormItemGridItem';
export type { FormItemGiProps, FormItemGiProps as FormItemGridItemProps } from './src/FormItemGridItem';
export type { FormInst, FormItemInst, FormItemRule, FormRules, FormValidationError } from './src/interface';
export { default as NFormItemCol } from './src/FormItemCol';
export { default as NFormItemRow } from './src/FormItemRow';
export type { FormItemColProps } from './src/FormItemCol';
export type { FormItemRowProps } from './src/FormItemRow';