requestAnimationFrame.d.ts 178 B

123
  1. declare type RequestAnimationFrameType = typeof window.requestAnimationFrame;
  2. declare let requestAnimationFrame: RequestAnimationFrameType;
  3. export default requestAnimationFrame;