@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
20 lines • 613 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GlobalAlertContent = void 0;
const base_alert_1 = require("../../base-alert");
/**
* @see 🏷️ {@link GlobalAlertContentProps}
* @example
* ```jsx
* <GlobalAlert>
* <GlobalAlert.Header>
* <GlobalAlert.Title>Info title</GlobalAlert.Title>
* </GlobalAlert.Header>
*
* <GlobalAlert.Content>Content</GlobalAlert.Content>
* </GlobalAlert>
* ```
*/
const GlobalAlertContent = base_alert_1.BaseAlert.Content;
exports.GlobalAlertContent = GlobalAlertContent;
//# sourceMappingURL=GlobalAlertContent.js.map