UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

16 lines 472 B
import { BaseAlert } from "../../base-alert/index.js"; /** * 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 = BaseAlert.Title; export { InfoCardTitle }; //# sourceMappingURL=InfoCardTitle.js.map