Skip to content

Commit cf1fc7c

Browse files
Use any for ComboboxOptions render prop option (#3327)
1 parent ff41b27 commit cf1fc7c

File tree

1 file changed

+1
-1
lines changed
  • packages/@headlessui-react/src/components/combobox

1 file changed

+1
-1
lines changed

packages/@headlessui-react/src/components/combobox/combobox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ function ButtonFn<TTag extends ElementType = typeof DEFAULT_BUTTON_TAG>(
15631563
let DEFAULT_OPTIONS_TAG = 'div' as const
15641564
type OptionsRenderPropArg = {
15651565
open: boolean
1566-
option: unknown
1566+
option: any
15671567
}
15681568
type OptionsPropsWeControl = 'aria-labelledby' | 'aria-multiselectable' | 'role' | 'tabIndex'
15691569

0 commit comments

Comments
 (0)