UNPKG

@redocly/theme

Version:

Shared UI components lib

14 lines 468 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CodeWalkthroughStepsContext = void 0; const react_1 = require("react"); exports.CodeWalkthroughStepsContext = (0, react_1.createContext)({ markers: {}, activeStep: null, setActiveStep: () => { }, registerStep: () => { }, registerMarker: () => { }, removeMarker: () => { }, removeStep: () => { }, }); //# sourceMappingURL=CodeWalkthroughStepsContext.js.map