interface AuthContextProps {
    children: ReactNode;
    config?: AuthContextConfig;
}

Properties

Properties

children: ReactNode