UNPKG

jb-form

Version:

form web component with extended feature like validation and dirty check

5 lines (4 loc) 280 B
import { type JBFormWebComponent } from "jb-form"; export declare const JBFormContext: import("react").Context<JBFormWebComponent>; export declare const JBFormProvider: import("react").Provider<JBFormWebComponent>; export declare const useJBForm: () => JBFormWebComponent | null;