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) 277 B
export { useTonAddress } from './useTonAddress'; export { useTonConnectModal } from './useTonConnectModal'; export { useTonConnectUI } from './useTonConnectUI'; export { useTonWallet } from './useTonWallet'; export { useIsConnectionRestored } from './useIsConnectionRestored';