@stencil/react-output-target
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ import { EventName, Options } from '@lit/react'; | ||
[K in keyof E]: E[K] extends EventName<infer T> ? (event: T) => void : (event: any) => void; | ||
}> & Partial<Omit<I, keyof HTMLElement>>; | ||
}> & Partial<Omit<I, keyof HTMLElement>> & React.RefAttributes<I>; | ||
export type StencilReactComponent<I extends HTMLElement, E extends EventNames = {}> = React.FunctionComponent<StencilProps<I, E>>; | ||
@@ -9,0 +9,0 @@ /** |
{ | ||
"name": "@stencil/react-output-target", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "React output target for @stencil/core components.", | ||
@@ -5,0 +5,0 @@ "author": "Ionic Team", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
202071
0.04%