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.

7 lines (6 loc) 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var react_1 = require("react"); exports.ProformaContext = react_1.createContext({}); exports.ProformaContextProvider = exports.ProformaContext.Provider; exports.ProformaContextConsumer = exports.ProformaContext.Consumer;