UNPKG

golden-layout

Version:
11 lines 469 B
"use strict"; 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