UNPKG

@zextras/carbonio-shell-ui

Version:

The Zextras Carbonio web client

6 lines (5 loc) 176 B
import type { ReactNode } from 'react'; export type AuthGuardProps = { children: ReactNode; }; export declare const AuthGuard: ({ children }: AuthGuardProps) => ReactNode;