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
/
types.js
11 lines
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
MosaicDragType
=
void
0
;
/** * Used by `react-dnd` *
@type
{
{WINDOW: string
}} */
exports
.
MosaicDragType
= {
WINDOW
:
'MosaicWindow'
, };
//# sourceMappingURL=types.js.map