‘liusuyi’
2023-08-22 7a880de423619dc266a60dc643794ba626f7131f
1
2
3
declare type RequestAnimationFrameType = typeof window.requestAnimationFrame;
declare let requestAnimationFrame: RequestAnimationFrameType;
export default requestAnimationFrame;