UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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