UNPKG

9s-fe-core

Version:

Core functionalities for authentication, configuration, and repository management.

8 lines (7 loc) 215 B
interface ClientAuthProviderProps { children: React.ReactNode; loginPath?: string; defaultProtectedPath?: string; } export declare const ClientAuthProvider: React.FC<ClientAuthProviderProps>; export {};