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 361 B
import { BulletsParagraphSpec } from '../../schema'; type BulletsProps = { /** * @description specification of bullets paragraph * @description.zh-CN 列表段落描述 */ spec: BulletsParagraphSpec; }; export declare function Bullets({ spec }: BulletsProps): import("preact").JSX.Element; export {}; //# sourceMappingURL=Bullets.d.ts.map