@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 • 348 B
TypeScript
import { TextParagraphSpec } from '../../schema';
type TextLineProps = {
/**
* @description specification of text line
* @description.zh-CN 文本行描述
*/
spec: TextParagraphSpec;
};
export declare function TextLine({ spec }: TextLineProps): import("preact").JSX.Element;
export {};
//# sourceMappingURL=TextLine.d.ts.map