@funkit/connect
Version:
Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.
5 lines (4 loc) • 357 B
TypeScript
import type { TrackEventData } from '~/hooks/track/useTrack';
import type { FunkitActiveCheckoutItem } from '~/providers/FunkitCheckoutContext';
import type { FeeItem } from './PaymentFeesSummary';
export declare const trackEventFromPaymentFeesSummary: (checkoutItem: FunkitActiveCheckoutItem, feeItems: FeeItem[], isWithdrawal: boolean) => TrackEventData;