UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

15 lines (13 loc) 252 B
'use client'; const elevations = { app: 100, modal: 200, popover: 300, overlay: 400, max: 9999 }; function getDefaultZIndex(level) { return elevations[level]; } export { getDefaultZIndex }; //# sourceMappingURL=get-default-z-index.mjs.map