UNPKG

@funkit/connect

Version:

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

6 lines (5 loc) 230 B
import React from 'react'; import { type BoxProps } from '../Box/Box'; export declare const FreeUsdcBanner: ({ marginBottom, type, }: Pick<BoxProps, "marginBottom"> & { type: "deposit" | "withdrawal"; }) => React.JSX.Element;