UNPKG

conduction-components

Version:

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

7 lines (6 loc) 160 B
import React from "react"; interface PrivateRouteProps { isLoggedIn?: boolean; } export declare const PrivateRoute: React.FC<PrivateRouteProps>; export {};