UNPKG
2048-cli-game
Version:
latest (0.2.2)
0.2.2
0.2.0
0.1.0
0.0.0
2048 game for terminal.
2048-cli-game
/
dist
/
components
/
Screen
/
index.d.ts
4 lines
(3 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
import
React
, {
PropsWithChildren
}
from
'react'
;
declare
const
Screen
:
React
.
FC
<
PropsWithChildren
>;
export
default
Screen
;