UNPKG
vuecharts3
Version:
latest (2.3.0)
2.3.0
2.2.8
2.2.7
2.2.7-beta.1
2.2.7-beta.0
2.2.6
2.2.6-beta.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
the vue toolkit based on echarts
github.com/lloydzhou/vuecharts
lloydzhou/vuecharts
vuecharts3
/
lib
/
index.d.ts
6 lines
(5 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
Echarts
from
'./Components'
;
export
declare
const
install
:
(
Vue
:
any
) =>
void
;
export
default
Echarts
;
export
*
from
'./Components'
;
export
*
from
'./GL'
;