UNPKG

tdesign-react

Version:
6 lines (5 loc) 284 B
import { FormItemProps } from '../FormItem'; import type { NamePath } from '../type'; export default function useFormItemInitialData(name: NamePath, fullPath: NamePath, initialData: FormItemProps['initialData'], children: FormItemProps['children']): { defaultInitialData: any; };