‘liusuyi’
2023-11-03 e98fb13c21fe5e3d03eaaa5e26e3597ba49e9d0e
1
2
3
declare type RequestAnimationFrameType = typeof window.requestAnimationFrame;
declare let requestAnimationFrame: RequestAnimationFrameType;
export default requestAnimationFrame;