UNPKG
react-native-picture-puzzle
Version:
latest (1.0.0)
1.0.0
⚛️ 🧩 A picture puzzle component.
cawfree/react-native-picture-puzzle
react-native-picture-puzzle
/
dist
/
types
/
index.d.ts
9 lines
(8 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
type
PuzzlePiece
=
number
;
export
declare
type
PuzzlePieces
=
readonly
PuzzlePiece
[];
export
declare
enum
MoveDirection
{
BOTTOM
=
"bottom"
,
LEFT
=
"left"
,
RIGHT
=
"right"
,
TOP
=
"top"
}