Skip to content

Commit

Permalink
[material-ui][Autocomplete] Sync runtime and TS types for key in grou…
Browse files Browse the repository at this point in the history
…ped options (mui#44862)
  • Loading branch information
aarongarciah authored Jan 3, 2025
1 parent d0eed6b commit e7a9490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Autocomplete/Autocomplete.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export interface AutocompleteRenderOptionState {
}

export interface AutocompleteRenderGroupParams {
key: string;
key: number;
group: string;
children?: React.ReactNode;
}
Expand Down

0 comments on commit e7a9490

Please sign in to comment.