| Prop | Default | Type |
|---|---|---|
estimateSize | numberEstimated size (in px) of each item | |
options* | AcceptableValue[]List of items | |
textContent | ((option: AcceptableValue) => string)text content for each item to achieve type-ahead feature |
| Slots (default) | Payload |
|---|---|
option | string | number | false | true | Record<string, any> |
virtualizer | Virtualizer<Element | Window, Element> |
virtualItem | VirtualItem<Element> |