style: improve the ui of the toast for notifications

This commit is contained in:
Nathnael
2026-07-06 10:38:27 +00:00
parent abe26c2c60
commit ca3a6072d8
7 changed files with 244 additions and 38 deletions

View File

@@ -32,11 +32,13 @@ export {
NotificationBell,
NotificationItem,
NotificationDrawer,
NotificationToast,
} from "./components/NotificationBell";
export type {
NotificationBellProps,
NotificationItemProps,
NotificationDrawerProps,
NotificationToastProps,
NotificationItemData,
NotificationVisual,
ResolveNotificationVisual,