We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe74a6 commit fd574c8Copy full SHA for fd574c8
src/index.d.ts
@@ -92,6 +92,7 @@ export type SelectSearchProps = {
92
renderValue?:(valueProps:ValueProps, snapshot:ValueSnapshot, className:string) => ReactNode
93
renderGroupHeader?:(name:string) => string
94
getOptions?: (query:string) => Promise<SelectSearchOption[]>
95
+ debounce?: number
96
ref?:Ref<Component>
97
emptyMessage?:string
98
}
0 commit comments