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.

7 lines 245 B
import { HeadingParagraphSpec } from '../../schema'; type HeadingProps = { spec: HeadingParagraphSpec; }; export declare function Heading({ spec }: HeadingProps): import("preact").JSX.Element; export {}; //# sourceMappingURL=Heading.d.ts.map