UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components for the NEXT UI Kit.

16 lines (15 loc) 360 B
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); const react = require("react"); const HvWizardContext = react.createContext({ context: {}, setContext: () => { }, summary: false, setSummary: () => { }, tab: 0, setTab: () => { } }); exports.default = HvWizardContext;