UNPKG

tonconnect-ui-react

Version:

TonConnect UI React is a React UI kit for TonConnect SDK. Use it to connect your app to TON wallets via TonConnect protocol in React apps.

6 lines (5 loc) 197 B
import { WalletsModal } from '@tonconnect/ui'; /** * Use it to get access to the open/close modal functions. */ export declare function useTonConnectModal(): Omit<WalletsModal, 'onStateChange'>;