UNPKG

@funkit/connect

Version:

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

10 lines (9 loc) 481 B
import React from 'react'; import { FunCheckoutStep } from '~/modals/CheckoutModal/stepTransition'; interface FunCheckoutModalHeightAnimationWrapperProps { children: React.ReactNode; checkoutStep?: FunCheckoutStep; } export declare const mapHeightToCheckoutStep: Partial<Record<FunCheckoutStep, number>>; export declare function FunCheckoutModalHeightAnimationWrapper({ children, checkoutStep, }: FunCheckoutModalHeightAnimationWrapperProps): React.JSX.Element; export {};