UNPKG

react-quick-notify

Version:

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

7 lines 291 B
import React from 'react'; interface ToastContainerProps { position?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' | 'top-center' | 'bottom-center'; } export declare const ToastContainer: React.FC<ToastContainerProps>; export {}; //# sourceMappingURL=ToastContainer.d.ts.map