UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

17 lines (14 loc) 283 B
'use client'; 'use strict'; const elevations = { app: 100, modal: 200, popover: 300, overlay: 400, max: 9999 }; function getDefaultZIndex(level) { return elevations[level]; } exports.getDefaultZIndex = getDefaultZIndex; //# sourceMappingURL=get-default-z-index.cjs.map