mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 23:03:36 +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;
|