UNPKG

@coin-voyage/paykit

Version:

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

7 lines (6 loc) 215 B
interface CountdownTimerProps { remainingS: number; totalS: number; } export declare function CountdownTimer({ remainingS, totalS }: CountdownTimerProps): import("react/jsx-runtime").JSX.Element; export {};