Files

3 lines
124 B
TypeScript
Raw Permalink Normal View History

import type { FormInstance } from './useForm';
export default function useFormInstance<Value = any>(): FormInstance<Value>;