UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

16 lines 501 B
import { BaseAlert } from "../../base-alert/index.js"; /** * @see 🏷️ {@link GlobalAlertCloseButtonProps} * @example * ```jsx * <GlobalAlert> * <GlobalAlert.Header> * <GlobalAlert.Title>Info title</GlobalAlert.Title> * <GlobalAlert.CloseButton onClick={() => alert("Closed!")} /> * </GlobalAlert.Header> * </GlobalAlert> * ``` */ const GlobalAlertCloseButton = BaseAlert.CloseButton; export { GlobalAlertCloseButton }; //# sourceMappingURL=GlobalAlertCloseButton.js.map