Class VanillaFragmentRender

this is the base model for this library which must be extended by all JSX renders.

Hierarchy (view full)

Constructors

Methods

  • creates an element out of its properties. functions similar to React.createElement

    Parameters

    • tag: Fragment
    • Optional props: null
    • Rest ...children: (string | Node)[]

    Returns Element[]

Generated using TypeDoc