UNPKG

react-tetris2

Version:

Classic Tetris game as a reusable React 18+ component, fully typed with TypeScript and controllable via ref.

7 lines 272 B
type Callback = () => void; export declare function start(): void; export declare function stop(): void; export declare function bind(callback: Callback): void; export declare function unbind(callback: Callback): void; export {}; //# sourceMappingURL=detect-shift.d.ts.map