import { S2CellType, TooltipShowOptions } from '../../../node_modules/@antv/s2/esm/index.d.ts'; export interface TooltipRenderProps extends TooltipShowOptions { readonly content?: T; readonly cell: S2CellType; } export type TooltipInfosProps = { infos: string; };