import { HelpCircle } from 'react-feather'; import ReactTooltip from 'react-tooltip'; interface Props { tooltipId: string; } export function LimitedToBeIndicator({ tooltipId }: Props) { return ( <>
Pro Feature
Business Edition feature.
This feature is currently limited to Business Edition users only.
); }