UNPKG

@tonkeeper/tonconnect-ui-react

Version:

> This is a Tonkeeper-maintained fork of the official [TonConnect UI React](https://github.com/ton-connect/sdk/tree/main/packages/ui-react) with additional features and improvements. While maintaining compatibility with the core TonConnect protocol.

6 lines (5 loc) 274 B
import { TonConnectUI, TonConnectUiOptions } from '@tonkeeper/tonconnect-ui'; /** * Use it to get access to the `TonConnectUI` instance and UI options updating function. */ export declare function useTonConnectUI(): [TonConnectUI, (options: TonConnectUiOptions) => void];