interface MapTooltip {
    className?: string;
    elementSelector: string;
    key: string;
    tooltipContent: ReactNode;
}

Properties

className?: string
elementSelector: string
key: string
tooltipContent: ReactNode