UNPKG

houseform

Version:

Simple to use React forms, where your validation and UI code live together in harmony.

5 lines (4 loc) 221 B
import { FormInstance } from "./types"; export declare const initialFormContext: unknown; export declare const FormContext: import("react").Context<unknown>; export declare const useFormContext: <F>() => FormInstance<F>;