UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

10 lines (9 loc) 224 B
function formatCSSSize(sizeVal) { if (typeof sizeVal === 'undefined') { return undefined; } if (typeof sizeVal === 'number') return `${sizeVal}px`; return sizeVal; } export { formatCSSSize };