Type alias TemplateContent

TemplateContent: TagContent<HtmlTagName> | RawContent | AnyHtmlTag | string

Valid types for the content of a template. Can be a Tag instance, raw content, a string, or an array of any of these.

Generated using TypeDoc