Skip to content

Commit

Permalink
docs: fix ProFormProps props error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jan 21, 2021
1 parent 8f9761f commit 6d0fa40
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/form/src/index.tsx
Expand Up @@ -33,11 +33,9 @@ import type { ModalFormProps } from './layouts/ModalForm';
import ModalForm from './layouts/ModalForm';
import type { DrawerFormProps } from './layouts/DrawerForm';
import DrawerForm from './layouts/DrawerForm';
import { FormInstance, FormItemProps, FormProps } from './BaseForm';
import type { FormInstance, FormItemProps, FormProps } from './BaseForm';
import './index.less';

export { FormProps, FormItemProps, FormInstance };

export type {
ProFormCaptchaProps,
BaseQueryFilterProps,
Expand All @@ -49,6 +47,9 @@ export type {
QueryFilterProps,
ProFormFieldSetProps,
ProFormDependencyProps,
FormProps,
FormItemProps,
FormInstance,
};

const ProFormGroup = ProForm.Group;
Expand Down

0 comments on commit 6d0fa40

Please sign in to comment.