emotion-theming
Advanced tools
Comparing version 10.0.6 to 10.0.7
{ | ||
"name": "emotion-theming", | ||
"version": "10.0.6", | ||
"version": "10.0.7", | ||
"description": "A CSS-in-JS theming solution, inspired by styled-components", | ||
@@ -35,4 +35,4 @@ "main": "dist/emotion-theming.cjs.js", | ||
"devDependencies": { | ||
"@emotion/core": "^10.0.6", | ||
"@emotion/styled": "^10.0.6", | ||
"@emotion/core": "^10.0.7", | ||
"@emotion/styled": "^10.0.7", | ||
"@types/react": "16.3.18", | ||
@@ -39,0 +39,0 @@ "dtslint": "^0.3.0" |
@@ -10,2 +10,3 @@ // Definitions by: Junyoung Clare Jang <https://github.com/Ailrun> | ||
theme: Partial<Theme> | ((outerTheme: Theme) => Theme) | ||
children?: React.ReactNode | ||
} | ||
@@ -12,0 +13,0 @@ |
34519
542