UNPKG

react-quick-notify

Version:

react-quick-notify: A beautiful, customizable toast notification system for React applications with zero CSS dependencies

8 lines 222 B
import React from 'react'; import { Toast } from '../types/toast'; interface ToastItemProps { toast: Toast; } export declare const ToastItem: React.FC<ToastItemProps>; export {}; //# sourceMappingURL=ToastItem.d.ts.map