UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

11 lines 1.03 kB
"use strict"; "use client"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GlobalAlertCloseButton = exports.GlobalAlertContent = exports.GlobalAlertTitle = exports.GlobalAlertHeader = exports.GlobalAlert = void 0; var GlobalAlertRoot_1 = require("./root/GlobalAlertRoot"); Object.defineProperty(exports, "GlobalAlert", { enumerable: true, get: function () { return GlobalAlertRoot_1.GlobalAlert; } }); Object.defineProperty(exports, "GlobalAlertHeader", { enumerable: true, get: function () { return GlobalAlertRoot_1.GlobalAlertHeader; } }); Object.defineProperty(exports, "GlobalAlertTitle", { enumerable: true, get: function () { return GlobalAlertRoot_1.GlobalAlertTitle; } }); Object.defineProperty(exports, "GlobalAlertContent", { enumerable: true, get: function () { return GlobalAlertRoot_1.GlobalAlertContent; } }); Object.defineProperty(exports, "GlobalAlertCloseButton", { enumerable: true, get: function () { return GlobalAlertRoot_1.GlobalAlertCloseButton; } }); //# sourceMappingURL=index.js.map