@visactor/vmind
Version:
<div align="center"> <a href="https://github.com/VisActor#gh-light-mode-only" target="_blank"> <img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/> </a> <a href="https://githu
12 lines (11 loc) • 400 B
TypeScript
import type { GenerateChartCellContext } from '../../type';
export declare const sunburstData: (context: GenerateChartCellContext) => {
spec: any;
};
export declare const getSunburstData: any;
export declare const sunburstDisplayConf: (context: GenerateChartCellContext) => {
spec: any;
};
export declare const pipelineSunburst: ((context: GenerateChartCellContext) => {
spec: any;
})[];