UNPKG

@littlespoon/theme

Version:
12 lines 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * This enum is somehow based on https://mui.com/material-ui/customization/z-index */ var zIndex; (function (zIndex) { zIndex[zIndex["backdrop"] = 1100] = "backdrop"; zIndex[zIndex["drawer"] = 1200] = "drawer"; })(zIndex || (zIndex = {})); exports.default = zIndex; //# sourceMappingURL=z-index.js.map