UNPKG

@kryptogo/kryptogokit-sdk-react

Version:

KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.

8 lines (7 loc) 269 B
import React from 'react'; interface PaymentDetailsProps { children: React.ReactNode; onlyWithProvider?: boolean; } export declare function PaymentDetails({ children, onlyWithProvider }: PaymentDetailsProps): import("react/jsx-runtime").JSX.Element; export {};