This function works like Chakra's mergeProps, but has additional support for Chakra's css property.
If multiple css objects are defined, their values are combined into an array.
This way, multiple css rules may match and will not override each other.
Merges multiple
propsobjects from left to right.This function works like Chakra's mergeProps, but has additional support for Chakra's
cssproperty. If multiplecssobjects are defined, their values are combined into an array. This way, multiple css rules may match and will not override each other.