File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/mui-base/src/AutocompleteUnstyled Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -333,8 +333,8 @@ export default function useAutocomplete<
333
333
getInputProps : ( ) => React . InputHTMLAttributes < HTMLInputElement > ;
334
334
// We pass `getInputLabelProps()` to `@mui/material/InputLabel` which does not implement HTMLLabelElement#color.
335
335
getInputLabelProps : ( ) => Omit < React . HTMLAttributes < HTMLLabelElement > , 'color' > ;
336
- getClearProps : ( ) => React . HTMLAttributes < HTMLDivElement > ;
337
- getPopupIndicatorProps : ( ) => React . HTMLAttributes < HTMLDivElement > ;
336
+ getClearProps : ( ) => React . HTMLAttributes < HTMLButtonElement > ;
337
+ getPopupIndicatorProps : ( ) => React . HTMLAttributes < HTMLButtonElement > ;
338
338
getTagProps : AutocompleteGetTagProps ;
339
339
getListboxProps : ( ) => React . HTMLAttributes < HTMLUListElement > ;
340
340
getOptionProps : ( {
You can’t perform that action at this time.
0 commit comments