styled-jsx
Advanced tools
Comparing version 5.0.0-beta.4 to 5.0.0-beta.5
@@ -11,3 +11,3 @@ import React from 'react' | ||
export type StyleRegistry = { | ||
styles(options?: { nonce?: boolean }): JSX.Element[] | ||
styles(options?: { nonce?: string }): JSX.Element[] | ||
flush(): void | ||
@@ -14,0 +14,0 @@ add(props: any): void |
{ | ||
"name": "styled-jsx", | ||
"version": "5.0.0-beta.4", | ||
"version": "5.0.0-beta.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "vercel/styled-jsx", |
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
104947