GoScrobble/web/node_modules/react-toastify/dist/utils/collapseToast.d.ts

6 lines
200 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
import { Default } from './constant';
/**
* Used to collapse toast after exit animation
*/
export declare function collapseToast(node: HTMLElement, done: () => void, duration?: Default): void;