UNPKG

tmemory

Version:

A terminal-based Memory card game built with React Ink. Features multiple grid sizes, AI opponent, and high scores.

7 lines (6 loc) 148 B
import React from 'react'; interface LiveTimerProps { startTime: number; } export declare const LiveTimer: React.FC<LiveTimerProps>; export {};