UNPKG

react-tetris2

Version:

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

4 lines 168 B
import { default as React } from 'react'; import { Game } from './models/Game'; export declare const Context: React.Context<Game>; //# sourceMappingURL=context.d.ts.map