@defikitdotnet/x-ai-combat
Version:
XCombatAI - Social Media Engagement Template for the Agent Framework
11 lines • 346 B
TypeScript
import React from 'react';
interface ProtectedRouteProps {
redirectPath?: string;
children?: React.ReactNode;
}
/**
* Protected route component that redirects to login if user is not authenticated
*/
declare const ProtectedRoute: React.FC<ProtectedRouteProps>;
export default ProtectedRoute;
//# sourceMappingURL=ProtectedRoute.d.ts.map