UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

10 lines 485 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getStrategySheetTooltipClsName = void 0; const constant_1 = require("../constant"); /** 获取 tooltip css class name */ const getStrategySheetTooltipClsName = (name) => name ? `${constant_1.STRATEGY_SHEET_TOOLTIP_PRE_CLASS}-${name}` : constant_1.STRATEGY_SHEET_TOOLTIP_PRE_CLASS; exports.getStrategySheetTooltipClsName = getStrategySheetTooltipClsName; //# sourceMappingURL=classnames.js.map