remix/ui/select · TypeView SourceSelectOptionProps Signature type SelectOptionProps = Props<'div'> & { children?: RemixNode disabled?: boolean label: string textValue?: SearchValue value: string } Copy code to clipboard