UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

15 lines 423 B
import { BaseAlert } from "../../base-alert/index.js"; /** * @see 🏷️ {@link InfoCardHeaderProps} * @example * ```jsx * <InfoCard> * <InfoCard.Header icon={<InformationSquareIcon aria-hidden />}> * <InfoCard.Title>Info title</InfoCard.Title> * </InfoCard.Header> * </InfoCard> * ``` */ const InfoCardHeader = BaseAlert.Header; export { InfoCardHeader }; //# sourceMappingURL=InfoCardHeader.js.map