const border = { radius: { none: 0, small: '4px', medium: '8px', large: '16px', pill: '500px', circular: '50%' }, width: { none: 0, hairline: '0.5px', light: '1px', thick: '2px', heavy: '4px' } }; export default border;