import React from "react" export const CustomTooltip = (props: any) => { const { tooltipMode, tooltipCoord } = props; return (