UNPKG

flexlayout-react-v7-react-19

Version:

A multi-tab docking layout manager

11 lines 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Action = void 0; class Action { constructor(type, data) { this.type = type; this.data = data; } } exports.Action = Action; //# sourceMappingURL=Action.js.map