@lit-labs/react
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -30,3 +30,3 @@ /** | ||
declare type ElementProps<I> = Partial<Omit<I, keyof HTMLElement>>; | ||
declare type ComponentProps<I, E extends EventNames = {}> = React.HTMLAttributes<I> & ElementProps<I> & EventListeners<E>; | ||
declare type ComponentProps<I, E extends EventNames = {}> = Omit<React.HTMLAttributes<I>, keyof E> & ElementProps<I> & EventListeners<E>; | ||
/** | ||
@@ -33,0 +33,0 @@ * Type used to cast an event name with an event type when providing the |
@@ -30,3 +30,3 @@ /** | ||
declare type ElementProps<I> = Partial<Omit<I, keyof HTMLElement>>; | ||
declare type ComponentProps<I, E extends EventNames = {}> = React.HTMLAttributes<I> & ElementProps<I> & EventListeners<E>; | ||
declare type ComponentProps<I, E extends EventNames = {}> = Omit<React.HTMLAttributes<I>, keyof E> & ElementProps<I> & EventListeners<E>; | ||
/** | ||
@@ -33,0 +33,0 @@ * Type used to cast an event name with an event type when providing the |
{ | ||
"name": "@lit-labs/react", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A React component wrapper for web components.", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
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
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
144758