doum
2026-04-22 fef7bd9ccdce20f5217974bf0b26cd585bce9ee7
1
2
3
declare type RequestAnimationFrameType = typeof window.requestAnimationFrame;
declare let requestAnimationFrame: RequestAnimationFrameType;
export default requestAnimationFrame;