xiaokuaisong-shopapp/uniapp05/node_modules/zrender/lib/animation/requestAnimationFrame.d.ts
2024-10-18 16:05:19 +08:00

4 lines
178 B
TypeScript

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