UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

6 lines (5 loc) 166 B
declare const ProtectedRoute: ({ component: Component, ...routeProps }: { [x: string]: any; component: any; }) => JSX.Element; export default ProtectedRoute;