stylized-component
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "stylized-component", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A design prototype", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -8,6 +8,2 @@ import * as React from 'react'; | ||
function isTheme(prop: any): prop is Style { | ||
return (<Style>prop).colors !== undefined; | ||
} | ||
export interface StyledComponent<StyleT = {}, PropsT = {}, StateT = {}> { | ||
@@ -14,0 +10,0 @@ theme: StyleT; |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
41413
50
808
1