CSSFlowedPropKey
export
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">;