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.
2 parents fbe74a6 + fd574c8 commit 4212a81Copy full SHA for 4212a81
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