UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

11 lines 1.01 kB
"use strict"; "use client"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LocalAlertCloseButton = exports.LocalAlertContent = exports.LocalAlertTitle = exports.LocalAlertHeader = exports.LocalAlert = void 0; var LocalAlertRoot_1 = require("./root/LocalAlertRoot"); Object.defineProperty(exports, "LocalAlert", { enumerable: true, get: function () { return LocalAlertRoot_1.LocalAlert; } }); Object.defineProperty(exports, "LocalAlertHeader", { enumerable: true, get: function () { return LocalAlertRoot_1.LocalAlertHeader; } }); Object.defineProperty(exports, "LocalAlertTitle", { enumerable: true, get: function () { return LocalAlertRoot_1.LocalAlertTitle; } }); Object.defineProperty(exports, "LocalAlertContent", { enumerable: true, get: function () { return LocalAlertRoot_1.LocalAlertContent; } }); Object.defineProperty(exports, "LocalAlertCloseButton", { enumerable: true, get: function () { return LocalAlertRoot_1.LocalAlertCloseButton; } }); //# sourceMappingURL=index.js.map