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.

13 lines 401 B
import { PhraseSpec } from '../../schema'; import { FunctionComponent } from 'preact'; type PhraseProps = { /** * @description specification of phrase text spec * @description.zh-CN 短语描述 json 信息 */ spec: PhraseSpec; }; /** <Phrase /> can use independence */ export declare const Phrase: FunctionComponent<PhraseProps>; export {}; //# sourceMappingURL=Phrase.d.ts.map