"use client" import { Check } from 'lucide-react'; import * as React from 'react'; import { cn } from '../../../lib/utils'; /** * PopoverRowButton — a selectable list-row button, macOS picker style: * * [ ✓ ] label… * * The canonical row for model / machine / provider pickers: full-width, left * aligned, with a trailing-leading check that fades in on `selected`. Replaces * the hand-rolled ` ); }, ); PopoverRowButton.displayName = "PopoverRowButton"; export { PopoverRowButton };