UNPKG

@funkit/connect

Version:

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

11 lines (10 loc) 476 B
import { type CheckoutHistoryItem } from '@funkit/api-base'; import React from 'react'; interface FunCheckoutHistoryHelpProps { checkoutHistoryInfo: CheckoutHistoryItem | undefined; onBackFromHelpPage: () => void; /** Element ID to be used to mount the CTA action bar */ bottomBarId: string; } export declare function FunCheckoutHistoryHelp({ checkoutHistoryInfo, onBackFromHelpPage, bottomBarId, }: FunCheckoutHistoryHelpProps): React.JSX.Element; export {};