UNPKG
hae-mobile-ui
Version:
latest (0.9.0)
0.9.0
Pure UI Library For Hae
hae-mobile-ui
/
src
/
libs
/
clean-style.js
9 lines
(8 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
(styles = {}) => {
for
(
let
i
in
styles) {
if
(
typeof
styles[i] ===
'undefined'
) {
delete
styles[i] } }
return
styles }