import type { ButtonHTMLAttributes, FC, ReactNode, Ref } from 'react'; import { type TestableProps } from '../../utils/testId'; export interface PopoverTriggerProps extends Omit, 'children' | 'color' | 'value'>, TestableProps { children: ReactNode; asChild?: boolean; ref?: Ref; /** A real `