import React from 'react'; import { Tooltip } from '@heroui/react'; import { InformationCircleIcon } from "@heroicons/react/24/outline"; export function InfoTip(props: { content: React.ReactNode }) { return ( ) }