pyt
2025-05-07 ec38b14aa1960146a711272856cb70439624fd04
1
2
3
declare type RequestAnimationFrameType = typeof window.requestAnimationFrame;
declare let requestAnimationFrame: RequestAnimationFrameType;
export default requestAnimationFrame;