UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

8 lines 426 B
"use strict"; "use client"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Hide = exports.Show = void 0; var Responsive_1 = require("./Responsive"); Object.defineProperty(exports, "Show", { enumerable: true, get: function () { return Responsive_1.Show; } }); Object.defineProperty(exports, "Hide", { enumerable: true, get: function () { return Responsive_1.Hide; } }); //# sourceMappingURL=index.js.map