UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

13 lines (9 loc) 199 B
/** * MSKCC 2021, 2024 */ import { createContext } from 'react'; const StepperContext = /*#__PURE__*/createContext({ activeStep: 0, vertical: false }); export { StepperContext as default };