UNPKG

@antv/t8

Version:

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

6 lines 255 B
import { SeedTokenOptions } from '../types'; import { baseSeedToken } from './base'; import { presetTheme } from './theme'; export declare const defaultSeedToken: SeedTokenOptions; export { baseSeedToken, presetTheme }; //# sourceMappingURL=index.d.ts.map