@mui/styled-engine-sc
Advanced tools
Comparing version 5.4.2 to 5.5.2
import * as React from 'react'; | ||
import { CSSObject, InterpolationFunction } from 'styled-components'; | ||
export interface GlobalStylesProps { | ||
export interface GlobalStylesProps<Theme = {}> { | ||
defaultTheme?: object; | ||
styles: string | CSSObject | InterpolationFunction<any>; | ||
styles: string | CSSObject | InterpolationFunction<Theme>; | ||
} | ||
export default function Global(props: GlobalStylesProps): React.ReactElement; | ||
export default function Global<Theme = {}>(props: GlobalStylesProps<Theme>): React.ReactElement; |
@@ -1,2 +0,2 @@ | ||
/** @license MUI v5.4.2 | ||
/** @license MUI v5.5.2 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license MUI v5.4.2 | ||
/** @license MUI v5.5.2 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license MUI v5.4.2 | ||
/** @license MUI v5.5.2 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license MUI v5.4.2 | ||
/** @license MUI v5.5.2 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@mui/styled-engine-sc", | ||
"version": "5.4.2", | ||
"version": "5.5.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "author": "MUI Team", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
416097
1