UNPKG
@dfsj/echarts
Version:
latest (4.0.0-alpha.9)
4.0.0-alpha.9
4.0.0-alpha.8
4.0.0-alpha.7
4.0.0-alpha.6
4.0.0-alpha.5
4.0.0-alpha.4
4.0.0-alpha.3
4.0.0-alpha.2
4.0.0-alpha.1
3.7.4
3.7.3
3.7.2
3.7.1
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
/
charts
/
useDamSchematic
/
index.d.ts
4 lines
(3 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
import
{
Ref
}
from
'vue'
;
import
type
{
IChartHookExtended
,
IChartOverride
}
from
'../../types/chart-hook'
;
export
declare
function
useDamSchematic
(
chartRef
:
Ref
<
HTMLElement
>,
override
?:
Partial
<
IChartOverride
>
):
IChartHookExtended
;