SelectOptionProps
Signature
type SelectOptionProps = Props<'div'> & {
children?: RemixNode
disabled?: boolean
label: string
textValue?: SearchValue
value: string
}
type SelectOptionProps = Props<'div'> & {
children?: RemixNode
disabled?: boolean
label: string
textValue?: SearchValue
value: string
}