MixedSizeCSSPropertiesKeys
reexport
type
MixedSizeCSSPropertiesKeys
=
"fontSize"
 Â
|
"borderWidth"
 Â
|
"letterSpacing"
 Â
|
"bottom"
 Â
|
"left"
 Â
|
"top"
 Â
|
"right"
 Â
|
"width"
 Â
|
"height"
 Â
|
"flexBasis"
 Â
|
"borderRadius"
 Â
|
"borderBottomLeftRadius"
 Â
|
"borderBottomRightRadius"
 Â
|
"borderTopLeftRadius"
 Â
|
"borderTopRightRadius"
 Â
|
"borderWidth"
 Â
|
"borderBottomWidth"
 Â
|
"borderLeftWidth"
 Â
|
"borderRightWidth"
 Â
|
"marginBottom"
 Â
|
"marginLeft"
 Â
|
"marginRight"
 Â
|
"marginTop"
 Â
|
"margin"
 Â
|
"marginHorizontal"
 Â
|
"marginVertical"
 Â
|
"maxWidth"
 Â
|
"maxHeight"
 Â
|
"minWidth"
 Â
|
"minHeight"
 Â
|
"padding"
 Â
|
"paddingBottom"
 Â
|
"paddingLeft"
 Â
|
"paddingRight"
 Â
|
"paddingTop"
 Â
|
"paddingHorizontal"
 Â
|
"paddingVertical"
Defined in
@native-html/css-processor
These properties can be set to any of the supoprted CSS sizes, including em,
rem units and special values such as large, larger for fontSize
, thin,
medium for borderWidth
, before passed to CSSProcessor.compileStyleDeclaration.