Skip to content

Commit 6bd21fc

Browse files
fix(core): add type to GetDropdownProps
Closes #70
1 parent d22bea7 commit 6bd21fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/autocomplete-core/src/types/getters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface AutocompleteAccessibilityGetters<
1111
getFormProps: GetFormProps<TEvent>;
1212
getLabelProps: GetLabelProps;
1313
getInputProps: GetInputProps<TEvent, TMouseEvent, TKeyboardEvent>;
14-
getDropdownProps: GetDropdownProps;
14+
getDropdownProps: GetDropdownProps<TMouseEvent>;
1515
getMenuProps: GetMenuProps;
1616
getItemProps: GetItemProps<TItem, TMouseEvent>;
1717
}

0 commit comments

Comments
 (0)