@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
10 lines (9 loc) • 493 B
TypeScript
import type { SimpleVChartSpec } from '../../../atom/imageReader/interface';
import { ChartType } from '../../../types';
import type { Cell, ChartGeneratorCtx } from '../../../types';
import type { SimpleVChartSpecMockContext } from '../type';
export declare const getRuleLLMContent: (context: ChartGeneratorCtx) => {
CHART_TYPE: ChartType;
FIELD_MAP: Cell;
};
export declare const getCellContextBySimpleVChartSpec: (simpleVChartSpec: SimpleVChartSpec) => SimpleVChartSpecMockContext;