import { BaseAlert } from "../../base-alert"; type LocalAlertContentProps = BaseAlert.ContentProps; /** * @see 🏷️ {@link LocalAlertContentProps} * @example * ```jsx * * * Info title * * * Content * * ``` */ const LocalAlertContent = BaseAlert.Content; export { LocalAlertContent }; export type { LocalAlertContentProps };