5 lines
313 B
TypeScript
Executable File
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 }; |