UNPKG

@nex-ui/react

Version:

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

12 lines (9 loc) • 203 B
import { defineTokens } from '@nex-ui/system'; const borderWidths = defineTokens.borderWidths({ xs: '0.5px', sm: '1px', md: '2px', lg: '4px', xl: '8px' }); export { borderWidths };