react-shadow
Advanced tools
Comparing version 18.1.1 to 18.1.2
declare module "react-shadow" { | ||
import * as React from "react"; | ||
type RenderElement = keyof HTMLElementTagNameMap; | ||
type Root = { | ||
[name in RenderElement]: React.ComponentType< | ||
React.HTMLAttributes<HTMLElementTagNameMap[name]> | ||
>; | ||
[name: string]: React.ComponentType; | ||
}; | ||
@@ -11,0 +7,0 @@ |
{ | ||
"name": "react-shadow", | ||
"version": "18.1.1", | ||
"version": "18.1.2", | ||
"description": "Utilise Shadow DOM in React with all the benefits of style encapsulation.", | ||
@@ -5,0 +5,0 @@ "main": "react-shadow.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
3820052
70583