智慧水务管理系统 - 精河县供水工程综合管理平台

requestAnimationFrame.d.ts 178B

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