UNPKG
tentacle-react-mosaic
Version:
latest (0.0.2)
0.0.2
0.0.1
A React Tiling Window Manager
github.com/nomcopter/react-mosaic
nomcopter/react-mosaic
tentacle-react-mosaic
/
lib
/
internalTypes.js
10 lines
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
MosaicDropTargetPosition
=
void
0
;
exports
.
MosaicDropTargetPosition
= {
TOP
:
'top'
,
BOTTOM
:
'bottom'
,
LEFT
:
'left'
,
RIGHT
:
'right'
, };
//# sourceMappingURL=internalTypes.js.map