---
title: SelectOptionProps
source: https://github.com/remix-run/remix/blob/main/packages/ui/src/select/primitives.tsx#L73
---

# SelectOptionProps

## Signature

```ts
type SelectOptionProps = Props<'div'> & Omit<ListboxOption, 'id'>

```