UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

19 lines 602 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InfoCardTitle = void 0; const base_alert_1 = require("../../base-alert"); /** * Title component for InfoCard. Remember to use correct heading-level with the `as` prop. * @see 🏷️ {@link InfoCardTitleProps} * @example * ```jsx * <InfoCard> * <InfoCard.Header> * <InfoCard.Title as="h2">Info title</InfoCard.Title> * </InfoCard.Header> * </InfoCard> * ``` */ const InfoCardTitle = base_alert_1.BaseAlert.Title; exports.InfoCardTitle = InfoCardTitle; //# sourceMappingURL=InfoCardTitle.js.map