UNPKG

zrender

Version:

A lightweight graphic library providing 2d draw for Apache ECharts

4 lines (3 loc) 178 B
declare type RequestAnimationFrameType = typeof window.requestAnimationFrame; declare let requestAnimationFrame: RequestAnimationFrameType; export default requestAnimationFrame;