Files
2026-01-12 09:12:41 +00:00

3 lines
124 B
TypeScript

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