FunctionMultiSelect({
options,
getValue,
getLabel,
selectedValues,
onSelectedValuesChange,
selectPlaceholder,
searc
src/components/ui/custom/multi-select.tsx:23
FunctionProductCard({
id,
imageUrl,
name,
priceInDollars,
description,
}: {
id: string
imageUrl: string
name: str
src/features/products/components/ProductCard.tsx:16