styled-jsx
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -1,10 +0,1 @@ | ||
import React from 'react' | ||
declare module 'react' { | ||
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> { | ||
jsx?: boolean | ||
global?: boolean | ||
} | ||
} | ||
declare module 'styled-jsx' { | ||
@@ -22,3 +13,3 @@ export type StyledJsxStyleRegistry = { | ||
}: { | ||
children: JSX.Element | React.ReactNode | ||
children: JSX.Element | import('react').ReactNode | ||
registry?: StyledJsxStyleRegistry | ||
@@ -25,0 +16,0 @@ }): JSX.Element |
{ | ||
"name": "styled-jsx", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"license": "MIT", | ||
@@ -10,2 +10,3 @@ "repository": "vercel/styled-jsx", | ||
"lib", | ||
"global.d.ts", | ||
"index.d.ts", | ||
@@ -12,0 +13,0 @@ "index.js", |
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
868602
22
23989