@compiled/react
Advanced tools
Comparing version 0.17.1 to 0.17.2
@@ -16,2 +16,3 @@ import { createElement } from 'react'; | ||
type Element = CompiledJSX.Element; | ||
type ElementType = CompiledJSX.ElementType; | ||
type ElementClass = CompiledJSX.ElementClass; | ||
@@ -18,0 +19,0 @@ type ElementAttributesProperty = CompiledJSX.ElementAttributesProperty; |
@@ -16,2 +16,3 @@ import { createElement } from 'react'; | ||
type Element = CompiledJSX.Element; | ||
type ElementType = CompiledJSX.ElementType; | ||
type ElementClass = CompiledJSX.ElementClass; | ||
@@ -18,0 +19,0 @@ type ElementAttributesProperty = CompiledJSX.ElementAttributesProperty; |
@@ -16,2 +16,3 @@ import { createElement } from 'react'; | ||
type Element = CompiledJSX.Element; | ||
type ElementType = CompiledJSX.ElementType; | ||
type ElementClass = CompiledJSX.ElementClass; | ||
@@ -18,0 +19,0 @@ type ElementAttributesProperty = CompiledJSX.ElementAttributesProperty; |
{ | ||
"name": "@compiled/react", | ||
"version": "0.17.1", | ||
"version": "0.17.2", | ||
"description": "A familiar and performant compile time CSS-in-JS library for React.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -42,2 +42,3 @@ import { createElement } from 'react'; | ||
export type Element = CompiledJSX.Element; | ||
export type ElementType = CompiledJSX.ElementType; | ||
export type ElementClass = CompiledJSX.ElementClass; | ||
@@ -44,0 +45,0 @@ export type ElementAttributesProperty = CompiledJSX.ElementAttributesProperty; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
445282
10728