UNPKG

hae-mobile-ui

Version:

Pure UI Library For Hae

9 lines (8 loc) 163 B
export default (styles = {}) => { for (let i in styles) { if (typeof styles[i] === 'undefined') { delete styles[i] } } return styles }