import { BaseAlert } from "../../base-alert"; type GlobalAlertCloseButtonProps = BaseAlert.CloseButtonProps; /** * @see 🏷️ {@link GlobalAlertCloseButtonProps} * @example * ```jsx * * * Info title * alert("Closed!")} /> * * * ``` */ const GlobalAlertCloseButton = BaseAlert.CloseButton; export { GlobalAlertCloseButton }; export type { GlobalAlertCloseButtonProps };