Files
2026-01-16 01:51:36 +00:00

3 lines
124 B
TypeScript

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