UNPKG

houseform

Version:

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

5 lines (4 loc) 256 B
import { FieldArrayInstance } from "./types"; export declare const initialFieldArrayContext: unknown; export declare const FieldArrayContext: import("react").Context<unknown>; export declare const useFieldArrayContext: <T>() => FieldArrayInstance<T, any>;