We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SystemCSSProperties
SystemStyleObject
1 parent cdcd337 commit fee6fddCopy full SHA for fee6fdd
packages/mui-system/src/styleFunctionSx/styleFunctionSx.d.ts
@@ -51,7 +51,7 @@ export type SystemCssProperties<Theme extends object = {}> = {
51
[K in keyof AllSystemCSSProperties]:
52
| ResponsiveStyleValue<AllSystemCSSProperties[K]>
53
| ((theme: Theme) => ResponsiveStyleValue<AllSystemCSSProperties[K]>)
54
- | SystemStyleObject<Theme>;
+ | null;
55
};
56
57
/**
0 commit comments