mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Add property autoload to ReactAsyncSelectProps. (#14936)
This commit is contained in:
5
react-select/index.d.ts
vendored
5
react-select/index.d.ts
vendored
@@ -397,6 +397,11 @@ declare namespace ReactSelectClass {
|
||||
|
||||
|
||||
export interface ReactAsyncSelectProps extends ReactSelectProps {
|
||||
/**
|
||||
* Whether to auto-load the default async options set.
|
||||
*/
|
||||
autoload?: boolean;
|
||||
|
||||
/**
|
||||
* object to use to cache results; can be null to disable cache
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user