ThirdwebAuthProvider
function ThirdwebAuthProvider(
props: PropsWithChildren<{ value: ThirdwebAuthConfig }>,
context?: any,
): ReactNode;
Parameters
Returns
type ReturnType = ReactNode;
function ThirdwebAuthProvider(
props: PropsWithChildren<{ value: ThirdwebAuthConfig }>,
context?: any,
): ReactNode;
type ReturnType = ReactNode;