Files
boc/landvex/node_modules/react-toastify/dist/utils/collapseToast.d.ts
T

6 lines
200 B
TypeScript
Raw Normal View History

import { Default } from './constant';
/**
* Used to collapse toast after exit animation
*/
export declare function collapseToast(node: HTMLElement, done: () => void, duration?: Default): void;