import { type ReactNode } from 'react'; /** Props for the Overflow container component. */ export interface OverflowProps { /** OverflowItem and OverflowMenu components. Must be direct children (no wrapper elements). */ children: ReactNode; /** CSS class name for the container `