UNPKG

curls

Version:

💪 Responsive, expressive UI primitives for React written with Style Hooks and Emotion

10 lines (6 loc) • 185 B
'use strict' exports.__esModule = true exports.default = void 0 var _default = (value, unit = 'px') => isNaN(value) === true ? value : `${value}${unit}` exports.default = _default