UNPKG

react-tetris2

Version:

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

11 lines 358 B
/** * Root application. * * WCAG 2.1 requires every page to expose exactly one “main” landmark. * Wrapping the game board in `<main>` satisfies both: * • `landmark-one-main` * • `region` (all content must live in landmarks) */ declare const App: () => React.JSX.Element; export default App; //# sourceMappingURL=App.d.ts.map