UNPKG

@activecollab/components

Version:

ActiveCollab Components

7 lines 355 B
import { createContext, useContext } from "react"; const WizardContext = /*#__PURE__*/createContext({}); export const WizardContextProvider = WizardContext.Provider; export const WizardContextConsumer = WizardContext.Consumer; export const useWizardContext = () => useContext(WizardContext); export default WizardContext; //# sourceMappingURL=index.js.map