import React from "react"; import {OverlayTrigger, Tooltip} from "react-bootstrap"; export function Tip({id, tip}) { return ( {tip}} rootClose > ); }