UNPKG

nextui-alert

Version:
8 lines (7 loc) 265 B
import type NextuiAlertProps from './@types/nextui-alert-props'; /** * The NextuiAlert component. * * @see https://github.com/sensasi-delight/nextui-alert */ export default function NextuiAlert(props: NextuiAlertProps): import("react/jsx-runtime").JSX.Element;