mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-23 20:26:28 +00:00
7 lines
297 B
TypeScript
7 lines
297 B
TypeScript
export declare const load: (url: string) => {
|
|
clearInterval: (timerId: number) => void;
|
|
clearTimeout: (timerId: number) => void;
|
|
setInterval: (func: Function, delay?: number) => number;
|
|
setTimeout: (func: Function, delay?: number) => number;
|
|
};
|
|
//# sourceMappingURL=module.d.ts.map
|