@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
10 lines • 795 B
JavaScript
;
"use client";
Object.defineProperty(exports, "__esModule", { value: true });
exports.InfoCardContent = exports.InfoCardTitle = exports.InfoCardHeader = exports.InfoCard = void 0;
var InfoCardRoot_1 = require("./root/InfoCardRoot");
Object.defineProperty(exports, "InfoCard", { enumerable: true, get: function () { return InfoCardRoot_1.InfoCard; } });
Object.defineProperty(exports, "InfoCardHeader", { enumerable: true, get: function () { return InfoCardRoot_1.InfoCardHeader; } });
Object.defineProperty(exports, "InfoCardTitle", { enumerable: true, get: function () { return InfoCardRoot_1.InfoCardTitle; } });
Object.defineProperty(exports, "InfoCardContent", { enumerable: true, get: function () { return InfoCardRoot_1.InfoCardContent; } });
//# sourceMappingURL=index.js.map