tailwind-styled-components
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -10,3 +10,3 @@ import React from "react"; | ||
}; | ||
interface TailwindComponent<P extends {}> extends StripCallSignature<React.ForwardRefExoticComponent<P>> { | ||
export interface TailwindComponent<P extends {}> extends StripCallSignature<React.ForwardRefExoticComponent<P>> { | ||
(props: P & { | ||
@@ -13,0 +13,0 @@ $as?: never | undefined; |
{ | ||
"name": "tailwind-styled-components", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "react", |
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
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
37612