@coin-voyage/paykit
Version:
Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.
9 lines (8 loc) • 318 B
TypeScript
import type { PaymentDetails } from "../../../types/payment-details";
interface CopyableInfoProps {
details?: PaymentDetails;
remainingS: number;
totalS: number;
}
export declare function CopyableInfo({ details, remainingS, totalS }: CopyableInfoProps): import("react/jsx-runtime").JSX.Element;
export {};