UNPKG

react-better-countdown-hook

Version:

A dead simple react countdown hook with typescript support

11 lines 199 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>react-countdown-hook</title> </head> <body> <div id="react-root"></div> <script src="index.tsx"></script> </body> </html>