rk
2025-10-13 bd6229ebd9cb543a22944ecb1142fad92b675dce
1
2
3
declare type RequestAnimationFrameType = typeof window.requestAnimationFrame;
declare let requestAnimationFrame: RequestAnimationFrameType;
export default requestAnimationFrame;