UNPKG

@aguycalled/web3modal

Version:

A single Web3 / Ethereum provider solution for all Wallets

11 lines 306 B
import { ThemeColors } from "../helpers"; interface IProviderProps { name: string; logo: string; description: string; themeColors: ThemeColors; onClick: () => void; } export declare function Provider(props: IProviderProps): JSX.Element; export {}; //# sourceMappingURL=Provider.d.ts.map