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.