UNPKG

@nex-ui/react

Version:

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

22 lines (19 loc) • 278 B
'use strict'; const sizeVariant = { sm: { px: '3', fs: 'md', h: '8' }, md: { px: '4', fs: 'lg', h: '10' }, lg: { px: '5', fs: 'xl', h: '12' } }; exports.sizeVariant = sizeVariant;