'use client'; import * as React from 'react'; import * as TooltipPrimitive from '@radix-ui/react-tooltip'; import { cn } from '../../shared/utils'; function TooltipProvider({ delayDuration = 0, ...props }: React.ComponentProps) { return ( ); } /** * Floating explanatory hint for icon-only buttons and obscure actions. * * @description * Essential for accessible design to justify `