UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

20 lines 599 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LocalAlertContent = void 0; const base_alert_1 = require("../../base-alert"); /** * @see 🏷️ {@link LocalAlertContentProps} * @example * ```jsx * <LocalAlert> * <LocalAlert.Header> * <LocalAlert.Title>Info title</LocalAlert.Title> * </LocalAlert.Header> * * <LocalAlert.Content>Content</LocalAlert.Content> * </LocalAlert> * ``` */ const LocalAlertContent = base_alert_1.BaseAlert.Content; exports.LocalAlertContent = LocalAlertContent; //# sourceMappingURL=LocalAlertContent.js.map