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.

9 lines (8 loc) 415 B
import { TonConnectUIReactError } from './ton-connect-ui-react.error'; /** * Thrown when either <TonConnectProvider> not added to the top of the tags tree, * either there is an attempt using TonConnect UI hook or <TonConnectButton> inside <TonConnectProvider> */ export declare class TonConnectProviderNotSetError extends TonConnectUIReactError { constructor(...args: ConstructorParameters<typeof Error>); }