UNPKG

react-proforma

Version:

React Proforma helps you build simple to complex web forms with ease in React. -- Simplicity where you want it. Flexibility where you need it.

5 lines (4 loc) 258 B
/// <reference types="react" /> export declare const ProformaContext: import("react").Context<any>; export declare const ProformaContextProvider: import("react").Provider<any>; export declare const ProformaContextConsumer: import("react").Consumer<any>;