We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 270ecab + 367f255 commit 6e824abCopy full SHA for 6e824ab
src/index.tsx
@@ -7,6 +7,8 @@ import { BaseAuthClient } from './types';
7
* Props that can be passed to AuthProvider
8
*/
9
export type AuthProviderProps = {
10
+ children?: React.ReactNode;
11
+
12
/**
13
* An optional component to display if AuthClient initialization failed.
14
0 commit comments