UNPKG

@nex-ui/react

Version:

🎉 A beautiful, modern, and reliable React component library.

10 lines (7 loc) • 169 B
import { defineTokens } from '@nex-ui/system'; const zIndices = defineTokens.zIndices({ modal: 1000, popover: 2000, tooltip: 3000 }); export { zIndices };