Files
apkt-eis/src/components/Notification/interfaces/index.ts
Dede Fuji Abdul 275153649c first commit
2023-10-16 09:00:27 +07:00

5 lines
313 B
TypeScript

import type { Notification, NotificationType } from './Notification.interface'
import type { NotificationsState } from './NotificationsState.interface'
import type { NotificationConfig } from './NotificationConfig.interface'
export type { Notification, NotificationsState, NotificationConfig, NotificationType };