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 58bfd33 commit 4781a81Copy full SHA for 4781a81
index.d.ts
@@ -47,7 +47,7 @@ type AutocompleteProps = {
47
}
48
49
export class Autocomplete extends React.Component<AutocompleteProps, any> {
50
-
+ clear(): void;
51
52
53
export function withKeyboardAwareScrollView<P>(
0 commit comments