UNPKG

@zhouchangju/standard-chart

Version:

标准范式组件

10 lines (9 loc) 623 B
import { install as barExtension } from './series/bar'; import { install as treemapExtension } from './series/treemap'; import { install as axisExtension } from './component/axis'; import { install as tooltipExtension } from './component/tooltip'; import { install as shapePinExtension } from './graphic/Pin'; export { install as guideExampleExtension } from './guide'; export declare const componentExtensions: (typeof axisExtension | typeof tooltipExtension)[]; export declare const chartExtensions: (typeof barExtension | typeof treemapExtension)[]; export declare const graphicExtensions: (typeof shapePinExtension)[];