UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

9 lines 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListContext = void 0; const react_1 = require("react"); exports.ListContext = (0, react_1.createContext)({ listType: "ul", size: "medium", }); //# sourceMappingURL=List.context.js.map