UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

3 lines (2 loc) 124 B
import type { FormInstance } from './useForm'; export default function useFormInstance<Value = any>(): FormInstance<Value>;