ThirdwebProviderProps
interface ThirdwebProviderProps<TChains extends Array<Chain>> extends Omit< "supportedWallets" | "secretKey" | "signer" | "theme" > { locale: Locale; supportedWallets: Array<WalletConfig<any>>; theme: ThemeType;}
interface ThirdwebProviderProps<TChains extends Array<Chain>> extends Omit< "supportedWallets" | "secretKey" | "signer" | "theme" > { locale: Locale; supportedWallets: Array<WalletConfig<any>>; theme: ThemeType;}