Skip to content

Commit

Permalink
Upstream http://cl/330613283
Browse files Browse the repository at this point in the history
  • Loading branch information
bicknellr committed Apr 27, 2022
1 parent 2445554 commit 178dfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces.d.ts
Expand Up @@ -26,7 +26,7 @@ export interface PolymerInit {
extends?: string;
properties?: PolymerElementProperties;
observers?: string[];
_template?: HTMLTemplateElement;
_template?: HTMLTemplateElement|(() => HTMLTemplateElement);
hostAttributes?: {[key: string]: any};
listeners?: {[key: string]: string};
behaviors?: BehaviorInit | BehaviorInit[];
Expand Down

0 comments on commit 178dfa5

Please sign in to comment.