UNPKG

@funkit/connect

Version:

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

7 lines (6 loc) 313 B
import type { GetFopsResponse } from '@funkit/api-base'; /** * Feeds fops data into the SwappedProvider for single-iframe preloading. * Extracts the first (highest priority) embeddedFlowUrl and sets it on the provider. */ export declare function useSwappedPreload(fopsData: GetFopsResponse | undefined): void;