@emotion/styled-base
Advanced tools
Comparing version 10.0.30 to 10.0.31
# @emotion/styled-base | ||
## 10.0.31 | ||
### Patch Changes | ||
- [`ef7794f`](https://github.com/emotion-js/emotion/commit/ef7794f50a1ef9790ea6ebe530b6fd8e0b7b0942) [#1788](https://github.com/emotion-js/emotion/pull/1788) Thanks [@aaronjensen](https://github.com/aaronjensen)! - Fixed issue with TypeScript 3.8 where `theme` was inferred to be required for a styled component. | ||
## 10.0.30 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@emotion/styled-base", | ||
"version": "10.0.30", | ||
"version": "10.0.31", | ||
"description": "base styled API for emotion", | ||
@@ -5,0 +5,0 @@ "main": "dist/styled-base.cjs.js", |
@@ -42,3 +42,3 @@ // Definitions by: Junyoung Clare Jang <https://github.com/Ailrun> | ||
export interface StyledComponent<InnerProps, StyleProps, Theme extends object> | ||
extends React.SFC<InnerProps & StyleProps & { theme?: Theme }>, | ||
extends React.SFC<InnerProps & Omit<StyleProps, 'theme'> & { theme?: Theme }>, | ||
ComponentSelector { | ||
@@ -45,0 +45,0 @@ /** |
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
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
113075