UNPKG

@coin-voyage/paykit

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

8 lines (7 loc) 152 B
type Props = { enabled?: boolean; }; export declare function useWalletConnectUri({ enabled }?: Props): { uri: string | undefined; }; export {};