UNPKG

@nex-ui/react

Version:

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

17 lines (13 loc) • 260 B
'use strict'; var system = require('@nex-ui/system'); const radii = system.defineTokens.radii({ xs: '4px', sm: '6px', md: '8px', lg: '12px', xl: '14px', '2xl': '16px', '3xl': '18px', full: '9999px' }); exports.radii = radii;