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.

9 lines (7 loc) 283 B
/** * Gets the prefix class name for a given suffix class name. * @param suffixCls - The suffix class name to append to the prefix. */ var getPrefixCls = function (suffixCls) { return "ntv-".concat(suffixCls); }; export { getPrefixCls }; //# sourceMappingURL=getPrefixCls.js.map