Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

ComponentFactory: (props: any) => JSX.Element

Type declaration

    • (props: any): JSX.Element
    • A react component factory function signature

      Parameters

      • props: any

      Returns JSX.Element

Functions

  • Gets the registered component factory function for the given component id

    export

    Parameters

    • id: string

    Returns ComponentFactory | undefined

  • Registers a react component factory function for the given component id

    export

    Parameters

    Returns void

Generated using TypeDoc