UNPKG

@funkit/connect

Version:

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

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