Files
frontend/node_modules/rc-notification/lib/index.d.ts
2026-01-17 15:16:36 -05:00

7 lines
340 B
TypeScript

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 };