UNPKG

@gear-js/wallet-connect

Version:

React library to connect Substrate based wallets to Gear dApps

7 lines (6 loc) 207 B
import { AlertContainerFactory } from '@gear-js/react-hooks'; declare const copyToClipboard: ({ alert, value }: { alert: AlertContainerFactory; value: string; }) => void; export { copyToClipboard };