UNPKG
@notdutzi/react-mosaic-component
Version:
latest (5.0.2)
5.0.2
5.0.1
5.0.0
A React Tiling Window Manager
github.com/dutzi/react-mosaic
dutzi/react-mosaic
@notdutzi/react-mosaic-component
/
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