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