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
/
interfaces.d.ts
6 lines
(5 loc)
•
91 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
ChartImageInfo
{
id
:
string
;
name
:
string
;
svgCode
:
string
; }