Skip to content

Commit 1b0a6c4

Browse files
committed
Typo
1 parent 4781a81 commit 1b0a6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type AutocompleteProps = {
4747
}
4848

4949
export class Autocomplete extends React.Component<AutocompleteProps, any> {
50-
clear(): void;
50+
clearInput(): void;
5151
}
5252

5353
export function withKeyboardAwareScrollView<P>(

0 commit comments

Comments
 (0)