jiangping
2025-04-18 4a970f0abce9820dfde9ec3786f411b06eedb8e9
1
2
3
declare type RequestAnimationFrameType = typeof window.requestAnimationFrame;
declare let requestAnimationFrame: RequestAnimationFrameType;
export default requestAnimationFrame;