We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270ecab commit 367f255Copy full SHA for 367f255
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