UNPKG

react-super

Version:
14 lines (13 loc) 444 B
import { FormInstance, FormProps as AntFormProps } from 'rs-antd'; import 'dayjs/locale/zh-cn'; import { FormItemProps } from '../../FormItem'; export interface Props { form: FormInstance<any>; formProps: AntFormProps; item?: FormItemProps[]; childrenDOM?: any; dataList: any; setDataList: any; } declare const _default: ({ childrenDOM, dataList, setDataList, ...props }: Props) => JSX.Element; export default _default;