@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
19 lines • 628 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocalAlertTitle = void 0;
const base_alert_1 = require("../../base-alert");
/**
* Title component for LocalAlert. Remember to use correct heading-level with the `as` prop.
* @see 🏷️ {@link LocalAlertTitleProps}
* @example
* ```jsx
* <LocalAlert>
* <LocalAlert.Header>
* <LocalAlert.Title as="h2">Info title</LocalAlert.Title>
* </LocalAlert.Header>
* </LocalAlert>
* ```
*/
const LocalAlertTitle = base_alert_1.BaseAlert.Title;
exports.LocalAlertTitle = LocalAlertTitle;
//# sourceMappingURL=LocalAlertTitle.js.map