UNPKG

@funkit/connect

Version:

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

8 lines (7 loc) 255 B
import React, { type ReactNode } from 'react'; type Falsy = null | undefined | false; type Section = (ReactNode | Falsy)[]; export declare function FunTxSummarySections({ sections, }: { sections: (Section | Falsy)[]; }): React.JSX.Element; export {};