import { type ButtonHTMLAttributes, type ReactNode } from 'react'; export interface InputTriggerProps extends Omit, 'children'> { selectedLabel?: ReactNode; placeholder?: string; startIcon?: ReactNode; endIcon?: ReactNode; invalid?: boolean; } /** * Input-styled button used to open a non-``. * - You want consistent Input-field visuals next to other form fields. * * Don't use `InputTrigger` for: * - Single-value selection from a flat list — use `