未验证 提交 93f29885 编写于 作者: O Olivier Louvignes 提交者: GitHub

chore: add FormListProps export in form/index.tsx (#26831)

上级 fe6a6b04
import { Rule, RuleObject, RuleRender } from 'rc-field-form/lib/interface';
import InternalForm, { useForm, FormInstance, FormProps } from './Form';
import Item, { FormItemProps } from './FormItem';
import List from './FormList';
import List, { FormListProps } from './FormList';
import { FormProvider } from './context';
import devWarning from '../_util/devWarning';
......@@ -31,6 +31,6 @@ Form.create = () => {
);
};
export { FormInstance, FormProps, FormItemProps, Rule, RuleObject, RuleRender };
export { FormInstance, FormProps, FormItemProps, FormListProps, Rule, RuleObject, RuleRender };
export default Form;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册