export const Tooltip = (props) => { const { children, tip, ...rest } = props return (
{children}
) }