UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

18 lines 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InfoCardHeader = void 0; const base_alert_1 = require("../../base-alert"); /** * @see 🏷️ {@link InfoCardHeaderProps} * @example * ```jsx * <InfoCard> * <InfoCard.Header icon={<InformationSquareIcon aria-hidden />}> * <InfoCard.Title>Info title</InfoCard.Title> * </InfoCard.Header> * </InfoCard> * ``` */ const InfoCardHeader = base_alert_1.BaseAlert.Header; exports.InfoCardHeader = InfoCardHeader; //# sourceMappingURL=InfoCardHeader.js.map