UNPKG

@antv/t8

Version:

T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative T8 markdown syntax that can be used to describe the content of data interpretation reports.

4 lines 265 B
import { ParagraphType } from '../schema'; import { SeedTokenOptions } from '../theme'; export type ChartRenderFunction<T> = (container: Element, config: T, paragraphType: ParagraphType, themeSeedToken: SeedTokenOptions) => void; //# sourceMappingURL=types.d.ts.map