UNPKG

@gear-js/wallet-connect

Version:

React library to connect Substrate based wallets to Gear dApps

8 lines (7 loc) 264 B
type Props = { theme?: 'gear' | 'vara'; displayBalance?: boolean; accountButtonClassName?: string; }; declare function Wallet({ theme, displayBalance, accountButtonClassName }: Props): import("react/jsx-runtime").JSX.Element | null; export { Wallet };