Skip to content

Commit

Permalink
Sync key property type in AutocompleteRenderGroupParams with Autocomp…
Browse files Browse the repository at this point in the history
…leteGroupedOption
  • Loading branch information
aarongarciah committed Dec 26, 2024
1 parent 6ab5bcb commit a6c3716
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 a6c3716

Please sign in to comment.