CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
index.js.flow6864 linesDownload Raw Back to csstype
1// @flow strict2 3export type StandardLonghandProperties<TLength = string | 0, TTime = string> = {|4  accentColor?: Property$AccentColor,5  alignContent?: Property$AlignContent,6  alignItems?: Property$AlignItems,7  alignSelf?: Property$AlignSelf,8  alignTracks?: Property$AlignTracks,9  alignmentBaseline?: Property$AlignmentBaseline,10  anchorName?: Property$AnchorName,11  anchorScope?: Property$AnchorScope,12  animationComposition?: Property$AnimationComposition,13  animationDelay?: Property$AnimationDelay<TTime>,14  animationDirection?: Property$AnimationDirection,15  animationDuration?: Property$AnimationDuration<TTime>,16  animationFillMode?: Property$AnimationFillMode,17  animationIterationCount?: Property$AnimationIterationCount,18  animationName?: Property$AnimationName,19  animationPlayState?: Property$AnimationPlayState,20  animationRangeEnd?: Property$AnimationRangeEnd<TLength>,21  animationRangeStart?: Property$AnimationRangeStart<TLength>,22  animationTimeline?: Property$AnimationTimeline,23  animationTimingFunction?: Property$AnimationTimingFunction,24  appearance?: Property$Appearance,25  aspectRatio?: Property$AspectRatio,26  backdropFilter?: Property$BackdropFilter,27  backfaceVisibility?: Property$BackfaceVisibility,28  backgroundAttachment?: Property$BackgroundAttachment,29  backgroundBlendMode?: Property$BackgroundBlendMode,30  backgroundClip?: Property$BackgroundClip,31  backgroundColor?: Property$BackgroundColor,32  backgroundImage?: Property$BackgroundImage,33  backgroundOrigin?: Property$BackgroundOrigin,34  backgroundPositionX?: Property$BackgroundPositionX<TLength>,35  backgroundPositionY?: Property$BackgroundPositionY<TLength>,36  backgroundRepeat?: Property$BackgroundRepeat,37  backgroundSize?: Property$BackgroundSize<TLength>,38  baselineShift?: Property$BaselineShift<TLength>,39  blockSize?: Property$BlockSize<TLength>,40  borderBlockEndColor?: Property$BorderBlockEndColor,41  borderBlockEndStyle?: Property$BorderBlockEndStyle,42  borderBlockEndWidth?: Property$BorderBlockEndWidth<TLength>,43  borderBlockStartColor?: Property$BorderBlockStartColor,44  borderBlockStartStyle?: Property$BorderBlockStartStyle,45  borderBlockStartWidth?: Property$BorderBlockStartWidth<TLength>,46  borderBottomColor?: Property$BorderBottomColor,47  borderBottomLeftRadius?: Property$BorderBottomLeftRadius<TLength>,48  borderBottomRightRadius?: Property$BorderBottomRightRadius<TLength>,49  borderBottomStyle?: Property$BorderBottomStyle,50  borderBottomWidth?: Property$BorderBottomWidth<TLength>,51  borderCollapse?: Property$BorderCollapse,52  borderEndEndRadius?: Property$BorderEndEndRadius<TLength>,53  borderEndStartRadius?: Property$BorderEndStartRadius<TLength>,54  borderImageOutset?: Property$BorderImageOutset<TLength>,55  borderImageRepeat?: Property$BorderImageRepeat,56  borderImageSlice?: Property$BorderImageSlice,57  borderImageSource?: Property$BorderImageSource,58  borderImageWidth?: Property$BorderImageWidth<TLength>,59  borderInlineEndColor?: Property$BorderInlineEndColor,60  borderInlineEndStyle?: Property$BorderInlineEndStyle,61  borderInlineEndWidth?: Property$BorderInlineEndWidth<TLength>,62  borderInlineStartColor?: Property$BorderInlineStartColor,63  borderInlineStartStyle?: Property$BorderInlineStartStyle,64  borderInlineStartWidth?: Property$BorderInlineStartWidth<TLength>,65  borderLeftColor?: Property$BorderLeftColor,66  borderLeftStyle?: Property$BorderLeftStyle,67  borderLeftWidth?: Property$BorderLeftWidth<TLength>,68  borderRightColor?: Property$BorderRightColor,69  borderRightStyle?: Property$BorderRightStyle,70  borderRightWidth?: Property$BorderRightWidth<TLength>,71  borderSpacing?: Property$BorderSpacing<TLength>,72  borderStartEndRadius?: Property$BorderStartEndRadius<TLength>,73  borderStartStartRadius?: Property$BorderStartStartRadius<TLength>,74  borderTopColor?: Property$BorderTopColor,75  borderTopLeftRadius?: Property$BorderTopLeftRadius<TLength>,76  borderTopRightRadius?: Property$BorderTopRightRadius<TLength>,77  borderTopStyle?: Property$BorderTopStyle,78  borderTopWidth?: Property$BorderTopWidth<TLength>,79  bottom?: Property$Bottom<TLength>,80  boxDecorationBreak?: Property$BoxDecorationBreak,81  boxShadow?: Property$BoxShadow,82  boxSizing?: Property$BoxSizing,83  breakAfter?: Property$BreakAfter,84  breakBefore?: Property$BreakBefore,85  breakInside?: Property$BreakInside,86  captionSide?: Property$CaptionSide,87  caretColor?: Property$CaretColor,88  caretShape?: Property$CaretShape,89  clear?: Property$Clear,90  clipPath?: Property$ClipPath,91  clipRule?: Property$ClipRule,92  color?: Property$Color,93  colorAdjust?: Property$PrintColorAdjust,94  colorInterpolationFilters?: Property$ColorInterpolationFilters,95  colorScheme?: Property$ColorScheme,96  columnCount?: Property$ColumnCount,97  columnFill?: Property$ColumnFill,98  columnGap?: Property$ColumnGap<TLength>,99  columnRuleColor?: Property$ColumnRuleColor,100  columnRuleStyle?: Property$ColumnRuleStyle,101  columnRuleWidth?: Property$ColumnRuleWidth<TLength>,102  columnSpan?: Property$ColumnSpan,103  columnWidth?: Property$ColumnWidth<TLength>,104  contain?: Property$Contain,105  containIntrinsicBlockSize?: Property$ContainIntrinsicBlockSize<TLength>,106  containIntrinsicHeight?: Property$ContainIntrinsicHeight<TLength>,107  containIntrinsicInlineSize?: Property$ContainIntrinsicInlineSize<TLength>,108  containIntrinsicWidth?: Property$ContainIntrinsicWidth<TLength>,109  containerName?: Property$ContainerName,110  containerType?: Property$ContainerType,111  content?: Property$Content,112  contentVisibility?: Property$ContentVisibility,113  counterIncrement?: Property$CounterIncrement,114  counterReset?: Property$CounterReset,115  counterSet?: Property$CounterSet,116  cursor?: Property$Cursor,117  cx?: Property$Cx<TLength>,118  cy?: Property$Cy<TLength>,119  d?: Property$D,120  direction?: Property$Direction,121  display?: Property$Display,122  dominantBaseline?: Property$DominantBaseline,123  emptyCells?: Property$EmptyCells,124  fieldSizing?: Property$FieldSizing,125  fill?: Property$Fill,126  fillOpacity?: Property$FillOpacity,127  fillRule?: Property$FillRule,128  filter?: Property$Filter,129  flexBasis?: Property$FlexBasis<TLength>,130  flexDirection?: Property$FlexDirection,131  flexGrow?: Property$FlexGrow,132  flexShrink?: Property$FlexShrink,133  flexWrap?: Property$FlexWrap,134  float?: Property$Float,135  floodColor?: Property$FloodColor,136  floodOpacity?: Property$FloodOpacity,137  fontFamily?: Property$FontFamily,138  fontFeatureSettings?: Property$FontFeatureSettings,139  fontKerning?: Property$FontKerning,140  fontLanguageOverride?: Property$FontLanguageOverride,141  fontOpticalSizing?: Property$FontOpticalSizing,142  fontPalette?: Property$FontPalette,143  fontSize?: Property$FontSize<TLength>,144  fontSizeAdjust?: Property$FontSizeAdjust,145  fontSmooth?: Property$FontSmooth<TLength>,146  fontStyle?: Property$FontStyle,147  fontSynthesis?: Property$FontSynthesis,148  fontSynthesisPosition?: Property$FontSynthesisPosition,149  fontSynthesisSmallCaps?: Property$FontSynthesisSmallCaps,150  fontSynthesisStyle?: Property$FontSynthesisStyle,151  fontSynthesisWeight?: Property$FontSynthesisWeight,152  fontVariant?: Property$FontVariant,153  fontVariantAlternates?: Property$FontVariantAlternates,154  fontVariantCaps?: Property$FontVariantCaps,155  fontVariantEastAsian?: Property$FontVariantEastAsian,156  fontVariantEmoji?: Property$FontVariantEmoji,157  fontVariantLigatures?: Property$FontVariantLigatures,158  fontVariantNumeric?: Property$FontVariantNumeric,159  fontVariantPosition?: Property$FontVariantPosition,160  fontVariationSettings?: Property$FontVariationSettings,161  fontWeight?: Property$FontWeight,162  fontWidth?: Property$FontWidth,163  forcedColorAdjust?: Property$ForcedColorAdjust,164  gridAutoColumns?: Property$GridAutoColumns<TLength>,165  gridAutoFlow?: Property$GridAutoFlow,166  gridAutoRows?: Property$GridAutoRows<TLength>,167  gridColumnEnd?: Property$GridColumnEnd,168  gridColumnStart?: Property$GridColumnStart,169  gridRowEnd?: Property$GridRowEnd,170  gridRowStart?: Property$GridRowStart,171  gridTemplateAreas?: Property$GridTemplateAreas,172  gridTemplateColumns?: Property$GridTemplateColumns<TLength>,173  gridTemplateRows?: Property$GridTemplateRows<TLength>,174  hangingPunctuation?: Property$HangingPunctuation,175  height?: Property$Height<TLength>,176  hyphenateCharacter?: Property$HyphenateCharacter,177  hyphenateLimitChars?: Property$HyphenateLimitChars,178  hyphens?: Property$Hyphens,179  imageOrientation?: Property$ImageOrientation,180  imageRendering?: Property$ImageRendering,181  imageResolution?: Property$ImageResolution,182  initialLetter?: Property$InitialLetter,183  initialLetterAlign?: Property$InitialLetterAlign,184  inlineSize?: Property$InlineSize<TLength>,185  insetBlockEnd?: Property$InsetBlockEnd<TLength>,186  insetBlockStart?: Property$InsetBlockStart<TLength>,187  insetInlineEnd?: Property$InsetInlineEnd<TLength>,188  insetInlineStart?: Property$InsetInlineStart<TLength>,189  interpolateSize?: Property$InterpolateSize,190  isolation?: Property$Isolation,191  justifyContent?: Property$JustifyContent,192  justifyItems?: Property$JustifyItems,193  justifySelf?: Property$JustifySelf,194  justifyTracks?: Property$JustifyTracks,195  left?: Property$Left<TLength>,196  letterSpacing?: Property$LetterSpacing<TLength>,197  lightingColor?: Property$LightingColor,198  lineBreak?: Property$LineBreak,199  lineHeight?: Property$LineHeight<TLength>,200  lineHeightStep?: Property$LineHeightStep<TLength>,201  listStyleImage?: Property$ListStyleImage,202  listStylePosition?: Property$ListStylePosition,203  listStyleType?: Property$ListStyleType,204  marginBlockEnd?: Property$MarginBlockEnd<TLength>,205  marginBlockStart?: Property$MarginBlockStart<TLength>,206  marginBottom?: Property$MarginBottom<TLength>,207  marginInlineEnd?: Property$MarginInlineEnd<TLength>,208  marginInlineStart?: Property$MarginInlineStart<TLength>,209  marginLeft?: Property$MarginLeft<TLength>,210  marginRight?: Property$MarginRight<TLength>,211  marginTop?: Property$MarginTop<TLength>,212  marginTrim?: Property$MarginTrim,213  marker?: Property$Marker,214  markerEnd?: Property$MarkerEnd,215  markerMid?: Property$MarkerMid,216  markerStart?: Property$MarkerStart,217  maskBorderMode?: Property$MaskBorderMode,218  maskBorderOutset?: Property$MaskBorderOutset<TLength>,219  maskBorderRepeat?: Property$MaskBorderRepeat,220  maskBorderSlice?: Property$MaskBorderSlice,221  maskBorderSource?: Property$MaskBorderSource,222  maskBorderWidth?: Property$MaskBorderWidth<TLength>,223  maskClip?: Property$MaskClip,224  maskComposite?: Property$MaskComposite,225  maskImage?: Property$MaskImage,226  maskMode?: Property$MaskMode,227  maskOrigin?: Property$MaskOrigin,228  maskPosition?: Property$MaskPosition<TLength>,229  maskRepeat?: Property$MaskRepeat,230  maskSize?: Property$MaskSize<TLength>,231  maskType?: Property$MaskType,232  masonryAutoFlow?: Property$MasonryAutoFlow,233  mathDepth?: Property$MathDepth,234  mathShift?: Property$MathShift,235  mathStyle?: Property$MathStyle,236  maxBlockSize?: Property$MaxBlockSize<TLength>,237  maxHeight?: Property$MaxHeight<TLength>,238  maxInlineSize?: Property$MaxInlineSize<TLength>,239  maxLines?: Property$MaxLines,240  maxWidth?: Property$MaxWidth<TLength>,241  minBlockSize?: Property$MinBlockSize<TLength>,242  minHeight?: Property$MinHeight<TLength>,243  minInlineSize?: Property$MinInlineSize<TLength>,244  minWidth?: Property$MinWidth<TLength>,245  mixBlendMode?: Property$MixBlendMode,246  motionDistance?: Property$OffsetDistance<TLength>,247  motionPath?: Property$OffsetPath,248  motionRotation?: Property$OffsetRotate,249  objectFit?: Property$ObjectFit,250  objectPosition?: Property$ObjectPosition<TLength>,251  objectViewBox?: Property$ObjectViewBox,252  offsetAnchor?: Property$OffsetAnchor<TLength>,253  offsetDistance?: Property$OffsetDistance<TLength>,254  offsetPath?: Property$OffsetPath,255  offsetPosition?: Property$OffsetPosition<TLength>,256  offsetRotate?: Property$OffsetRotate,257  offsetRotation?: Property$OffsetRotate,258  opacity?: Property$Opacity,259  order?: Property$Order,260  orphans?: Property$Orphans,261  outlineColor?: Property$OutlineColor,262  outlineOffset?: Property$OutlineOffset<TLength>,263  outlineStyle?: Property$OutlineStyle,264  outlineWidth?: Property$OutlineWidth<TLength>,265  overflowAnchor?: Property$OverflowAnchor,266  overflowBlock?: Property$OverflowBlock,267  overflowClipBox?: Property$OverflowClipBox,268  overflowClipMargin?: Property$OverflowClipMargin<TLength>,269  overflowInline?: Property$OverflowInline,270  overflowWrap?: Property$OverflowWrap,271  overflowX?: Property$OverflowX,272  overflowY?: Property$OverflowY,273  overlay?: Property$Overlay,274  overscrollBehaviorBlock?: Property$OverscrollBehaviorBlock,275  overscrollBehaviorInline?: Property$OverscrollBehaviorInline,276  overscrollBehaviorX?: Property$OverscrollBehaviorX,277  overscrollBehaviorY?: Property$OverscrollBehaviorY,278  paddingBlockEnd?: Property$PaddingBlockEnd<TLength>,279  paddingBlockStart?: Property$PaddingBlockStart<TLength>,280  paddingBottom?: Property$PaddingBottom<TLength>,281  paddingInlineEnd?: Property$PaddingInlineEnd<TLength>,282  paddingInlineStart?: Property$PaddingInlineStart<TLength>,283  paddingLeft?: Property$PaddingLeft<TLength>,284  paddingRight?: Property$PaddingRight<TLength>,285  paddingTop?: Property$PaddingTop<TLength>,286  page?: Property$Page,287  paintOrder?: Property$PaintOrder,288  perspective?: Property$Perspective<TLength>,289  perspectiveOrigin?: Property$PerspectiveOrigin<TLength>,290  pointerEvents?: Property$PointerEvents,291  position?: Property$Position,292  positionAnchor?: Property$PositionAnchor,293  positionArea?: Property$PositionArea,294  positionTryFallbacks?: Property$PositionTryFallbacks,295  positionTryOrder?: Property$PositionTryOrder,296  positionVisibility?: Property$PositionVisibility,297  printColorAdjust?: Property$PrintColorAdjust,298  quotes?: Property$Quotes,299  r?: Property$R<TLength>,300  resize?: Property$Resize,301  right?: Property$Right<TLength>,302  rotate?: Property$Rotate,303  rowGap?: Property$RowGap<TLength>,304  rubyAlign?: Property$RubyAlign,305  rubyMerge?: Property$RubyMerge,306  rubyOverhang?: Property$RubyOverhang,307  rubyPosition?: Property$RubyPosition,308  rx?: Property$Rx<TLength>,309  ry?: Property$Ry<TLength>,310  scale?: Property$Scale,311  scrollBehavior?: Property$ScrollBehavior,312  scrollInitialTarget?: Property$ScrollInitialTarget,313  scrollMarginBlockEnd?: Property$ScrollMarginBlockEnd<TLength>,314  scrollMarginBlockStart?: Property$ScrollMarginBlockStart<TLength>,315  scrollMarginBottom?: Property$ScrollMarginBottom<TLength>,316  scrollMarginInlineEnd?: Property$ScrollMarginInlineEnd<TLength>,317  scrollMarginInlineStart?: Property$ScrollMarginInlineStart<TLength>,318  scrollMarginLeft?: Property$ScrollMarginLeft<TLength>,319  scrollMarginRight?: Property$ScrollMarginRight<TLength>,320  scrollMarginTop?: Property$ScrollMarginTop<TLength>,321  scrollPaddingBlockEnd?: Property$ScrollPaddingBlockEnd<TLength>,322  scrollPaddingBlockStart?: Property$ScrollPaddingBlockStart<TLength>,323  scrollPaddingBottom?: Property$ScrollPaddingBottom<TLength>,324  scrollPaddingInlineEnd?: Property$ScrollPaddingInlineEnd<TLength>,325  scrollPaddingInlineStart?: Property$ScrollPaddingInlineStart<TLength>,326  scrollPaddingLeft?: Property$ScrollPaddingLeft<TLength>,327  scrollPaddingRight?: Property$ScrollPaddingRight<TLength>,328  scrollPaddingTop?: Property$ScrollPaddingTop<TLength>,329  scrollSnapAlign?: Property$ScrollSnapAlign,330  scrollSnapMarginBottom?: Property$ScrollMarginBottom<TLength>,331  scrollSnapMarginLeft?: Property$ScrollMarginLeft<TLength>,332  scrollSnapMarginRight?: Property$ScrollMarginRight<TLength>,333  scrollSnapMarginTop?: Property$ScrollMarginTop<TLength>,334  scrollSnapStop?: Property$ScrollSnapStop,335  scrollSnapType?: Property$ScrollSnapType,336  scrollTimelineAxis?: Property$ScrollTimelineAxis,337  scrollTimelineName?: Property$ScrollTimelineName,338  scrollbarColor?: Property$ScrollbarColor,339  scrollbarGutter?: Property$ScrollbarGutter,340  scrollbarWidth?: Property$ScrollbarWidth,341  shapeImageThreshold?: Property$ShapeImageThreshold,342  shapeMargin?: Property$ShapeMargin<TLength>,343  shapeOutside?: Property$ShapeOutside,344  shapeRendering?: Property$ShapeRendering,345  speakAs?: Property$SpeakAs,346  stopColor?: Property$StopColor,347  stopOpacity?: Property$StopOpacity,348  stroke?: Property$Stroke,349  strokeColor?: Property$StrokeColor,350  strokeDasharray?: Property$StrokeDasharray<TLength>,351  strokeDashoffset?: Property$StrokeDashoffset<TLength>,352  strokeLinecap?: Property$StrokeLinecap,353  strokeLinejoin?: Property$StrokeLinejoin,354  strokeMiterlimit?: Property$StrokeMiterlimit,355  strokeOpacity?: Property$StrokeOpacity,356  strokeWidth?: Property$StrokeWidth<TLength>,357  tabSize?: Property$TabSize<TLength>,358  tableLayout?: Property$TableLayout,359  textAlign?: Property$TextAlign,360  textAlignLast?: Property$TextAlignLast,361  textAnchor?: Property$TextAnchor,362  textAutospace?: Property$TextAutospace,363  textBox?: Property$TextBox,364  textBoxEdge?: Property$TextBoxEdge,365  textBoxTrim?: Property$TextBoxTrim,366  textCombineUpright?: Property$TextCombineUpright,367  textDecorationColor?: Property$TextDecorationColor,368  textDecorationLine?: Property$TextDecorationLine,369  textDecorationSkip?: Property$TextDecorationSkip,370  textDecorationSkipInk?: Property$TextDecorationSkipInk,371  textDecorationStyle?: Property$TextDecorationStyle,372  textDecorationThickness?: Property$TextDecorationThickness<TLength>,373  textEmphasisColor?: Property$TextEmphasisColor,374  textEmphasisPosition?: Property$TextEmphasisPosition,375  textEmphasisStyle?: Property$TextEmphasisStyle,376  textIndent?: Property$TextIndent<TLength>,377  textJustify?: Property$TextJustify,378  textOrientation?: Property$TextOrientation,379  textOverflow?: Property$TextOverflow,380  textRendering?: Property$TextRendering,381  textShadow?: Property$TextShadow,382  textSizeAdjust?: Property$TextSizeAdjust,383  textSpacingTrim?: Property$TextSpacingTrim,384  textTransform?: Property$TextTransform,385  textUnderlineOffset?: Property$TextUnderlineOffset<TLength>,386  textUnderlinePosition?: Property$TextUnderlinePosition,387  textWrapMode?: Property$TextWrapMode,388  textWrapStyle?: Property$TextWrapStyle,389  timelineScope?: Property$TimelineScope,390  top?: Property$Top<TLength>,391  touchAction?: Property$TouchAction,392  transform?: Property$Transform,393  transformBox?: Property$TransformBox,394  transformOrigin?: Property$TransformOrigin<TLength>,395  transformStyle?: Property$TransformStyle,396  transitionBehavior?: Property$TransitionBehavior,397  transitionDelay?: Property$TransitionDelay<TTime>,398  transitionDuration?: Property$TransitionDuration<TTime>,399  transitionProperty?: Property$TransitionProperty,400  transitionTimingFunction?: Property$TransitionTimingFunction,401  translate?: Property$Translate<TLength>,402  unicodeBidi?: Property$UnicodeBidi,403  userSelect?: Property$UserSelect,404  vectorEffect?: Property$VectorEffect,405  verticalAlign?: Property$VerticalAlign<TLength>,406  viewTimelineAxis?: Property$ViewTimelineAxis,407  viewTimelineInset?: Property$ViewTimelineInset<TLength>,408  viewTimelineName?: Property$ViewTimelineName,409  viewTransitionClass?: Property$ViewTransitionClass,410  viewTransitionName?: Property$ViewTransitionName,411  visibility?: Property$Visibility,412  whiteSpace?: Property$WhiteSpace,413  whiteSpaceCollapse?: Property$WhiteSpaceCollapse,414  widows?: Property$Widows,415  width?: Property$Width<TLength>,416  willChange?: Property$WillChange,417  wordBreak?: Property$WordBreak,418  wordSpacing?: Property$WordSpacing<TLength>,419  wordWrap?: Property$WordWrap,420  writingMode?: Property$WritingMode,421  x?: Property$X<TLength>,422  y?: Property$Y<TLength>,423  zIndex?: Property$ZIndex,424  zoom?: Property$Zoom,425|};426 427export type StandardShorthandProperties<TLength = string | 0, TTime = string> = {|428  all?: Property$All,429  animation?: Property$Animation<TTime>,430  animationRange?: Property$AnimationRange<TLength>,431  background?: Property$Background<TLength>,432  backgroundPosition?: Property$BackgroundPosition<TLength>,433  border?: Property$Border<TLength>,434  borderBlock?: Property$BorderBlock<TLength>,435  borderBlockColor?: Property$BorderBlockColor,436  borderBlockEnd?: Property$BorderBlockEnd<TLength>,437  borderBlockStart?: Property$BorderBlockStart<TLength>,438  borderBlockStyle?: Property$BorderBlockStyle,439  borderBlockWidth?: Property$BorderBlockWidth<TLength>,440  borderBottom?: Property$BorderBottom<TLength>,441  borderColor?: Property$BorderColor,442  borderImage?: Property$BorderImage,443  borderInline?: Property$BorderInline<TLength>,444  borderInlineColor?: Property$BorderInlineColor,445  borderInlineEnd?: Property$BorderInlineEnd<TLength>,446  borderInlineStart?: Property$BorderInlineStart<TLength>,447  borderInlineStyle?: Property$BorderInlineStyle,448  borderInlineWidth?: Property$BorderInlineWidth<TLength>,449  borderLeft?: Property$BorderLeft<TLength>,450  borderRadius?: Property$BorderRadius<TLength>,451  borderRight?: Property$BorderRight<TLength>,452  borderStyle?: Property$BorderStyle,453  borderTop?: Property$BorderTop<TLength>,454  borderWidth?: Property$BorderWidth<TLength>,455  caret?: Property$Caret,456  columnRule?: Property$ColumnRule<TLength>,457  columns?: Property$Columns<TLength>,458  containIntrinsicSize?: Property$ContainIntrinsicSize<TLength>,459  container?: Property$Container,460  flex?: Property$Flex<TLength>,461  flexFlow?: Property$FlexFlow,462  font?: Property$Font,463  gap?: Property$Gap<TLength>,464  grid?: Property$Grid,465  gridArea?: Property$GridArea,466  gridColumn?: Property$GridColumn,467  gridRow?: Property$GridRow,468  gridTemplate?: Property$GridTemplate,469  inset?: Property$Inset<TLength>,470  insetBlock?: Property$InsetBlock<TLength>,471  insetInline?: Property$InsetInline<TLength>,472  lineClamp?: Property$LineClamp,473  listStyle?: Property$ListStyle,474  margin?: Property$Margin<TLength>,475  marginBlock?: Property$MarginBlock<TLength>,476  marginInline?: Property$MarginInline<TLength>,477  mask?: Property$Mask<TLength>,478  maskBorder?: Property$MaskBorder,479  motion?: Property$Offset<TLength>,480  offset?: Property$Offset<TLength>,481  outline?: Property$Outline<TLength>,482  overflow?: Property$Overflow,483  overscrollBehavior?: Property$OverscrollBehavior,484  padding?: Property$Padding<TLength>,485  paddingBlock?: Property$PaddingBlock<TLength>,486  paddingInline?: Property$PaddingInline<TLength>,487  placeContent?: Property$PlaceContent,488  placeItems?: Property$PlaceItems,489  placeSelf?: Property$PlaceSelf,490  positionTry?: Property$PositionTry,491  scrollMargin?: Property$ScrollMargin<TLength>,492  scrollMarginBlock?: Property$ScrollMarginBlock<TLength>,493  scrollMarginInline?: Property$ScrollMarginInline<TLength>,494  scrollPadding?: Property$ScrollPadding<TLength>,495  scrollPaddingBlock?: Property$ScrollPaddingBlock<TLength>,496  scrollPaddingInline?: Property$ScrollPaddingInline<TLength>,497  scrollSnapMargin?: Property$ScrollMargin<TLength>,498  scrollTimeline?: Property$ScrollTimeline,499  textDecoration?: Property$TextDecoration<TLength>,500  textEmphasis?: Property$TextEmphasis,501  textWrap?: Property$TextWrap,502  transition?: Property$Transition<TTime>,503  viewTimeline?: Property$ViewTimeline,504|};505 506export type StandardProperties<TLength = string | 0, TTime = string> = {| ...StandardLonghandProperties<TLength, TTime>, ...StandardShorthandProperties<TLength, TTime> |};507 508export type VendorLonghandProperties<TLength = string | 0, TTime = string> = {|509  MozAnimationDelay?: Property$AnimationDelay<TTime>,510  MozAnimationDirection?: Property$AnimationDirection,511  MozAnimationDuration?: Property$AnimationDuration<TTime>,512  MozAnimationFillMode?: Property$AnimationFillMode,513  MozAnimationIterationCount?: Property$AnimationIterationCount,514  MozAnimationName?: Property$AnimationName,515  MozAnimationPlayState?: Property$AnimationPlayState,516  MozAnimationTimingFunction?: Property$AnimationTimingFunction,517  MozAppearance?: Property$MozAppearance,518  MozBackfaceVisibility?: Property$BackfaceVisibility,519  MozBinding?: Property$MozBinding,520  MozBorderBottomColors?: Property$MozBorderBottomColors,521  MozBorderEndColor?: Property$BorderInlineEndColor,522  MozBorderEndStyle?: Property$BorderInlineEndStyle,523  MozBorderEndWidth?: Property$BorderInlineEndWidth<TLength>,524  MozBorderLeftColors?: Property$MozBorderLeftColors,525  MozBorderRightColors?: Property$MozBorderRightColors,526  MozBorderStartColor?: Property$BorderInlineStartColor,527  MozBorderStartStyle?: Property$BorderInlineStartStyle,528  MozBorderTopColors?: Property$MozBorderTopColors,529  MozBoxSizing?: Property$BoxSizing,530  MozColumnRuleColor?: Property$ColumnRuleColor,531  MozColumnRuleStyle?: Property$ColumnRuleStyle,532  MozColumnRuleWidth?: Property$ColumnRuleWidth<TLength>,533  MozColumnWidth?: Property$ColumnWidth<TLength>,534  MozContextProperties?: Property$MozContextProperties,535  MozFontFeatureSettings?: Property$FontFeatureSettings,536  MozFontLanguageOverride?: Property$FontLanguageOverride,537  MozHyphens?: Property$Hyphens,538  MozMarginEnd?: Property$MarginInlineEnd<TLength>,539  MozMarginStart?: Property$MarginInlineStart<TLength>,540  MozOrient?: Property$MozOrient,541  MozOsxFontSmoothing?: Property$FontSmooth<TLength>,542  MozOutlineRadiusBottomleft?: Property$MozOutlineRadiusBottomleft<TLength>,543  MozOutlineRadiusBottomright?: Property$MozOutlineRadiusBottomright<TLength>,544  MozOutlineRadiusTopleft?: Property$MozOutlineRadiusTopleft<TLength>,545  MozOutlineRadiusTopright?: Property$MozOutlineRadiusTopright<TLength>,546  MozPaddingEnd?: Property$PaddingInlineEnd<TLength>,547  MozPaddingStart?: Property$PaddingInlineStart<TLength>,548  MozPerspective?: Property$Perspective<TLength>,549  MozPerspectiveOrigin?: Property$PerspectiveOrigin<TLength>,550  MozStackSizing?: Property$MozStackSizing,551  MozTabSize?: Property$TabSize<TLength>,552  MozTextBlink?: Property$MozTextBlink,553  MozTextSizeAdjust?: Property$TextSizeAdjust,554  MozTransform?: Property$Transform,555  MozTransformOrigin?: Property$TransformOrigin<TLength>,556  MozTransformStyle?: Property$TransformStyle,557  MozUserModify?: Property$MozUserModify,558  MozUserSelect?: Property$UserSelect,559  MozWindowDragging?: Property$MozWindowDragging,560  MozWindowShadow?: Property$MozWindowShadow,561  msAccelerator?: Property$MsAccelerator,562  msBlockProgression?: Property$MsBlockProgression,563  msContentZoomChaining?: Property$MsContentZoomChaining,564  msContentZoomLimitMax?: Property$MsContentZoomLimitMax,565  msContentZoomLimitMin?: Property$MsContentZoomLimitMin,566  msContentZoomSnapPoints?: Property$MsContentZoomSnapPoints,567  msContentZoomSnapType?: Property$MsContentZoomSnapType,568  msContentZooming?: Property$MsContentZooming,569  msFilter?: Property$MsFilter,570  msFlexDirection?: Property$FlexDirection,571  msFlexPositive?: Property$FlexGrow,572  msFlowFrom?: Property$MsFlowFrom,573  msFlowInto?: Property$MsFlowInto,574  msGridColumns?: Property$MsGridColumns<TLength>,575  msGridRows?: Property$MsGridRows<TLength>,576  msHighContrastAdjust?: Property$MsHighContrastAdjust,577  msHyphenateLimitChars?: Property$MsHyphenateLimitChars,578  msHyphenateLimitLines?: Property$MsHyphenateLimitLines,579  msHyphenateLimitZone?: Property$MsHyphenateLimitZone<TLength>,580  msHyphens?: Property$Hyphens,581  msImeAlign?: Property$MsImeAlign,582  msLineBreak?: Property$LineBreak,583  msOrder?: Property$Order,584  msOverflowStyle?: Property$MsOverflowStyle,585  msOverflowX?: Property$OverflowX,586  msOverflowY?: Property$OverflowY,587  msScrollChaining?: Property$MsScrollChaining,588  msScrollLimitXMax?: Property$MsScrollLimitXMax<TLength>,589  msScrollLimitXMin?: Property$MsScrollLimitXMin<TLength>,590  msScrollLimitYMax?: Property$MsScrollLimitYMax<TLength>,591  msScrollLimitYMin?: Property$MsScrollLimitYMin<TLength>,592  msScrollRails?: Property$MsScrollRails,593  msScrollSnapPointsX?: Property$MsScrollSnapPointsX,594  msScrollSnapPointsY?: Property$MsScrollSnapPointsY,595  msScrollSnapType?: Property$MsScrollSnapType,596  msScrollTranslation?: Property$MsScrollTranslation,597  msScrollbar3dlightColor?: Property$MsScrollbar3dlightColor,598  msScrollbarArrowColor?: Property$MsScrollbarArrowColor,599  msScrollbarBaseColor?: Property$MsScrollbarBaseColor,600  msScrollbarDarkshadowColor?: Property$MsScrollbarDarkshadowColor,601  msScrollbarFaceColor?: Property$MsScrollbarFaceColor,602  msScrollbarHighlightColor?: Property$MsScrollbarHighlightColor,603  msScrollbarShadowColor?: Property$MsScrollbarShadowColor,604  msScrollbarTrackColor?: Property$MsScrollbarTrackColor,605  msTextAutospace?: Property$MsTextAutospace,606  msTextCombineHorizontal?: Property$TextCombineUpright,607  msTextOverflow?: Property$TextOverflow,608  msTouchAction?: Property$TouchAction,609  msTouchSelect?: Property$MsTouchSelect,610  msTransform?: Property$Transform,611  msTransformOrigin?: Property$TransformOrigin<TLength>,612  msTransitionDelay?: Property$TransitionDelay<TTime>,613  msTransitionDuration?: Property$TransitionDuration<TTime>,614  msTransitionProperty?: Property$TransitionProperty,615  msTransitionTimingFunction?: Property$TransitionTimingFunction,616  msUserSelect?: Property$MsUserSelect,617  msWordBreak?: Property$WordBreak,618  msWrapFlow?: Property$MsWrapFlow,619  msWrapMargin?: Property$MsWrapMargin<TLength>,620  msWrapThrough?: Property$MsWrapThrough,621  msWritingMode?: Property$WritingMode,622  WebkitAlignContent?: Property$AlignContent,623  WebkitAlignItems?: Property$AlignItems,624  WebkitAlignSelf?: Property$AlignSelf,625  WebkitAnimationDelay?: Property$AnimationDelay<TTime>,626  WebkitAnimationDirection?: Property$AnimationDirection,627  WebkitAnimationDuration?: Property$AnimationDuration<TTime>,628  WebkitAnimationFillMode?: Property$AnimationFillMode,629  WebkitAnimationIterationCount?: Property$AnimationIterationCount,630  WebkitAnimationName?: Property$AnimationName,631  WebkitAnimationPlayState?: Property$AnimationPlayState,632  WebkitAnimationTimingFunction?: Property$AnimationTimingFunction,633  WebkitAppearance?: Property$WebkitAppearance,634  WebkitBackdropFilter?: Property$BackdropFilter,635  WebkitBackfaceVisibility?: Property$BackfaceVisibility,636  WebkitBackgroundClip?: Property$BackgroundClip,637  WebkitBackgroundOrigin?: Property$BackgroundOrigin,638  WebkitBackgroundSize?: Property$BackgroundSize<TLength>,639  WebkitBorderBeforeColor?: Property$WebkitBorderBeforeColor,640  WebkitBorderBeforeStyle?: Property$WebkitBorderBeforeStyle,641  WebkitBorderBeforeWidth?: Property$WebkitBorderBeforeWidth<TLength>,642  WebkitBorderBottomLeftRadius?: Property$BorderBottomLeftRadius<TLength>,643  WebkitBorderBottomRightRadius?: Property$BorderBottomRightRadius<TLength>,644  WebkitBorderImageSlice?: Property$BorderImageSlice,645  WebkitBorderTopLeftRadius?: Property$BorderTopLeftRadius<TLength>,646  WebkitBorderTopRightRadius?: Property$BorderTopRightRadius<TLength>,647  WebkitBoxDecorationBreak?: Property$BoxDecorationBreak,648  WebkitBoxReflect?: Property$WebkitBoxReflect<TLength>,649  WebkitBoxShadow?: Property$BoxShadow,650  WebkitBoxSizing?: Property$BoxSizing,651  WebkitClipPath?: Property$ClipPath,652  WebkitColumnCount?: Property$ColumnCount,653  WebkitColumnFill?: Property$ColumnFill,654  WebkitColumnRuleColor?: Property$ColumnRuleColor,655  WebkitColumnRuleStyle?: Property$ColumnRuleStyle,656  WebkitColumnRuleWidth?: Property$ColumnRuleWidth<TLength>,657  WebkitColumnSpan?: Property$ColumnSpan,658  WebkitColumnWidth?: Property$ColumnWidth<TLength>,659  WebkitFilter?: Property$Filter,660  WebkitFlexBasis?: Property$FlexBasis<TLength>,661  WebkitFlexDirection?: Property$FlexDirection,662  WebkitFlexGrow?: Property$FlexGrow,663  WebkitFlexShrink?: Property$FlexShrink,664  WebkitFlexWrap?: Property$FlexWrap,665  WebkitFontFeatureSettings?: Property$FontFeatureSettings,666  WebkitFontKerning?: Property$FontKerning,667  WebkitFontSmoothing?: Property$FontSmooth<TLength>,668  WebkitFontVariantLigatures?: Property$FontVariantLigatures,669  WebkitHyphenateCharacter?: Property$HyphenateCharacter,670  WebkitHyphens?: Property$Hyphens,671  WebkitInitialLetter?: Property$InitialLetter,672  WebkitJustifyContent?: Property$JustifyContent,673  WebkitLineBreak?: Property$LineBreak,674  WebkitLineClamp?: Property$WebkitLineClamp,675  WebkitLogicalHeight?: Property$BlockSize<TLength>,676  WebkitLogicalWidth?: Property$InlineSize<TLength>,677  WebkitMarginEnd?: Property$MarginInlineEnd<TLength>,678  WebkitMarginStart?: Property$MarginInlineStart<TLength>,679  WebkitMaskAttachment?: Property$WebkitMaskAttachment,680  WebkitMaskBoxImageOutset?: Property$MaskBorderOutset<TLength>,681  WebkitMaskBoxImageRepeat?: Property$MaskBorderRepeat,682  WebkitMaskBoxImageSlice?: Property$MaskBorderSlice,683  WebkitMaskBoxImageSource?: Property$MaskBorderSource,684  WebkitMaskBoxImageWidth?: Property$MaskBorderWidth<TLength>,685  WebkitMaskClip?: Property$WebkitMaskClip,686  WebkitMaskComposite?: Property$WebkitMaskComposite,687  WebkitMaskImage?: Property$WebkitMaskImage,688  WebkitMaskOrigin?: Property$WebkitMaskOrigin,689  WebkitMaskPosition?: Property$WebkitMaskPosition<TLength>,690  WebkitMaskPositionX?: Property$WebkitMaskPositionX<TLength>,691  WebkitMaskPositionY?: Property$WebkitMaskPositionY<TLength>,692  WebkitMaskRepeat?: Property$WebkitMaskRepeat,693  WebkitMaskRepeatX?: Property$WebkitMaskRepeatX,694  WebkitMaskRepeatY?: Property$WebkitMaskRepeatY,695  WebkitMaskSize?: Property$WebkitMaskSize<TLength>,696  WebkitMaxInlineSize?: Property$MaxInlineSize<TLength>,697  WebkitOrder?: Property$Order,698  WebkitOverflowScrolling?: Property$WebkitOverflowScrolling,699  WebkitPaddingEnd?: Property$PaddingInlineEnd<TLength>,700  WebkitPaddingStart?: Property$PaddingInlineStart<TLength>,701  WebkitPerspective?: Property$Perspective<TLength>,702  WebkitPerspectiveOrigin?: Property$PerspectiveOrigin<TLength>,703  WebkitPrintColorAdjust?: Property$PrintColorAdjust,704  WebkitRubyPosition?: Property$RubyPosition,705  WebkitScrollSnapType?: Property$ScrollSnapType,706  WebkitShapeMargin?: Property$ShapeMargin<TLength>,707  WebkitTapHighlightColor?: Property$WebkitTapHighlightColor,708  WebkitTextCombine?: Property$TextCombineUpright,709  WebkitTextDecorationColor?: Property$TextDecorationColor,710  WebkitTextDecorationLine?: Property$TextDecorationLine,711  WebkitTextDecorationSkip?: Property$TextDecorationSkip,712  WebkitTextDecorationStyle?: Property$TextDecorationStyle,713  WebkitTextEmphasisColor?: Property$TextEmphasisColor,714  WebkitTextEmphasisPosition?: Property$TextEmphasisPosition,715  WebkitTextEmphasisStyle?: Property$TextEmphasisStyle,716  WebkitTextFillColor?: Property$WebkitTextFillColor,717  WebkitTextOrientation?: Property$TextOrientation,718  WebkitTextSizeAdjust?: Property$TextSizeAdjust,719  WebkitTextStrokeColor?: Property$WebkitTextStrokeColor,720  WebkitTextStrokeWidth?: Property$WebkitTextStrokeWidth<TLength>,721  WebkitTextUnderlinePosition?: Property$TextUnderlinePosition,722  WebkitTouchCallout?: Property$WebkitTouchCallout,723  WebkitTransform?: Property$Transform,724  WebkitTransformOrigin?: Property$TransformOrigin<TLength>,725  WebkitTransformStyle?: Property$TransformStyle,726  WebkitTransitionDelay?: Property$TransitionDelay<TTime>,727  WebkitTransitionDuration?: Property$TransitionDuration<TTime>,728  WebkitTransitionProperty?: Property$TransitionProperty,729  WebkitTransitionTimingFunction?: Property$TransitionTimingFunction,730  WebkitUserModify?: Property$WebkitUserModify,731  WebkitUserSelect?: Property$WebkitUserSelect,732  WebkitWritingMode?: Property$WritingMode,733|};734 735export type VendorShorthandProperties<TLength = string | 0, TTime = string> = {|736  MozAnimation?: Property$Animation<TTime>,737  MozBorderImage?: Property$BorderImage,738  MozColumnRule?: Property$ColumnRule<TLength>,739  MozColumns?: Property$Columns<TLength>,740  MozOutlineRadius?: Property$MozOutlineRadius<TLength>,741  MozTransition?: Property$Transition<TTime>,742  msContentZoomLimit?: Property$MsContentZoomLimit,743  msContentZoomSnap?: Property$MsContentZoomSnap,744  msFlex?: Property$Flex<TLength>,745  msScrollLimit?: Property$MsScrollLimit,746  msScrollSnapX?: Property$MsScrollSnapX,747  msScrollSnapY?: Property$MsScrollSnapY,748  msTransition?: Property$Transition<TTime>,749  WebkitAnimation?: Property$Animation<TTime>,750  WebkitBorderBefore?: Property$WebkitBorderBefore<TLength>,751  WebkitBorderImage?: Property$BorderImage,752  WebkitBorderRadius?: Property$BorderRadius<TLength>,753  WebkitColumnRule?: Property$ColumnRule<TLength>,754  WebkitColumns?: Property$Columns<TLength>,755  WebkitFlex?: Property$Flex<TLength>,756  WebkitFlexFlow?: Property$FlexFlow,757  WebkitMask?: Property$WebkitMask<TLength>,758  WebkitMaskBoxImage?: Property$MaskBorder,759  WebkitTextEmphasis?: Property$TextEmphasis,760  WebkitTextStroke?: Property$WebkitTextStroke<TLength>,761  WebkitTransition?: Property$Transition<TTime>,762|};763 764export type VendorProperties<TLength = string | 0, TTime = string> = {| ...VendorLonghandProperties<TLength, TTime>, ...VendorShorthandProperties<TLength, TTime> |};765 766export type ObsoleteProperties<TLength = string | 0, TTime = string> = {|767  boxAlign?: Property$BoxAlign,768  boxDirection?: Property$BoxDirection,769  boxFlex?: Property$BoxFlex,770  boxFlexGroup?: Property$BoxFlexGroup,771  boxLines?: Property$BoxLines,772  boxOrdinalGroup?: Property$BoxOrdinalGroup,773  boxOrient?: Property$BoxOrient,774  boxPack?: Property$BoxPack,775  clip?: Property$Clip,776  fontStretch?: Property$FontStretch,777  gridColumnGap?: Property$GridColumnGap<TLength>,778  gridGap?: Property$GridGap<TLength>,779  gridRowGap?: Property$GridRowGap<TLength>,780  imeMode?: Property$ImeMode,781  insetArea?: Property$PositionArea,782  offsetBlock?: Property$InsetBlock<TLength>,783  offsetBlockEnd?: Property$InsetBlockEnd<TLength>,784  offsetBlockStart?: Property$InsetBlockStart<TLength>,785  offsetInline?: Property$InsetInline<TLength>,786  offsetInlineEnd?: Property$InsetInlineEnd<TLength>,787  offsetInlineStart?: Property$InsetInlineStart<TLength>,788  pageBreakAfter?: Property$PageBreakAfter,789  pageBreakBefore?: Property$PageBreakBefore,790  pageBreakInside?: Property$PageBreakInside,791  positionTryOptions?: Property$PositionTryFallbacks,792  scrollSnapCoordinate?: Property$ScrollSnapCoordinate<TLength>,793  scrollSnapDestination?: Property$ScrollSnapDestination<TLength>,794  scrollSnapPointsX?: Property$ScrollSnapPointsX,795  scrollSnapPointsY?: Property$ScrollSnapPointsY,796  scrollSnapTypeX?: Property$ScrollSnapTypeX,797  scrollSnapTypeY?: Property$ScrollSnapTypeY,798  KhtmlBoxAlign?: Property$BoxAlign,799  KhtmlBoxDirection?: Property$BoxDirection,800  KhtmlBoxFlex?: Property$BoxFlex,801  KhtmlBoxFlexGroup?: Property$BoxFlexGroup,802  KhtmlBoxLines?: Property$BoxLines,803  KhtmlBoxOrdinalGroup?: Property$BoxOrdinalGroup,804  KhtmlBoxOrient?: Property$BoxOrient,805  KhtmlBoxPack?: Property$BoxPack,806  KhtmlLineBreak?: Property$LineBreak,807  KhtmlOpacity?: Property$Opacity,808  KhtmlUserSelect?: Property$UserSelect,809  MozBackgroundClip?: Property$BackgroundClip,810  MozBackgroundOrigin?: Property$BackgroundOrigin,811  MozBackgroundSize?: Property$BackgroundSize<TLength>,812  MozBorderRadius?: Property$BorderRadius<TLength>,813  MozBorderRadiusBottomleft?: Property$BorderBottomLeftRadius<TLength>,814  MozBorderRadiusBottomright?: Property$BorderBottomRightRadius<TLength>,815  MozBorderRadiusTopleft?: Property$BorderTopLeftRadius<TLength>,816  MozBorderRadiusTopright?: Property$BorderTopRightRadius<TLength>,817  MozBoxAlign?: Property$BoxAlign,818  MozBoxDirection?: Property$BoxDirection,819  MozBoxFlex?: Property$BoxFlex,820  MozBoxOrdinalGroup?: Property$BoxOrdinalGroup,821  MozBoxOrient?: Property$BoxOrient,822  MozBoxPack?: Property$BoxPack,823  MozBoxShadow?: Property$BoxShadow,824  MozColumnCount?: Property$ColumnCount,825  MozColumnFill?: Property$ColumnFill,826  MozFloatEdge?: Property$MozFloatEdge,827  MozForceBrokenImageIcon?: Property$MozForceBrokenImageIcon,828  MozOpacity?: Property$Opacity,829  MozOutline?: Property$Outline<TLength>,830  MozOutlineColor?: Property$OutlineColor,831  MozOutlineStyle?: Property$OutlineStyle,832  MozOutlineWidth?: Property$OutlineWidth<TLength>,833  MozTextAlignLast?: Property$TextAlignLast,834  MozTextDecorationColor?: Property$TextDecorationColor,835  MozTextDecorationLine?: Property$TextDecorationLine,836  MozTextDecorationStyle?: Property$TextDecorationStyle,837  MozTransitionDelay?: Property$TransitionDelay<TTime>,838  MozTransitionDuration?: Property$TransitionDuration<TTime>,839  MozTransitionProperty?: Property$TransitionProperty,840  MozTransitionTimingFunction?: Property$TransitionTimingFunction,841  MozUserFocus?: Property$MozUserFocus,842  MozUserInput?: Property$MozUserInput,843  msImeMode?: Property$ImeMode,844  OAnimation?: Property$Animation<TTime>,845  OAnimationDelay?: Property$AnimationDelay<TTime>,846  OAnimationDirection?: Property$AnimationDirection,847  OAnimationDuration?: Property$AnimationDuration<TTime>,848  OAnimationFillMode?: Property$AnimationFillMode,849  OAnimationIterationCount?: Property$AnimationIterationCount,850  OAnimationName?: Property$AnimationName,851  OAnimationPlayState?: Property$AnimationPlayState,852  OAnimationTimingFunction?: Property$AnimationTimingFunction,853  OBackgroundSize?: Property$BackgroundSize<TLength>,854  OBorderImage?: Property$BorderImage,855  OObjectFit?: Property$ObjectFit,856  OObjectPosition?: Property$ObjectPosition<TLength>,857  OTabSize?: Property$TabSize<TLength>,858  OTextOverflow?: Property$TextOverflow,859  OTransform?: Property$Transform,860  OTransformOrigin?: Property$TransformOrigin<TLength>,861  OTransition?: Property$Transition<TTime>,862  OTransitionDelay?: Property$TransitionDelay<TTime>,863  OTransitionDuration?: Property$TransitionDuration<TTime>,864  OTransitionProperty?: Property$TransitionProperty,865  OTransitionTimingFunction?: Property$TransitionTimingFunction,866  WebkitBoxAlign?: Property$BoxAlign,867  WebkitBoxDirection?: Property$BoxDirection,868  WebkitBoxFlex?: Property$BoxFlex,869  WebkitBoxFlexGroup?: Property$BoxFlexGroup,870  WebkitBoxLines?: Property$BoxLines,871  WebkitBoxOrdinalGroup?: Property$BoxOrdinalGroup,872  WebkitBoxOrient?: Property$BoxOrient,873  WebkitBoxPack?: Property$BoxPack,874|};875 876export type SvgProperties<TLength = string | 0, TTime = string> = {|877  alignmentBaseline?: Property$AlignmentBaseline,878  baselineShift?: Property$BaselineShift<TLength>,879  clip?: Property$Clip,880  clipPath?: Property$ClipPath,881  clipRule?: Property$ClipRule,882  color?: Property$Color,883  colorInterpolation?: Property$ColorInterpolation,884  colorRendering?: Property$ColorRendering,885  cursor?: Property$Cursor,886  direction?: Property$Direction,887  display?: Property$Display,888  dominantBaseline?: Property$DominantBaseline,889  fill?: Property$Fill,890  fillOpacity?: Property$FillOpacity,891  fillRule?: Property$FillRule,892  filter?: Property$Filter,893  floodColor?: Property$FloodColor,894  floodOpacity?: Property$FloodOpacity,895  font?: Property$Font,896  fontFamily?: Property$FontFamily,897  fontSize?: Property$FontSize<TLength>,898  fontSizeAdjust?: Property$FontSizeAdjust,899  fontStretch?: Property$FontStretch,900  fontStyle?: Property$FontStyle,901  fontVariant?: Property$FontVariant,902  fontWeight?: Property$FontWeight,903  glyphOrientationVertical?: Property$GlyphOrientationVertical,904  imageRendering?: Property$ImageRendering,905  letterSpacing?: Property$LetterSpacing<TLength>,906  lightingColor?: Property$LightingColor,907  lineHeight?: Property$LineHeight<TLength>,908  marker?: Property$Marker,909  markerEnd?: Property$MarkerEnd,910  markerMid?: Property$MarkerMid,911  markerStart?: Property$MarkerStart,912  mask?: Property$Mask<TLength>,913  opacity?: Property$Opacity,914  overflow?: Property$Overflow,915  paintOrder?: Property$PaintOrder,916  pointerEvents?: Property$PointerEvents,917  shapeRendering?: Property$ShapeRendering,918  stopColor?: Property$StopColor,919  stopOpacity?: Property$StopOpacity,920  stroke?: Property$Stroke,921  strokeDasharray?: Property$StrokeDasharray<TLength>,922  strokeDashoffset?: Property$StrokeDashoffset<TLength>,923  strokeLinecap?: Property$StrokeLinecap,924  strokeLinejoin?: Property$StrokeLinejoin,925  strokeMiterlimit?: Property$StrokeMiterlimit,926  strokeOpacity?: Property$StrokeOpacity,927  strokeWidth?: Property$StrokeWidth<TLength>,928  textAnchor?: Property$TextAnchor,929  textDecoration?: Property$TextDecoration<TLength>,930  textRendering?: Property$TextRendering,931  unicodeBidi?: Property$UnicodeBidi,932  vectorEffect?: Property$VectorEffect,933  visibility?: Property$Visibility,934  whiteSpace?: Property$WhiteSpace,935  wordSpacing?: Property$WordSpacing<TLength>,936  writingMode?: Property$WritingMode,937|};938 939export type Properties<TLength = string | 0, TTime = string> = {|940  ...StandardProperties<TLength, TTime>,941  ...VendorProperties<TLength, TTime>,942  ...ObsoleteProperties<TLength, TTime>,943  ...SvgProperties<TLength, TTime>,944|};945 946export type StandardLonghandPropertiesHyphen<TLength = string | 0, TTime = string> = {|947  "accent-color"?: Property$AccentColor,948  "align-content"?: Property$AlignContent,949  "align-items"?: Property$AlignItems,950  "align-self"?: Property$AlignSelf,951  "align-tracks"?: Property$AlignTracks,952  "alignment-baseline"?: Property$AlignmentBaseline,953  "anchor-name"?: Property$AnchorName,954  "anchor-scope"?: Property$AnchorScope,955  "animation-composition"?: Property$AnimationComposition,956  "animation-delay"?: Property$AnimationDelay<TTime>,957  "animation-direction"?: Property$AnimationDirection,958  "animation-duration"?: Property$AnimationDuration<TTime>,959  "animation-fill-mode"?: Property$AnimationFillMode,960  "animation-iteration-count"?: Property$AnimationIterationCount,961  "animation-name"?: Property$AnimationName,962  "animation-play-state"?: Property$AnimationPlayState,963  "animation-range-end"?: Property$AnimationRangeEnd<TLength>,964  "animation-range-start"?: Property$AnimationRangeStart<TLength>,965  "animation-timeline"?: Property$AnimationTimeline,966  "animation-timing-function"?: Property$AnimationTimingFunction,967  appearance?: Property$Appearance,968  "aspect-ratio"?: Property$AspectRatio,969  "backdrop-filter"?: Property$BackdropFilter,970  "backface-visibility"?: Property$BackfaceVisibility,971  "background-attachment"?: Property$BackgroundAttachment,972  "background-blend-mode"?: Property$BackgroundBlendMode,973  "background-clip"?: Property$BackgroundClip,974  "background-color"?: Property$BackgroundColor,975  "background-image"?: Property$BackgroundImage,976  "background-origin"?: Property$BackgroundOrigin,977  "background-position-x"?: Property$BackgroundPositionX<TLength>,978  "background-position-y"?: Property$BackgroundPositionY<TLength>,979  "background-repeat"?: Property$BackgroundRepeat,980  "background-size"?: Property$BackgroundSize<TLength>,981  "baseline-shift"?: Property$BaselineShift<TLength>,982  "block-size"?: Property$BlockSize<TLength>,983  "border-block-end-color"?: Property$BorderBlockEndColor,984  "border-block-end-style"?: Property$BorderBlockEndStyle,985  "border-block-end-width"?: Property$BorderBlockEndWidth<TLength>,986  "border-block-start-color"?: Property$BorderBlockStartColor,987  "border-block-start-style"?: Property$BorderBlockStartStyle,988  "border-block-start-width"?: Property$BorderBlockStartWidth<TLength>,989  "border-bottom-color"?: Property$BorderBottomColor,990  "border-bottom-left-radius"?: Property$BorderBottomLeftRadius<TLength>,991  "border-bottom-right-radius"?: Property$BorderBottomRightRadius<TLength>,992  "border-bottom-style"?: Property$BorderBottomStyle,993  "border-bottom-width"?: Property$BorderBottomWidth<TLength>,994  "border-collapse"?: Property$BorderCollapse,995  "border-end-end-radius"?: Property$BorderEndEndRadius<TLength>,996  "border-end-start-radius"?: Property$BorderEndStartRadius<TLength>,997  "border-image-outset"?: Property$BorderImageOutset<TLength>,998  "border-image-repeat"?: Property$BorderImageRepeat,999  "border-image-slice"?: Property$BorderImageSlice,1000  "border-image-source"?: Property$BorderImageSource,1001  "border-image-width"?: Property$BorderImageWidth<TLength>,1002  "border-inline-end-color"?: Property$BorderInlineEndColor,1003  "border-inline-end-style"?: Property$BorderInlineEndStyle,1004  "border-inline-end-width"?: Property$BorderInlineEndWidth<TLength>,1005  "border-inline-start-color"?: Property$BorderInlineStartColor,1006  "border-inline-start-style"?: Property$BorderInlineStartStyle,1007  "border-inline-start-width"?: Property$BorderInlineStartWidth<TLength>,1008  "border-left-color"?: Property$BorderLeftColor,1009  "border-left-style"?: Property$BorderLeftStyle,1010  "border-left-width"?: Property$BorderLeftWidth<TLength>,1011  "border-right-color"?: Property$BorderRightColor,1012  "border-right-style"?: Property$BorderRightStyle,1013  "border-right-width"?: Property$BorderRightWidth<TLength>,1014  "border-spacing"?: Property$BorderSpacing<TLength>,1015  "border-start-end-radius"?: Property$BorderStartEndRadius<TLength>,1016  "border-start-start-radius"?: Property$BorderStartStartRadius<TLength>,1017  "border-top-color"?: Property$BorderTopColor,1018  "border-top-left-radius"?: Property$BorderTopLeftRadius<TLength>,1019  "border-top-right-radius"?: Property$BorderTopRightRadius<TLength>,1020  "border-top-style"?: Property$BorderTopStyle,1021  "border-top-width"?: Property$BorderTopWidth<TLength>,1022  bottom?: Property$Bottom<TLength>,1023  "box-decoration-break"?: Property$BoxDecorationBreak,1024  "box-shadow"?: Property$BoxShadow,1025  "box-sizing"?: Property$BoxSizing,1026  "break-after"?: Property$BreakAfter,1027  "break-before"?: Property$BreakBefore,1028  "break-inside"?: Property$BreakInside,1029  "caption-side"?: Property$CaptionSide,1030  "caret-color"?: Property$CaretColor,1031  "caret-shape"?: Property$CaretShape,1032  clear?: Property$Clear,1033  "clip-path"?: Property$ClipPath,1034  "clip-rule"?: Property$ClipRule,1035  color?: Property$Color,1036  "color-adjust"?: Property$PrintColorAdjust,1037  "color-interpolation-filters"?: Property$ColorInterpolationFilters,1038  "color-scheme"?: Property$ColorScheme,1039  "column-count"?: Property$ColumnCount,1040  "column-fill"?: Property$ColumnFill,1041  "column-gap"?: Property$ColumnGap<TLength>,1042  "column-rule-color"?: Property$ColumnRuleColor,1043  "column-rule-style"?: Property$ColumnRuleStyle,1044  "column-rule-width"?: Property$ColumnRuleWidth<TLength>,1045  "column-span"?: Property$ColumnSpan,1046  "column-width"?: Property$ColumnWidth<TLength>,1047  contain?: Property$Contain,1048  "contain-intrinsic-block-size"?: Property$ContainIntrinsicBlockSize<TLength>,1049  "contain-intrinsic-height"?: Property$ContainIntrinsicHeight<TLength>,1050  "contain-intrinsic-inline-size"?: Property$ContainIntrinsicInlineSize<TLength>,1051  "contain-intrinsic-width"?: Property$ContainIntrinsicWidth<TLength>,1052  "container-name"?: Property$ContainerName,1053  "container-type"?: Property$ContainerType,1054  content?: Property$Content,1055  "content-visibility"?: Property$ContentVisibility,1056  "counter-increment"?: Property$CounterIncrement,1057  "counter-reset"?: Property$CounterReset,1058  "counter-set"?: Property$CounterSet,1059  cursor?: Property$Cursor,1060  cx?: Property$Cx<TLength>,1061  cy?: Property$Cy<TLength>,1062  d?: Property$D,1063  direction?: Property$Direction,1064  display?: Property$Display,1065  "dominant-baseline"?: Property$DominantBaseline,1066  "empty-cells"?: Property$EmptyCells,1067  "field-sizing"?: Property$FieldSizing,1068  fill?: Property$Fill,1069  "fill-opacity"?: Property$FillOpacity,1070  "fill-rule"?: Property$FillRule,1071  filter?: Property$Filter,1072  "flex-basis"?: Property$FlexBasis<TLength>,1073  "flex-direction"?: Property$FlexDirection,1074  "flex-grow"?: Property$FlexGrow,1075  "flex-shrink"?: Property$FlexShrink,1076  "flex-wrap"?: Property$FlexWrap,1077  float?: Property$Float,1078  "flood-color"?: Property$FloodColor,1079  "flood-opacity"?: Property$FloodOpacity,1080  "font-family"?: Property$FontFamily,1081  "font-feature-settings"?: Property$FontFeatureSettings,1082  "font-kerning"?: Property$FontKerning,1083  "font-language-override"?: Property$FontLanguageOverride,1084  "font-optical-sizing"?: Property$FontOpticalSizing,1085  "font-palette"?: Property$FontPalette,1086  "font-size"?: Property$FontSize<TLength>,1087  "font-size-adjust"?: Property$FontSizeAdjust,1088  "font-smooth"?: Property$FontSmooth<TLength>,1089  "font-style"?: Property$FontStyle,1090  "font-synthesis"?: Property$FontSynthesis,1091  "font-synthesis-position"?: Property$FontSynthesisPosition,1092  "font-synthesis-small-caps"?: Property$FontSynthesisSmallCaps,1093  "font-synthesis-style"?: Property$FontSynthesisStyle,1094  "font-synthesis-weight"?: Property$FontSynthesisWeight,1095  "font-variant"?: Property$FontVariant,1096  "font-variant-alternates"?: Property$FontVariantAlternates,1097  "font-variant-caps"?: Property$FontVariantCaps,1098  "font-variant-east-asian"?: Property$FontVariantEastAsian,1099  "font-variant-emoji"?: Property$FontVariantEmoji,1100  "font-variant-ligatures"?: Property$FontVariantLigatures,1101  "font-variant-numeric"?: Property$FontVariantNumeric,1102  "font-variant-position"?: Property$FontVariantPosition,1103  "font-variation-settings"?: Property$FontVariationSettings,1104  "font-weight"?: Property$FontWeight,1105  "font-width"?: Property$FontWidth,1106  "forced-color-adjust"?: Property$ForcedColorAdjust,1107  "grid-auto-columns"?: Property$GridAutoColumns<TLength>,1108  "grid-auto-flow"?: Property$GridAutoFlow,1109  "grid-auto-rows"?: Property$GridAutoRows<TLength>,1110  "grid-column-end"?: Property$GridColumnEnd,1111  "grid-column-start"?: Property$GridColumnStart,1112  "grid-row-end"?: Property$GridRowEnd,1113  "grid-row-start"?: Property$GridRowStart,1114  "grid-template-areas"?: Property$GridTemplateAreas,1115  "grid-template-columns"?: Property$GridTemplateColumns<TLength>,1116  "grid-template-rows"?: Property$GridTemplateRows<TLength>,1117  "hanging-punctuation"?: Property$HangingPunctuation,1118  height?: Property$Height<TLength>,1119  "hyphenate-character"?: Property$HyphenateCharacter,1120  "hyphenate-limit-chars"?: Property$HyphenateLimitChars,1121  hyphens?: Property$Hyphens,1122  "image-orientation"?: Property$ImageOrientation,1123  "image-rendering"?: Property$ImageRendering,1124  "image-resolution"?: Property$ImageResolution,1125  "initial-letter"?: Property$InitialLetter,1126  "initial-letter-align"?: Property$InitialLetterAlign,1127  "inline-size"?: Property$InlineSize<TLength>,1128  "inset-block-end"?: Property$InsetBlockEnd<TLength>,1129  "inset-block-start"?: Property$InsetBlockStart<TLength>,1130  "inset-inline-end"?: Property$InsetInlineEnd<TLength>,1131  "inset-inline-start"?: Property$InsetInlineStart<TLength>,1132  "interpolate-size"?: Property$InterpolateSize,1133  isolation?: Property$Isolation,1134  "justify-content"?: Property$JustifyContent,1135  "justify-items"?: Property$JustifyItems,1136  "justify-self"?: Property$JustifySelf,1137  "justify-tracks"?: Property$JustifyTracks,1138  left?: Property$Left<TLength>,1139  "letter-spacing"?: Property$LetterSpacing<TLength>,1140  "lighting-color"?: Property$LightingColor,1141  "line-break"?: Property$LineBreak,1142  "line-height"?: Property$LineHeight<TLength>,1143  "line-height-step"?: Property$LineHeightStep<TLength>,1144  "list-style-image"?: Property$ListStyleImage,1145  "list-style-position"?: Property$ListStylePosition,1146  "list-style-type"?: Property$ListStyleType,1147  "margin-block-end"?: Property$MarginBlockEnd<TLength>,1148  "margin-block-start"?: Property$MarginBlockStart<TLength>,1149  "margin-bottom"?: Property$MarginBottom<TLength>,1150  "margin-inline-end"?: Property$MarginInlineEnd<TLength>,1151  "margin-inline-start"?: Property$MarginInlineStart<TLength>,1152  "margin-left"?: Property$MarginLeft<TLength>,1153  "margin-right"?: Property$MarginRight<TLength>,1154  "margin-top"?: Property$MarginTop<TLength>,1155  "margin-trim"?: Property$MarginTrim,1156  marker?: Property$Marker,1157  "marker-end"?: Property$MarkerEnd,1158  "marker-mid"?: Property$MarkerMid,1159  "marker-start"?: Property$MarkerStart,1160  "mask-border-mode"?: Property$MaskBorderMode,1161  "mask-border-outset"?: Property$MaskBorderOutset<TLength>,1162  "mask-border-repeat"?: Property$MaskBorderRepeat,1163  "mask-border-slice"?: Property$MaskBorderSlice,1164  "mask-border-source"?: Property$MaskBorderSource,1165  "mask-border-width"?: Property$MaskBorderWidth<TLength>,1166  "mask-clip"?: Property$MaskClip,1167  "mask-composite"?: Property$MaskComposite,1168  "mask-image"?: Property$MaskImage,1169  "mask-mode"?: Property$MaskMode,1170  "mask-origin"?: Property$MaskOrigin,1171  "mask-position"?: Property$MaskPosition<TLength>,1172  "mask-repeat"?: Property$MaskRepeat,1173  "mask-size"?: Property$MaskSize<TLength>,1174  "mask-type"?: Property$MaskType,1175  "masonry-auto-flow"?: Property$MasonryAutoFlow,1176  "math-depth"?: Property$MathDepth,1177  "math-shift"?: Property$MathShift,1178  "math-style"?: Property$MathStyle,1179  "max-block-size"?: Property$MaxBlockSize<TLength>,1180  "max-height"?: Property$MaxHeight<TLength>,1181  "max-inline-size"?: Property$MaxInlineSize<TLength>,1182  "max-lines"?: Property$MaxLines,1183  "max-width"?: Property$MaxWidth<TLength>,1184  "min-block-size"?: Property$MinBlockSize<TLength>,1185  "min-height"?: Property$MinHeight<TLength>,1186  "min-inline-size"?: Property$MinInlineSize<TLength>,1187  "min-width"?: Property$MinWidth<TLength>,1188  "mix-blend-mode"?: Property$MixBlendMode,1189  "motion-distance"?: Property$OffsetDistance<TLength>,1190  "motion-path"?: Property$OffsetPath,1191  "motion-rotation"?: Property$OffsetRotate,1192  "object-fit"?: Property$ObjectFit,1193  "object-position"?: Property$ObjectPosition<TLength>,1194  "object-view-box"?: Property$ObjectViewBox,1195  "offset-anchor"?: Property$OffsetAnchor<TLength>,1196  "offset-distance"?: Property$OffsetDistance<TLength>,1197  "offset-path"?: Property$OffsetPath,1198  "offset-position"?: Property$OffsetPosition<TLength>,1199  "offset-rotate"?: Property$OffsetRotate,1200  "offset-rotation"?: Property$OffsetRotate,

Showing the first 1,200 of 6864 lines. Download the file for the rest.