2019-01-12 03:33:27 +00:00
|
|
|
import Notification from './Notification';
|
2023-05-05 01:59:57 +00:00
|
|
|
import useNotification from './useNotification';
|
|
|
|
import type { NotificationAPI } from './useNotification';
|
|
|
|
export { useNotification, NotificationAPI };
|
2019-01-12 03:33:27 +00:00
|
|
|
export default Notification;
|