UNPKG

@proveanything/smartlinks-auth-ui

Version:

Lightweight React authentication UI components with bearer token support and Smartlinks SDK integration

9 lines 272 B
import React from 'react'; interface ProtectedRouteProps { children: React.ReactNode; fallback?: React.ReactNode; redirectTo?: string; } export declare const ProtectedRoute: React.FC<ProtectedRouteProps>; export {}; //# sourceMappingURL=ProtectedRoute.d.ts.map