CSSFlowedPropKey
reexport
type
CSSFlowedPropKey
=
Extract
<
keyof
StandardLonghandProperties
,
"borderCollapse"
 Â
|
"borderSpacing"
 Â
|
"captionSide"
 Â
|
"color"
 Â
|
"cursor"
 Â
|
"direction"
 Â
|
"emptyCells"
 Â
|
"fontFamily"
 Â
|
"fontSize"
 Â
|
"fontStyle"
 Â
|
"fontVariant"
 Â
|
"fontWeight"
 Â
|
"font"
 Â
|
"letterSpacing"
 Â
|
"lineHeight"
 Â
|
"listStyleImage"
 Â
|
"listStylePosition"
 Â
|
"listStyleType"
 Â
|
"listStyle"
 Â
|
"orphans"
 Â
|
"quotes"
 Â
|
"textAlign"
 Â
|
"textIndent"
 Â
|
"textTransform"
 Â
|
"visibility"
 Â
|
"whiteSpace"
 Â
|
"listStyleType"
 Â
|
"widows"
 Â
|
"wordSpacing"
>
Defined in
@native-html/css-processor
Flowed properties. Such properties propagate recursively to children nodes.