@antv/s2
Version:
effective spreadsheet render core lib
7 lines • 437 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.STRATEGY_SHEET_TOOLTIP_PRE_CLASS = exports.DRILL_DOWN_PRE_CLASS = void 0;
const classnames_1 = require("../../common/constant/classnames");
exports.DRILL_DOWN_PRE_CLASS = `${classnames_1.S2_PREFIX_CLS}-drill-down`;
exports.STRATEGY_SHEET_TOOLTIP_PRE_CLASS = `${classnames_1.S2_PREFIX_CLS}-strategy-sheet-tooltip`;
//# sourceMappingURL=classnames.js.map