UNPKG

venom-connect

Version:

<p align="center"> <a href="https://github.com/venom-blockchain/developer-program"> <img src="https://raw.githubusercontent.com/venom-blockchain/developer-program/main/vf-dev-program.png" alt="Logo" width="366.8" height="146.4"> </a> </p>

18 lines 826 B
/// <reference types="react" /> import { ConnectorType, Theme, WalletDisplay, WayToConnect } from "../types"; export declare type ProviderCardProps = WalletDisplay & { isProviderExist: boolean; isCurrentBrowser: boolean; themeObject: Theme; themeName: string; onClick?: () => void; connectorType?: ConnectorType; browser?: string; options?: WayToConnect["options"]; isFirst?: boolean; isBadBrowser?: boolean; allBrowsersNames?: string[]; browsersNames?: string[]; }; export declare const ProviderCard: ({ name, logo, logoWhite, description, isProviderExist, isCurrentBrowser, themeObject, themeName, onClick, connectorType, browser, options, isFirst, isBadBrowser, allBrowsersNames, browsersNames, }: ProviderCardProps) => JSX.Element; //# sourceMappingURL=ProviderCard.d.ts.map