Props for the AuthProvider component.
interface AuthProviderProps { children: ReactNode;} Copy
interface AuthProviderProps { children: ReactNode;}
React children elements to wrap with authentication context.
Props for the AuthProvider component.
Source