Skip to main content

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">

Flowed properties. Such properties propagate recursively to children nodes.