Props for the AuthProvider component.

interface AuthProviderProps {
children: ReactNode;
}
interface AuthProviderProps {
    children: ReactNode;
}

Properties

Properties

children: ReactNode

The React children to be wrapped by the provider.