index.d.ts 195 B

12345
  1. import { Toast } from './function-call';
  2. export default Toast;
  3. export { Toast };
  4. export type { ToastProps } from './Toast';
  5. export type { ToastType, ToastOptions, ToastPosition } from './types';