Skip to content

Commit

Permalink
fix: UseComboboxGetComboboxPropsOptions typing
Browse files Browse the repository at this point in the history
  • Loading branch information
clementgarbay committed Nov 13, 2020
1 parent f4cb177 commit 1f326e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ export interface UseComboboxGetInputPropsOptions
GetPropsWithRefKey {}

export interface UseComboboxGetComboboxPropsOptions
extends React.HTMLProps<HTMLLabelElement> {}
extends React.HTMLProps<HTMLDivElement> {}

export interface UseComboboxPropGetters<Item> {
getToggleButtonProps: (
Expand Down

0 comments on commit 1f326e2

Please sign in to comment.