@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
17 lines • 437 B
JavaScript
import { BaseAlert } from "../../base-alert/index.js";
/**
* @see 🏷️ {@link InfoCardContentProps}
* @example
* ```jsx
* <InfoCard>
* <InfoCard.Header>
* <InfoCard.Title>Info title</InfoCard.Title>
* </InfoCard.Header>
*
* <InfoCard.Content>Content</InfoCard.Content>
* </InfoCard>
* ```
*/
const InfoCardContent = BaseAlert.Content;
export { InfoCardContent };
//# sourceMappingURL=InfoCardContent.js.map