UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

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