Type Alias: SelectItemProps

SelectItemProps = PropsWithChildren<OptionHTMLAttributes<HTMLOptionElement>>

Props accepted by the select item wrapper.

Example

<Select.Item value="support">Support</Select.Item>