Skip to content

Commit fd574c8

Browse files
include 'debounce' property in 'SelectSearchProps' type definition
1 parent fbe74a6 commit fd574c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export type SelectSearchProps = {
9292
renderValue?:(valueProps:ValueProps, snapshot:ValueSnapshot, className:string) => ReactNode
9393
renderGroupHeader?:(name:string) => string
9494
getOptions?: (query:string) => Promise<SelectSearchOption[]>
95+
debounce?: number
9596
ref?:Ref<Component>
9697
emptyMessage?:string
9798
}

0 commit comments

Comments
 (0)