@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 { DepositDetails } from "../../../types/deposit-details";
interface CopyableInfoProps {
details?: DepositDetails;
remainingS: number;
totalS: number;
}
export declare function CopyableInfo({ details, remainingS, totalS }: CopyableInfoProps): import("react/jsx-runtime").JSX.Element;
export {};