UNPKG

@metadaoproject/wallet-adapter-react-ui

Version:
15 lines 513 B
import React from 'react'; import { BaseWalletMultiButton } from './BaseWalletMultiButton.js'; const LABELS = { 'change-wallet': 'Change wallet', connecting: 'Connecting ...', 'copy-address': 'Copy address', copied: 'Copied', disconnect: 'Disconnect', 'has-wallet': 'Connect', 'no-wallet': 'Select Wallet', }; export function WalletMultiButton(props) { return React.createElement(BaseWalletMultiButton, { ...props, labels: LABELS }); } //# sourceMappingURL=WalletMultiButton.js.map