Props for the AuthProvider component.

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

Properties

Properties

children: ReactNode

React children elements to wrap with authentication context.