UNPKG
@biarri/flexlayout-react
Version:
latest (0.8.5-2)
0.8.6
0.8.5
0.8.5-2
0.8.5-1
A multi-tab docking layout manager
github.com/biarri-networks/FlexLayout
biarri-networks/FlexLayout
@biarri/flexlayout-react
/
lib
/
model
/
Action.js
7 lines
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
class
Action
{
constructor
(type,
data
) {
this
.type = type;
this
.
data
=
data
; } }
//# sourceMappingURL=Action.js.map