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

Commit

Permalink
fix(core): add type to GetDropdownProps
Browse files Browse the repository at this point in the history
Closes #70
  • Loading branch information
francoischalifour committed Aug 20, 2020
1 parent d22bea7 commit 6bd21fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/autocomplete-core/src/types/getters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface AutocompleteAccessibilityGetters<
getFormProps: GetFormProps<TEvent>;
getLabelProps: GetLabelProps;
getInputProps: GetInputProps<TEvent, TMouseEvent, TKeyboardEvent>;
getDropdownProps: GetDropdownProps;
getDropdownProps: GetDropdownProps<TMouseEvent>;
getMenuProps: GetMenuProps;
getItemProps: GetItemProps<TItem, TMouseEvent>;
}
Expand Down

0 comments on commit 6bd21fc

Please sign in to comment.