CSSShortPropsKey
reexport
type
CSSShortPropsKey
=
Extract
<
keyof
StandardShorthandProperties
,
"background"
 Â
|
"border"
 Â
|
"borderColor"
 Â
|
"borderRadius"
 Â
|
"borderWidth"
 Â
|
"flex"
 Â
|
"flexFlow"
 Â
|
"font"
 Â
|
"margin"
 Â
|
"padding"
 Â
|
"textDecoration"
>
Defined in
@native-html/css-processor
Shorthand properties. These properties will be pre-translated with css-to-react-native. These properties are not considered "native, web, flow ... etc" because they won't be translated per-se.