@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.
15 lines (13 loc) • 501 B
JavaScript
var ParagraphType;
(function (ParagraphType) {
ParagraphType["HEADING1"] = "heading1";
ParagraphType["HEADING2"] = "heading2";
ParagraphType["HEADING3"] = "heading3";
ParagraphType["HEADING4"] = "heading4";
ParagraphType["HEADING5"] = "heading5";
ParagraphType["HEADING6"] = "heading6";
ParagraphType["NORMAL"] = "normal";
ParagraphType["BULLETS"] = "bullets";
})(ParagraphType || (ParagraphType = {}));
export { ParagraphType };
//# sourceMappingURL=paragraph.js.map