@funkit/connect
Version:
Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.
8 lines (7 loc) • 332 B
TypeScript
/**
* Centralized "fire-and-forget" prefetches that run at modal open so
* downstream screens read from warm React Query cache. Hooks added here
* must set a `staleTime` long enough to survive modal close/reopen, or
* the prefetch is wasted on the next session.
*/
export declare function CheckoutModalPrefetchedHooks(): null;