UNPKG

@funkit/connect

Version:

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

6 lines (5 loc) 280 B
import { PaymentMethod } from '~/domains/paymentMethods'; /** * @param paymentMethod - Only runs when PaymentMethod.CARD is provided */ export declare const useMeldDefaultCurrency: (paymentMethod: PaymentMethod) => import("@tanstack/react-query").UseQueryResult<string, Error>;