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.

6 lines 247 B
/** * Gets the prefix class name for a given suffix class name. * @param suffixCls - The suffix class name to append to the prefix. */ export declare const getPrefixCls: (suffixCls?: string) => string; //# sourceMappingURL=getPrefixCls.d.ts.map