@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.
12 lines • 412 B
TypeScript
import { PhraseSpec } from '../../schema';
type PhrasesProps = {
/**
* @description specification of phrase text spec
* @description.zh-CN 短语描述 json 信息
*/
spec: PhraseSpec[];
};
export declare function Phrases({ spec }: PhrasesProps): import("preact").JSX.Element;
export { Phrase } from './Phrase';
export type { TooltipProps } from './ui';
//# sourceMappingURL=index.d.ts.map