UNPKG
@dfsj/echarts
Version:
latest (3.7.0-alpha.6)
3.7.0
3.7.0-alpha.6
3.7.0-alpha.5
3.7.0-alpha.4
3.7.0-alpha.3
3.7.0-alpha.2
3.7.0-alpha.1
3.6.0
3.5.1
3.5.0
3.4.0
3.3.0
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
专业的水文曲线组件或构造函数以及通用的echart二次封装图表
@dfsj/echarts
/
dist
/
utils
/
export.d.ts
4 lines
(3 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
declare
function
exportFile
(
options
:
any
):
Promise
<
unknown
>;
export
declare
function
exportExcel
(
json
:
any
,
name
:
any
,
titleArr
:
any
,
sheetName
:
any
,
options
:
any
):
void
;
export
default
exportFile;