ThirdwebConfigProvider

function ThirdwebConfigProvider(
  props: PropsWithChildren<{ value: ThirdwebConfigContext }>,
  context?: any,
): ReactNode;

Parameters


Returns

type ReturnType = ReactNode;