TypeDoc API - v0.28.19
    Preparing search index...

    Namespace JSX

    Custom JSX module designed specifically for TypeDoc's needs. When overriding a default TypeDoc theme output, your implementation must create valid Element instances, which can be most easily done by using TypeDoc's JSX implementation. To use it, set up your tsconfig with the following compiler options:

    {
    "jsx": "react",
    "jsxFactory": "JSX.createElement",
    "jsxFragmentFactory": "JSX.Fragment"
    }
    createElement
    Fragment
    Raw
    renderElement
    renderElementToText
    setRenderSettings
    Element
    Children
    JsxComponent