first commit
This commit is contained in:
5
src/components/Notification/interfaces/index.ts
Normal file
5
src/components/Notification/interfaces/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
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 };
|
Reference in New Issue
Block a user