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.

9 lines (8 loc) 250 B
declare const useCountdown: (initialCount: number, intervalMs?: number) => { count: number; formattedCount: string; startCountdown: () => void; resetCountdown: () => void; restartCountdown: () => void; }; export { useCountdown };