2024-02-19 09:08:50 +07:00

5 lines
313 B
TypeScript
Executable File

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 };