Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
fix(docsearch): add type to GetDropdownProps
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Aug 20, 2020
1 parent 6bd21fc commit 50b4879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/autocomplete-react/src/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface DropdownProps {
isOpen: boolean;
status: string;
suggestions: AutocompleteState<any>['suggestions'];
getDropdownProps: GetDropdownProps;
getDropdownProps: GetDropdownProps<React.MouseEvent>;
getMenuProps: GetMenuProps;
getItemProps: GetItemProps<any, React.MouseEvent>;
dropdownRef: React.MutableRefObject<HTMLDivElement | null>;
Expand Down

0 comments on commit 50b4879

Please sign in to comment.