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.

36 lines 855 B
export type SeedTokenOptions = { fontSize: number; lineHeight: number; fontFamily: string; borderColor: string; fontSizeMultiples: { h1: number; h2: number; h3: number; h4: number; h5: number; h6: number; }; lineHeightMultiples: { h1: number; h2: number; h3: number; h4: number; h5: number; h6: number; }; colorBase: string; colorEntityBase: string; colorHeadingBase: string; colorPositive: string; colorNegative: string; colorConclusion: string; colorDimensionValue: string; colorMetricName: string; colorMetricValue: string; colorOtherValue: string; colorProportionShadow: string; colorProportionFill: string; colorLineStroke: string; }; //# sourceMappingURL=types.d.ts.map