export interface ITooltipProps { corner: string | undefined; offset: number[]; showArrow: boolean; focusContent: boolean; scrolledMaxHeight: string; scrolledWidth: string; scrollable: boolean; strategy: 'absolute' | 'fixed'; }