UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

10 lines 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExpansionCardContext = void 0; const react_1 = require("react"); exports.ExpansionCardContext = (0, react_1.createContext)({ open: false, toggleOpen: () => { }, size: "medium", }); //# sourceMappingURL=context.js.map