13404089107
2025-05-23 e3a78db2a9b791284dfbc087f393ecca08de1ca1
1
2
3
declare type RequestAnimationFrameType = typeof window.requestAnimationFrame;
declare let requestAnimationFrame: RequestAnimationFrameType;
export default requestAnimationFrame;