UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

3 lines (2 loc) 145 B
import type { IChartPluginConstructor } from './interface'; export declare const registerChartPlugin: (plugin: IChartPluginConstructor) => void;