UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

9 lines 517 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBaseSheetComponentOptions = void 0; const common_1 = require("../../common"); const utils_1 = require("../../utils"); const option_1 = require("../constant/option"); const getBaseSheetComponentOptions = (...options) => (0, utils_1.customMerge)(common_1.DEFAULT_OPTIONS, option_1.SHEET_COMPONENT_DEFAULT_OPTIONS, ...options); exports.getBaseSheetComponentOptions = getBaseSheetComponentOptions; //# sourceMappingURL=options.js.map