Skip to content

Commit

Permalink
Use any for ComboboxOptions render prop option (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Jun 25, 2024
1 parent ff41b27 commit cf1fc7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@ function ButtonFn<TTag extends ElementType = typeof DEFAULT_BUTTON_TAG>(
let DEFAULT_OPTIONS_TAG = 'div' as const
type OptionsRenderPropArg = {
open: boolean
option: unknown
option: any
}
type OptionsPropsWeControl = 'aria-labelledby' | 'aria-multiselectable' | 'role' | 'tabIndex'

Expand Down

0 comments on commit cf1fc7c

Please sign in to comment.