Files
Environment-Monitoring-System/node_modules/zrender/lib/animation/requestAnimationFrame.d.ts
ChuXun 02a830145e 1
2025-10-25 19:18:43 +08:00

4 lines
178 B
TypeScript

declare type RequestAnimationFrameType = typeof window.requestAnimationFrame;
declare let requestAnimationFrame: RequestAnimationFrameType;
export default requestAnimationFrame;