@antv/s2-react
Version:
use S2 with react
8 lines • 423 B
JavaScript
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
;