Remix
Remix
remix/ui/listbox · InterfaceView Source

ListboxOption

Signature

interface ListboxOption {
  disabled?: boolean;
  id: string;
  label: string;
  textValue?: SearchValue;
  value: string;
}