UNPKG

@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

9 lines (8 loc) 596 B
import { ChartType } from '../../../types'; import type { ChartKnowledge, VisualChannel } from '../type'; export declare const getNeedColorAndSizeKnowledge: (chartTypeList: ChartType[]) => string; export declare const getCartesianCoordinateSystemKnowledge: (chartTypeList: ChartType[]) => string; export declare const visualChannelInfoMap: Record<VisualChannel, (chartTypeList: ChartType[]) => string>; export declare const chartKnowledgeDict: ChartKnowledge; export declare const defaultExamples: ((showThoughts: boolean) => string)[]; export declare const chartGenerationConstraints: string[];