Skip to content

Commit daa9579

Browse files
committed
Test alternative fix which doesn't require adding CSSPropertiesWithMultiValues
1 parent 1537b32 commit daa9579

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/mui-material/src/styles/createThemeNoVars.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ type CssVarsProperties = CssThemeVariables extends { enabled: true }
8181
*/
8282
export interface Theme extends BaseTheme, CssVarsProperties {
8383
cssVariables?: false;
84-
components?: Components<BaseTheme>;
8584
unstable_sx: (props: SxProps<Theme>) => CSSObject;
8685
unstable_sxConfig: SxConfig;
8786
}

packages/mui-styled-engine/src/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export type Interpolation<Props> =
102102
| ComponentSelector
103103
| Keyframes
104104
| SerializedStyles
105-
| CSSPropertiesWithMultiValues
106105
| (CSSObject & {
107106
variants?: Array<{
108107
props:

0 commit comments

Comments
 (0)