UNPKG
@antv/thumbnails
Version:
latest (2.0.0)
2.0.0
2.0.0-alpha.2
1.3.0
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.3.0
0.2.1-alpha.0
0.2.0
0.1.2
0.1.1
0.1.0
Thumbnails of Chart Types.
github.com/antvis/thumbnails
antvis/thumbnails
@antv/thumbnails
/
lib
/
src
/
generated
/
charts
/
line_chart.d.ts
4 lines
(3 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
import
{
ChartImageInfo
}
from
'../../interfaces'
;
declare
const
LINE_CHART
:
ChartImageInfo
;
export
default
LINE_CHART
;