diff --git a/interfaces.d.ts b/interfaces.d.ts index a72ed6487..2f24e8a06 100644 --- a/interfaces.d.ts +++ b/interfaces.d.ts @@ -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[];