Type alias AuthShellProps

AuthShellProps: {
    authscreen?: JSX.Element;
    children?: ReactNode;
    dark?: boolean;
    name?: string;
    redirect?: string;
    splashscreen?: JSX.Element;
    themeColor?: string;
} & Partial<$AuthConfig>

Generated using TypeDoc