UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

3 lines 206 B
import { S2_PREFIX_CLS } from '../common/constant/classnames'; export const getClassNameWithPrefix = (...classNames) => `${S2_PREFIX_CLS}-${classNames.join('-')}`; //# sourceMappingURL=get-classnames.js.map