UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

11 lines 335 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccordionContext = void 0; const react_1 = require("react"); exports.AccordionContext = (0, react_1.createContext)({ headingSize: "small", size: "medium", openItems: [], mounted: false, }); //# sourceMappingURL=AccordionContext.js.map