@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative T8 markdown syntax that can be used to describe the content of data interpretation reports.
11 lines • 387 B
TypeScript
import { ParagraphSpec } from '../../schema';
type ParagraphProps = {
/**
* @description specification of paragraph text spec
* @description.zh-CN 段落描述 json 信息
*/
spec: ParagraphSpec;
};
export declare function Paragraph({ spec }: ParagraphProps): import("preact").JSX.Element;
export { Headline } from './Headline';
//# sourceMappingURL=index.d.ts.map