mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 14:59:16 +01:00
6 lines
195 B
TypeScript
6 lines
195 B
TypeScript
import { DEFAULT } from './constant';
|
|
/**
|
|
* Used to collapse toast after exit animation
|
|
*/
|
|
export declare function collapseToast(node: HTMLElement, done: () => void, duration?: DEFAULT): void;
|