Props for the AuthProvider component.
interface AuthProviderProps { children: ReactNode;} Copy
interface AuthProviderProps { children: ReactNode;}
The React children to be wrapped by the provider.
Props for the AuthProvider component.
Source