UNPKG
nes-tetris-components
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
A set of components and front-end functionality of NES Tetris
nes-tetris-components
/
lib
/
choose-piece-input-handler.d.ts
3 lines
(2 loc)
•
147 B
TypeScript
View Raw
1
2
3
import
{
Piece
}
from
'nes-tetris-representation'
;
export
default
function
inputHandler
(
event: KeyboardEvent, disabled?: boolean
):
null
|
Piece
;