UNPKG

@funkit/connect

Version:

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

5 lines (4 loc) 289 B
import type { TrackEventData } from '~/hooks/track/useTrack'; import { FunCheckoutStep } from './FunCheckoutStep'; import type { CheckoutModalState } from './stepTransition'; export declare const trackEventFromNextState: (nextState: CheckoutModalState<FunCheckoutStep>) => TrackEventData;