UNPKG

@antv/s2-react

Version:
8 lines 423 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSheetComponentOptions = void 0; const s2_1 = require("@antv/s2"); const common_1 = require("../common"); const getSheetComponentOptions = (...options) => (0, s2_1.getBaseSheetComponentOptions)(common_1.RENDER_TOOLTIP_OPTIONS, ...options); exports.getSheetComponentOptions = getSheetComponentOptions; //# sourceMappingURL=options.js.map