Skip to content

Commit 4781a81

Browse files
committed
Add clear() to typings
1 parent 58bfd33 commit 4781a81

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-
50+
clear(): void;
5151
}
5252

5353
export function withKeyboardAwareScrollView<P>(

0 commit comments

Comments
 (0)