Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Component"

Index

Type aliases

ErrorComponent

ErrorComponent: Component<Error, ITheme | undefined>

LoadingComponent

LoadingComponent: Component<ITheme | undefined>

Variables

Const component

component: IAsyncViewStatic = AsyncView

Functions

defaultErrorComponent

  • defaultErrorComponent(__namedParameters: object, theme?: ITheme): ReactElement<any>
  • Parameters

    • __namedParameters: object
      • message: string
    • Optional theme: ITheme

    Returns ReactElement<any>

errorComponent

loadingComponent