UNPKG

396 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7// We need to centralize the zIndex definitions as they work
8// like global values in the browser.
9var zIndex = {
10 mobileStepper: 1000,
11 speedDial: 1050,
12 appBar: 1100,
13 drawer: 1200,
14 modal: 1300,
15 snackbar: 1400,
16 tooltip: 1500
17};
18var _default = zIndex;
19exports.default = _default;
\No newline at end of file