LitRenderable: string | symbol | number | boolean | void | undefined | TemplateResult | Node | typeof nothing | typeof noChange | LitRenderable[] | Iterable<LitRenderable>

A union of the types that can be rendered by lit-html.

Generated using TypeDoc