UNPKG

@redocly/theme

Version:

Shared UI components lib

11 lines 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CodeWalkthroughStepsContext = void 0; const react_1 = require("react"); exports.CodeWalkthroughStepsContext = (0, react_1.createContext)({ activeStep: null, setActiveStep: () => { }, register: () => { }, unregister: () => { }, }); //# sourceMappingURL=CodeWalkthroughStepsContext.js.map