UNPKG

@funkit/connect

Version:

Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.

6 lines (5 loc) 230 B
/** * Fetches Swapped supported countries and maps the user's country (alpha2) * to get the currency code. */ export declare const useSwappedDefaultCurrency: () => import("@tanstack/react-query").UseQueryResult<string, Error>;