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.

11 lines 349 B
import { SectionSpec } from '../../schema'; type SectionProps = { /** * @description specification of section text spec * @description.zh-CN Section 描述 json 信息 */ spec: SectionSpec; }; export declare function Section({ spec }: SectionProps): import("preact").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map