1
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import useNotification from './hooks/useNotification';
|
||||
import Notice from './Notice';
|
||||
import type { NotificationAPI, NotificationConfig } from './hooks/useNotification';
|
||||
import NotificationProvider from './NotificationProvider';
|
||||
export { useNotification, Notice, NotificationProvider };
|
||||
export type { NotificationAPI, NotificationConfig };
|
||||
Reference in New Issue
Block a user