UNPKG

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