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
/
index.d.ts
4 lines
(3 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
export
{
ObscureView
,
PicturePuzzle
}
from
'./components'
;
export
{ isSquare, throwOnInvalidPuzzlePieces, }
from
'./constants'
;
export
*
from
'./types'
;