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.

11 lines (8 loc) 310 B
'use strict'; /** * 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); }; exports.getPrefixCls = getPrefixCls; //# sourceMappingURL=getPrefixCls.js.map