Type alias VnodeElementTag<Attrs, C>

VnodeElementTag<Attrs, C>: string | ComponentClass<Attrs, C>

Unfortunately, TypeScript only supports strings and classes for JSX tags. Therefore, our type definition should only allow for those two types.

See

https://github.com/microsoft/TypeScript/issues/14789#issuecomment-412247771

Type Parameters

Generated using TypeDoc v0.23.24