UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

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