parent
84f6791e89
commit
a8c3a8ad61
@ -18,6 +18,8 @@ export function normalizeStyle(value: unknown): NormalizedStyle | undefined {
|
||||
}
|
||||
}
|
||||
return res
|
||||
} else if (isString(value)) {
|
||||
return parseStringStyle(value)
|
||||
} else if (isObject(value)) {
|
||||
return value
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user