UNPKG

@antv/s2-react

Version:
4 lines 266 B
import { getBaseSheetComponentOptions } from '@antv/s2'; import { RENDER_TOOLTIP_OPTIONS } from '../common'; export const getSheetComponentOptions = (...options) => getBaseSheetComponentOptions(RENDER_TOOLTIP_OPTIONS, ...options); //# sourceMappingURL=options.js.map