UNPKG

@funkit/connect

Version:

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

8 lines (7 loc) 379 B
import React from 'react'; import { type BoxProps } from '../Box/Box'; export declare function FunTxSummaryBox({ children, ...otherProps }: BoxProps): React.JSX.Element; export declare function FunTxSummaryLineItem({ children, ...otherProps }: BoxProps): React.JSX.Element; export declare function FunTxSummaryLineItemKeyText({ text }: { text: string; }): React.JSX.Element;