Blame view

node_modules/zrender/lib/animation/requestAnimationFrame.d.ts 178 Bytes
bd028579   易尊强   2/28
1
2
3
  declare type RequestAnimationFrameType = typeof window.requestAnimationFrame;
  declare let requestAnimationFrame: RequestAnimationFrameType;
  export default requestAnimationFrame;