web-component-wrapper 0.0.555 → 0.0.556
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Web.d.ts +1 -1
- package/package.json +1 -1
package/Web.d.ts
CHANGED
|
@@ -275,7 +275,7 @@ export declare class Web<TElement = HTMLElement, ExternalProperties extends Mapp
|
|
|
275
275
|
* @returns List of unwrapped nodes.
|
|
276
276
|
*/
|
|
277
277
|
static unwrapDomNode(domNode: HTMLElement): Array<ChildNode>;
|
|
278
|
-
addSecureEventListener(domNode: Node, name: string, handler:
|
|
278
|
+
addSecureEventListener(domNode: Node, name: string, handler: EventListenerOrEventListenerObject): void;
|
|
279
279
|
/**
|
|
280
280
|
* Determines initial root which initializes rendering digest.
|
|
281
281
|
*/
|