UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

7 lines 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getClassNameWithPrefix = void 0; const classnames_1 = require("../common/constant/classnames"); const getClassNameWithPrefix = (...classNames) => `${classnames_1.S2_PREFIX_CLS}-${classNames.join('-')}`; exports.getClassNameWithPrefix = getClassNameWithPrefix; //# sourceMappingURL=get-classnames.js.map