mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 11:08:12 +00:00
feat: update the ui of the notification
This commit is contained in:
@@ -28,10 +28,18 @@ export type { OperationDatePickerProps } from "./components/OperationDatePicker"
|
||||
export { CountdownTimer } from "./components/CountdownTimer";
|
||||
export type { CountdownTimerProps } from "./components/CountdownTimer";
|
||||
|
||||
export { NotificationBell } from "./components/NotificationBell";
|
||||
export {
|
||||
NotificationBell,
|
||||
NotificationItem,
|
||||
NotificationDrawer,
|
||||
} from "./components/NotificationBell";
|
||||
export type {
|
||||
NotificationBellProps,
|
||||
NotificationBellItem,
|
||||
NotificationItemProps,
|
||||
NotificationDrawerProps,
|
||||
NotificationItemData,
|
||||
NotificationVisual,
|
||||
ResolveNotificationVisual,
|
||||
} from "./components/NotificationBell";
|
||||
|
||||
export { Badge } from "./components/badge";
|
||||
|
||||
Reference in New Issue
Block a user