UNPKG

rc-notification

Version:
7 lines (6 loc) 340 B
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 };