UNPKG

@heroui/alert

Version:

Alerts are temporary notifications that provide concise feedback about an action or event.

10 lines (9 loc) 283 B
export { default as Alert, AlertProps } from './alert.mjs'; export { useAlert } from './use-alert.mjs'; import '@heroui/system'; import 'react/jsx-runtime'; import '@heroui/shared-icons'; import 'react'; import '@heroui/button'; import '@heroui/theme'; import '@heroui/react-utils';