UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

20 lines 571 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InfoCardContent = void 0; const base_alert_1 = require("../../base-alert"); /** * @see 🏷️ {@link InfoCardContentProps} * @example * ```jsx * <InfoCard> * <InfoCard.Header> * <InfoCard.Title>Info title</InfoCard.Title> * </InfoCard.Header> * * <InfoCard.Content>Content</InfoCard.Content> * </InfoCard> * ``` */ const InfoCardContent = base_alert_1.BaseAlert.Content; exports.InfoCardContent = InfoCardContent; //# sourceMappingURL=InfoCardContent.js.map