UNPKG
@zhouchangju/standard-chart
Version:
latest (1.10.2-alpha-20250806)
1.10.2-alpha-20250806
标准范式组件
@zhouchangju/standard-chart
/
types
/
extension
/
graphic
/
CurveLine.d.ts
3 lines
(2 loc)
•
131 B
TypeScript
View Raw
1
2
3
import
{ graphic
as
graphicRegister }
from
'echarts/core'
;
export
declare
function
install
(
graphic:
typeof
graphicRegister
):
void
;