import React from "react" export const ToolTip = (props:{title:string}) => { const {title} = props return(