UNPKG

@nex-ui/react

Version:

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

8 lines (5 loc) • 131 B
import { defineTokens } from '@nex-ui/system'; const zIndexes = defineTokens.zIndexes({ modal: 1000 }); export { zIndexes };