Skip to content

Commit

Permalink
Fix Async type
Browse files Browse the repository at this point in the history
  • Loading branch information
mufasa71 committed Apr 2, 2019
1 parent 71df767 commit daa2f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Async.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type AsyncProps = {
will remain until `cacheOptions` changes value. */
cacheOptions: any,
onInputChange: (string, InputActionMeta) => void,
inputValue: string,
inputValue?: string,
};

export type Props = SelectProps & AsyncProps;
Expand Down

0 comments on commit daa2f25

Please sign in to comment.