UNPKG

@gear-js/wallet-connect

Version:

React library to connect Substrate based wallets to Gear dApps

6 lines (5 loc) 158 B
type Props = { theme: 'gear' | 'vara'; }; declare function Balance({ theme }: Props): import("react/jsx-runtime").JSX.Element | null; export { Balance };