UNPKG

naive-ui-form

Version:

一个基于naive-ui封装的表单组件,一个配置,生成一个表单

3 lines (2 loc) 150 B
import type { FormInstance, Props } from '../types'; export declare function useForm(props?: Props): [(formIns: FormInstance) => void, FormInstance];