UNPKG

@coin-voyage/paykit

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

10 lines (9 loc) 317 B
interface CopyRowOrThrobberProps { title: string; value?: string; valueText?: string; smallText?: string; disabled?: boolean; } export declare function CopyRowOrThrobber({ title, value, valueText, smallText, disabled }: CopyRowOrThrobberProps): import("react/jsx-runtime").JSX.Element; export {};