UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

10 lines 507 B
"use strict"; "use client"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConfirmationPanel = void 0; var ConfirmationPanel_1 = require("./ConfirmationPanel"); Object.defineProperty(exports, "ConfirmationPanel", { enumerable: true, get: function () { return __importDefault(ConfirmationPanel_1).default; } }); //# sourceMappingURL=index.js.map