UNPKG

formik-wizard-simple

Version:
6 lines (5 loc) 201 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WizardContext = void 0; const react_1 = require("react"); exports.WizardContext = react_1.createContext(null);