@antv/s2
Version:
effective spreadsheet render core lib
10 lines • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AxisCellType = void 0;
var AxisCellType;
(function (AxisCellType) {
AxisCellType["AXIS_ROW_CELL"] = "axisRowCell";
AxisCellType["AXIS_COL_CELL"] = "axisColCell";
AxisCellType["AXIS_CORNER_CELL"] = "axisCornerCell";
})(AxisCellType || (exports.AxisCellType = AxisCellType = {}));
//# sourceMappingURL=cell-type.js.map