mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-17 16:34:49 -05:00
Upstream http://cl/330613283
This commit is contained in:
Vendored
+1
-1
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user