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) 264 B
import { TonConnectUI, TonConnectUiOptions } from '@tonconnect/ui'; /** * Use it to get access to the `TonConnectUI` instance and UI options updating function. */ export declare function useTonConnectUI(): [TonConnectUI, (options: TonConnectUiOptions) => void];