Plumile JS API
    Preparing search index...

    Type Alias RouteReactComponent<TProps>

    RouteReactComponent: (props: TProps) => JSX.Element | null

    A React component that can be used as a route component.

    Type Parameters

    • TProps = Record<string, unknown>

      The props type for the component

    Type Declaration

      • (props: TProps): JSX.Element | null
      • Parameters

        Returns JSX.Element | null