UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

12 lines (11 loc) 209 B
const getPadding = (size) => { if (size === 'large') { return '14px'; } if (size === 'medium') { return '10px'; } // 'small' return '6px'; }; export default getPadding;