tekivex-ui 3.20.1 → 3.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,14 +18,15 @@ export interface TkxLiveFeedProps {
18
18
  emptyMessage?: string;
19
19
  pauseOnHover?: boolean;
20
20
  renderItem?: (item: FeedItem) => React.ReactNode;
21
+ className?: string;
22
+ style?: CSSProperties;
21
23
  }
22
- export declare function TkxLiveFeed({ items, maxItems, height, autoScroll, showTimestamps, onItemClick, emptyMessage, pauseOnHover, renderItem, }: TkxLiveFeedProps): import("react").DetailedReactHTMLElement<{
24
+ export declare function TkxLiveFeed({ items, maxItems, height, autoScroll, showTimestamps, onItemClick, emptyMessage, pauseOnHover, renderItem, className, style, }: TkxLiveFeedProps): import("react").DetailedReactHTMLElement<{
25
+ className: string | undefined;
23
26
  style: {
24
- display: "flex";
25
- alignItems: "center";
26
- justifyContent: "center";
27
27
  accentColor?: import("csstype").Property.AccentColor | undefined;
28
28
  alignContent?: import("csstype").Property.AlignContent | undefined;
29
+ alignItems: import("csstype").Property.AlignItems;
29
30
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
30
31
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
31
32
  alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
@@ -140,6 +141,7 @@ export declare function TkxLiveFeed({ items, maxItems, height, autoScroll, showT
140
141
  cy?: import("csstype").Property.Cy<string | number> | undefined;
141
142
  d?: import("csstype").Property.D | undefined;
142
143
  direction?: import("csstype").Property.Direction | undefined;
144
+ display: import("csstype").Property.Display;
143
145
  dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
144
146
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
145
147
  fieldSizing?: import("csstype").Property.FieldSizing | undefined;
@@ -209,6 +211,7 @@ export declare function TkxLiveFeed({ items, maxItems, height, autoScroll, showT
209
211
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
210
212
  interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
211
213
  isolation?: import("csstype").Property.Isolation | undefined;
214
+ justifyContent: import("csstype").Property.JustifyContent;
212
215
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
213
216
  justifySelf?: import("csstype").Property.JustifySelf | undefined;
214
217
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
@@ -881,7 +884,866 @@ export declare function TkxLiveFeed({ items, maxItems, height, autoScroll, showT
881
884
  };
882
885
  }, HTMLElement> | import("react").DetailedReactHTMLElement<{
883
886
  ref: import("react").RefObject<HTMLDivElement | null>;
884
- style: CSSProperties;
887
+ className: string | undefined;
888
+ style: {
889
+ accentColor?: import("csstype").Property.AccentColor | undefined;
890
+ alignContent?: import("csstype").Property.AlignContent | undefined;
891
+ alignItems?: import("csstype").Property.AlignItems | undefined;
892
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
893
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
894
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
895
+ anchorName?: import("csstype").Property.AnchorName | undefined;
896
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
897
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
898
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
899
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
900
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
901
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
902
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
903
+ animationName?: import("csstype").Property.AnimationName | undefined;
904
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
905
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
906
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
907
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
908
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
909
+ appearance?: import("csstype").Property.Appearance | undefined;
910
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
911
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
912
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
913
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
914
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
915
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
916
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
917
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
918
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
919
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
920
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
921
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
922
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
923
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
924
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
925
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
926
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
927
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
928
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
929
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
930
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
931
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
932
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
933
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
934
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
935
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
936
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
937
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
938
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
939
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
940
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
941
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
942
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
943
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
944
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
945
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
946
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
947
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
948
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
949
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
950
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
951
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
952
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
953
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
954
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
955
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
956
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
957
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
958
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
959
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
960
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
961
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
962
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
963
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
964
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
965
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
966
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
967
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
968
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
969
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
970
+ breakInside?: import("csstype").Property.BreakInside | undefined;
971
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
972
+ caretColor?: import("csstype").Property.CaretColor | undefined;
973
+ caretShape?: import("csstype").Property.CaretShape | undefined;
974
+ clear?: import("csstype").Property.Clear | undefined;
975
+ clipPath?: import("csstype").Property.ClipPath | undefined;
976
+ clipRule?: import("csstype").Property.ClipRule | undefined;
977
+ color?: import("csstype").Property.Color | undefined;
978
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
979
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
980
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
981
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
982
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
983
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
984
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
985
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
986
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
987
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
988
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
989
+ contain?: import("csstype").Property.Contain | undefined;
990
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
991
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
992
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
993
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
994
+ containerName?: import("csstype").Property.ContainerName | undefined;
995
+ containerType?: import("csstype").Property.ContainerType | undefined;
996
+ content?: import("csstype").Property.Content | undefined;
997
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
998
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
999
+ counterReset?: import("csstype").Property.CounterReset | undefined;
1000
+ counterSet?: import("csstype").Property.CounterSet | undefined;
1001
+ cursor?: import("csstype").Property.Cursor | undefined;
1002
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
1003
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
1004
+ d?: import("csstype").Property.D | undefined;
1005
+ direction?: import("csstype").Property.Direction | undefined;
1006
+ display?: import("csstype").Property.Display | undefined;
1007
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1008
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
1009
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
1010
+ fill?: import("csstype").Property.Fill | undefined;
1011
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1012
+ fillRule?: import("csstype").Property.FillRule | undefined;
1013
+ filter?: import("csstype").Property.Filter | undefined;
1014
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1015
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1016
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1017
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1018
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1019
+ float?: import("csstype").Property.Float | undefined;
1020
+ floodColor?: import("csstype").Property.FloodColor | undefined;
1021
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1022
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
1023
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1024
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
1025
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1026
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1027
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
1028
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
1029
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1030
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1031
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1032
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1033
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1034
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1035
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1036
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1037
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
1038
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1039
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1040
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1041
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1042
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1043
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1044
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1045
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1046
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
1047
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
1048
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1049
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1050
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1051
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1052
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1053
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1054
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1055
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1056
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1057
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1058
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1059
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1060
+ height?: import("csstype").Property.Height<string | number> | undefined;
1061
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1062
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1063
+ hyphens?: import("csstype").Property.Hyphens | undefined;
1064
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1065
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
1066
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
1067
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
1068
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
1069
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1070
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1071
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1072
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1073
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1074
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
1075
+ isolation?: import("csstype").Property.Isolation | undefined;
1076
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1077
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1078
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1079
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1080
+ left?: import("csstype").Property.Left<string | number> | undefined;
1081
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1082
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
1083
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
1084
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1085
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1086
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1087
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1088
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
1089
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1090
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1091
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1092
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1093
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1094
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
1095
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1096
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1097
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
1098
+ marker?: import("csstype").Property.Marker | undefined;
1099
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1100
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1101
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1102
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1103
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1104
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1105
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1106
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1107
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1108
+ maskClip?: import("csstype").Property.MaskClip | undefined;
1109
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
1110
+ maskImage?: import("csstype").Property.MaskImage | undefined;
1111
+ maskMode?: import("csstype").Property.MaskMode | undefined;
1112
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1113
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
1114
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1115
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1116
+ maskType?: import("csstype").Property.MaskType | undefined;
1117
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1118
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
1119
+ mathShift?: import("csstype").Property.MathShift | undefined;
1120
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
1121
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1122
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1123
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1124
+ maxLines?: import("csstype").Property.MaxLines | undefined;
1125
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1126
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1127
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1128
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1129
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1130
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1131
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1132
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
1133
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1134
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
1135
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1136
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
1137
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1138
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1139
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
1140
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1141
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1142
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1143
+ opacity?: import("csstype").Property.Opacity | undefined;
1144
+ order?: import("csstype").Property.Order | undefined;
1145
+ orphans?: import("csstype").Property.Orphans | undefined;
1146
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
1147
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1148
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1149
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1150
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1151
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1152
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1153
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1154
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
1155
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1156
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1157
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1158
+ overlay?: import("csstype").Property.Overlay | undefined;
1159
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1160
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1161
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1162
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1163
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1164
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1165
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1166
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1167
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1168
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1169
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1170
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1171
+ page?: import("csstype").Property.Page | undefined;
1172
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
1173
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1174
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1175
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1176
+ position?: import("csstype").Property.Position | undefined;
1177
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
1178
+ positionArea?: import("csstype").Property.PositionArea | undefined;
1179
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
1180
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
1181
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
1182
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1183
+ quotes?: import("csstype").Property.Quotes | undefined;
1184
+ r?: import("csstype").Property.R<string | number> | undefined;
1185
+ resize?: import("csstype").Property.Resize | undefined;
1186
+ right?: import("csstype").Property.Right<string | number> | undefined;
1187
+ rotate?: import("csstype").Property.Rotate | undefined;
1188
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1189
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1190
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1191
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
1192
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1193
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
1194
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
1195
+ scale?: import("csstype").Property.Scale | undefined;
1196
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1197
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
1198
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1199
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1200
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1201
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1202
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1203
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1204
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1205
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1206
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1207
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1208
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1209
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1210
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1211
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1212
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1213
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1214
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1215
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1216
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1217
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1218
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1219
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1220
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1221
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1222
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1223
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1224
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1225
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1226
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1227
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1228
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1229
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1230
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
1231
+ stopColor?: import("csstype").Property.StopColor | undefined;
1232
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1233
+ stroke?: import("csstype").Property.Stroke | undefined;
1234
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
1235
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1236
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1237
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1238
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1239
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1240
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1241
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1242
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1243
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
1244
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1245
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1246
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
1247
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
1248
+ textBox?: import("csstype").Property.TextBox | undefined;
1249
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
1250
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
1251
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1252
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1253
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1254
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1255
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1256
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1257
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1258
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1259
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1260
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1261
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
1262
+ textJustify?: import("csstype").Property.TextJustify | undefined;
1263
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
1264
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
1265
+ textRendering?: import("csstype").Property.TextRendering | undefined;
1266
+ textShadow?: import("csstype").Property.TextShadow | undefined;
1267
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1268
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
1269
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1270
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1271
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1272
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
1273
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
1274
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
1275
+ top?: import("csstype").Property.Top<string | number> | undefined;
1276
+ touchAction?: import("csstype").Property.TouchAction | undefined;
1277
+ transform?: import("csstype").Property.Transform | undefined;
1278
+ transformBox?: import("csstype").Property.TransformBox | undefined;
1279
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1280
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
1281
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1282
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1283
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1284
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1285
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1286
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
1287
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1288
+ userSelect?: import("csstype").Property.UserSelect | undefined;
1289
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1290
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1291
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1292
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1293
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1294
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
1295
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1296
+ visibility?: import("csstype").Property.Visibility | undefined;
1297
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1298
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1299
+ widows?: import("csstype").Property.Widows | undefined;
1300
+ width?: import("csstype").Property.Width<string | number> | undefined;
1301
+ willChange?: import("csstype").Property.WillChange | undefined;
1302
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
1303
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1304
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
1305
+ writingMode?: import("csstype").Property.WritingMode | undefined;
1306
+ x?: import("csstype").Property.X<string | number> | undefined;
1307
+ y?: import("csstype").Property.Y<string | number> | undefined;
1308
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1309
+ zoom?: import("csstype").Property.Zoom | undefined;
1310
+ all?: import("csstype").Property.All | undefined;
1311
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
1312
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
1313
+ background?: import("csstype").Property.Background<string | number> | undefined;
1314
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1315
+ border?: import("csstype").Property.Border<string | number> | undefined;
1316
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1317
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1318
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1319
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1320
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1321
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1322
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1323
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1324
+ borderImage?: import("csstype").Property.BorderImage | undefined;
1325
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1326
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1327
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1328
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1329
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1330
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1331
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1332
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1333
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
1334
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1335
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
1336
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1337
+ caret?: import("csstype").Property.Caret | undefined;
1338
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1339
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
1340
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1341
+ container?: import("csstype").Property.Container | undefined;
1342
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
1343
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
1344
+ font?: import("csstype").Property.Font | undefined;
1345
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
1346
+ grid?: import("csstype").Property.Grid | undefined;
1347
+ gridArea?: import("csstype").Property.GridArea | undefined;
1348
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
1349
+ gridRow?: import("csstype").Property.GridRow | undefined;
1350
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1351
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1352
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1353
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1354
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
1355
+ listStyle?: import("csstype").Property.ListStyle | undefined;
1356
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1357
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1358
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1359
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
1360
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
1361
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
1362
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
1363
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
1364
+ overflow?: import("csstype").Property.Overflow | undefined;
1365
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1366
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1367
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1368
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1369
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
1370
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
1371
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1372
+ positionTry?: import("csstype").Property.PositionTry | undefined;
1373
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1374
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1375
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1376
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1377
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1378
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1379
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1380
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1381
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1382
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1383
+ textWrap?: import("csstype").Property.TextWrap | undefined;
1384
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
1385
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1386
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1387
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1388
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1389
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1390
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1391
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1392
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1393
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1394
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1395
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1396
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
1397
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1398
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1399
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1400
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1401
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1402
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1403
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1404
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1405
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1406
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1407
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1408
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1409
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1410
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1411
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1412
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1413
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1414
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
1415
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1416
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1417
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
1418
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1419
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1420
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1421
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1422
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1423
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1424
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1425
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1426
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1427
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1428
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1429
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1430
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1431
+ MozTransform?: import("csstype").Property.Transform | undefined;
1432
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1433
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1434
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1435
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1436
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1437
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1438
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1439
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1440
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1441
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1442
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1443
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1444
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1445
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1446
+ msFilter?: import("csstype").Property.MsFilter | undefined;
1447
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1448
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1449
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1450
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1451
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1452
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
1453
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1454
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1455
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1456
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1457
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
1458
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1459
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
1460
+ msOrder?: import("csstype").Property.Order | undefined;
1461
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1462
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
1463
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
1464
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1465
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1466
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1467
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1468
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1469
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1470
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1471
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1472
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1473
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1474
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1475
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1476
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1477
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1478
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1479
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1480
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1481
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1482
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1483
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1484
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1485
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
1486
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1487
+ msTransform?: import("csstype").Property.Transform | undefined;
1488
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1489
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1490
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1491
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1492
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1493
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1494
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
1495
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1496
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1497
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1498
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
1499
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1500
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1501
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1502
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1503
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1504
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1505
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1506
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1507
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1508
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1509
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1510
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1511
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1512
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1513
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1514
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1515
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1516
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1517
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1518
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1519
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1520
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1521
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1522
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1523
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1524
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1525
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1526
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1527
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1528
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1529
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1530
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1531
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1532
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1533
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1534
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1535
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1536
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
1537
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1538
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1539
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1540
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1541
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1542
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1543
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1544
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1545
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1546
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1547
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1548
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
1549
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1550
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1551
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1552
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
1553
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
1554
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1555
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1556
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1557
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1558
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1559
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1560
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
1561
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1562
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
1563
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
1564
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
1565
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
1566
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1567
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1568
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1569
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
1570
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1571
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1572
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1573
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1574
+ WebkitOrder?: import("csstype").Property.Order | undefined;
1575
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1576
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1577
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1578
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1579
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1580
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1581
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
1582
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1583
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1584
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1585
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
1586
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1587
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1588
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1589
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1590
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1591
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1592
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1593
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
1594
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
1595
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1596
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1597
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1598
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1599
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
1600
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
1601
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1602
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1603
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1604
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1605
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1606
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1607
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1608
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
1609
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1610
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1611
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1612
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1613
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1614
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1615
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1616
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1617
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1618
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
1619
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1620
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1621
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1622
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1623
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1624
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1625
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1626
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1627
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1628
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
1629
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
1630
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1631
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
1632
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1633
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1634
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1635
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1636
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
1637
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
1638
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
1639
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1640
+ boxLines?: import("csstype").Property.BoxLines | undefined;
1641
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1642
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
1643
+ boxPack?: import("csstype").Property.BoxPack | undefined;
1644
+ clip?: import("csstype").Property.Clip | undefined;
1645
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
1646
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1647
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1648
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1649
+ imeMode?: import("csstype").Property.ImeMode | undefined;
1650
+ insetArea?: import("csstype").Property.PositionArea | undefined;
1651
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1652
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1653
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1654
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1655
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1656
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1657
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1658
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1659
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1660
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
1661
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1662
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1663
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1664
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1665
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1666
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1667
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1668
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1669
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1670
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1671
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1672
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1673
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1674
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1675
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1676
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1677
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1678
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1679
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1680
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1681
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1682
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1683
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1684
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1685
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1686
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1687
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1688
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1689
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1690
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1691
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1692
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1693
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1694
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1695
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1696
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1697
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
1698
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1699
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1700
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1701
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1702
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1703
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1704
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1705
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1706
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1707
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1708
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1709
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1710
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1711
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1712
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
1713
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1714
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1715
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1716
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1717
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1718
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1719
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
1720
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1721
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1722
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1723
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
1724
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1725
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1726
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1727
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1728
+ OTransform?: import("csstype").Property.Transform | undefined;
1729
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1730
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1731
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1732
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1733
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1734
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1735
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1736
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1737
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1738
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1739
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1740
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1741
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1742
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1743
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1744
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
1745
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1746
+ };
885
1747
  onScroll: () => void;
886
1748
  onMouseEnter: (() => void) | undefined;
887
1749
  onMouseLeave: (() => void) | undefined;