We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eafaa5 commit 27e76f9Copy full SHA for 27e76f9
src/lit-element.ts
@@ -51,7 +51,6 @@ export class LitElement extends UpdatingElement {
51
* Invoked on each update to perform rendering tasks. This method must return
52
* a lit-html TemplateResult. Setting properties inside this method will *not*
53
* trigger the element to update.
54
- * @returns {TemplateResult} Must return a lit-html TemplateResult.
55
*/
56
- protected render() {}
+ protected render(): TemplateResult|void {}
57
}
0 commit comments