TownSquareXYZ / tonconnect-ui-vue

TonConnect UI Vue is a Vue UI kit for TonConnect SDK.
Apache License 2.0
21 stars 6 forks source link

useTonConnectUI().tonConnectUI is not typed #14

Open IlyaSemenov opened 1 month ago

IlyaSemenov commented 1 month ago

useTonConnectUI().tonConnectUI is typed as any:

image

This is probably because it's pulled in a hacky way from some global props:

https://github.com/TownSquareXYZ/tonconnect-ui-vue/blob/ee614c6b09efb3a9ef200887882a88de32a300d6/src/hooks/useTonConnectUI.ts#L19

It should be explicitly typed as TonConnectUI in the composable return.