UNPKG

echarts

Version:

Apache ECharts is a powerful, interactive charting and data visualization library for browser

7 lines (6 loc) 184 B
import ComponentView from '../../view/Component.js'; declare class TimelineView extends ComponentView { static type: string; type: string; } export default TimelineView;