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