UNPKG

@conduction/components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

7 lines (6 loc) 223 B
import React from "react"; interface PrivateRouteProps { authenticated: boolean; } export declare const PrivateRoute: ({ children, authenticated }: React.PropsWithChildren<PrivateRouteProps>) => JSX.Element; export {};