Use any for ComboboxOptions render prop option (#3327)

This commit is contained in:
Jordan Pittman
2024-06-25 12:49:54 -04:00
committed by GitHub
parent ff41b27d27
commit cf1fc7caec
@@ -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'