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-processorFlowed properties. Such properties propagate recursively to children nodes.