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
/
constants
/
throwOnInvalidPuzzlePieces.d.ts
3 lines
(2 loc)
•
121 B
TypeScript
View Raw
1
2
3
import
{
PuzzlePieces
}
from
'../types'
;
export
default
function
throwOnInvalidPuzzlePieces
(
pieces: PuzzlePieces
):
void
;