Type Alias RouteElement

RouteElement:
    | Promise<any>
    | (props: PageProps) => React.ReactNode | Promise<any>