UNPKG

2048-cli-game

Version:

2048 game for terminal.

4 lines (3 loc) 124 B
import React, { PropsWithChildren } from 'react'; declare const Screen: React.FC<PropsWithChildren>; export default Screen;