111
k94314517
2025-06-18 efb9570ba3ba966200b82ca7b99c5e72672ee738
1
2
3
declare type RequestAnimationFrameType = typeof window.requestAnimationFrame;
declare let requestAnimationFrame: RequestAnimationFrameType;
export default requestAnimationFrame;