Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RenderFunction<P>

Type parameters

Hierarchy

  • RenderFunction

Callable

  • RenderFunction(props: P, defaultRender?: (props?: P) => null | Element): null | Element
  • Parameters

    • props: P
    • Optional defaultRender: (props?: P) => null | Element
        • (props?: P): null | Element
        • Parameters

          • Optional props: P

          Returns null | Element

    Returns null | Element

Generated using TypeDoc