Skip to content

Commit

Permalink
Update typescript types.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jan 10, 2018
1 parent a9f71bd commit c218ae6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions types/lib/utils/templatize.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ declare class TemplateInstanceBase extends
* set to false to show them.
*/
_showHideChildren(hide: boolean): void;

/**
* Stub of HTMLElement's `dispatchEvent`, so that effects that may
* dispatch events safely no-op.
*
* @param event {Event} Event to dispatch
*/
dispatchEvent(event: any): any;
}

declare namespace templateInfo {
Expand Down

0 comments on commit c218ae6

Please sign in to comment.