UNPKG

340 BTypeScriptView Raw
1import useNotification from './hooks/useNotification';
2import Notice from './Notice';
3import type { NotificationAPI, NotificationConfig } from './hooks/useNotification';
4import NotificationProvider from './NotificationProvider';
5export { useNotification, Notice, NotificationProvider };
6export type { NotificationAPI, NotificationConfig };