golden-layout
Version:
A multi-screen javascript Layout manager
11 lines • 469 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.StyleConstants = void 0;
/** @public */
var StyleConstants;
(function (StyleConstants) {
StyleConstants.defaultComponentBaseZIndex = 'auto';
StyleConstants.defaultComponentDragZIndex = '32';
StyleConstants.defaultComponentStackMaximisedZIndex = '41';
})(StyleConstants = exports.StyleConstants || (exports.StyleConstants = {}));
//# sourceMappingURL=style-constants.js.map
;