@mui/types 7.2.3 → 7.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -94,7 +94,7 @@ export function expectType<Expected, Actual>(actual: IfEquals<Actual, Expected,
94
94
  export interface OverridableComponent<M extends OverridableTypeMap> {
95
95
  // If you make any changes to this interface, please make sure to update the
96
96
  // `OverridableComponent` type in `mui-material/src/OverridableComponent.d.ts` as well.
97
- // Also, there are types in MUI Base that have a similar shape to this interface
97
+ // Also, there are types in Base UI that have a similar shape to this interface
98
98
  // (e.g. SelectUnstyledType, OptionUnstyledType, etc.).
99
99
  <C extends React.ElementType>(
100
100
  props: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/types",
3
- "version": "7.2.3",
3
+ "version": "7.2.4",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Utility types for MUI.",