UNPKG
@zhouchangju/standard-chart
Version:
latest (1.10.2-alpha-20250806)
1.10.2-alpha-20250806
标准范式组件
@zhouchangju/standard-chart
/
types
/
extension
/
guide
/
customSeries
/
install.d.ts
6 lines
(5 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
type
EChartsExtensionInstallRegisters
}
from
'echarts'
;
/** * 示例插件:自定义系列组件 */
export
declare
function
install
(
registers
:
EChartsExtensionInstallRegisters
):
void
;