@antv/s2
Version:
effective spreadsheet render core lib
10 lines • 333 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeviceType = void 0;
// 设备,pc || mobile
var DeviceType;
(function (DeviceType) {
DeviceType["PC"] = "pc";
DeviceType["MOBILE"] = "mobile";
})(DeviceType || (exports.DeviceType = DeviceType = {}));
//# sourceMappingURL=s2Options.js.map