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.

Type Parameters

Generated using TypeDoc v0.24.8