tdesign-react 0.37.2-alpha.1 → 0.37.2-alpha.2

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.
Files changed (165) hide show
  1. package/dist/tdesign.css +95 -76
  2. package/dist/tdesign.css.map +1 -1
  3. package/dist/tdesign.js +828 -779
  4. package/dist/tdesign.js.map +1 -1
  5. package/dist/tdesign.min.css +1 -1
  6. package/dist/tdesign.min.css.map +1 -1
  7. package/dist/tdesign.min.js +3 -3
  8. package/dist/tdesign.min.js.map +1 -1
  9. package/es/_common/js/date-picker/utils.d.ts +2 -1
  10. package/es/_common/js/date-picker/utils.js +86 -12
  11. package/es/_common/js/date-picker/utils.js.map +1 -1
  12. package/es/alert/style/index.css +1 -1
  13. package/es/anchor/style/index.css +1 -1
  14. package/es/avatar/style/index.css +2 -2
  15. package/es/badge/style/index.css +3 -3
  16. package/es/button/style/index.css +1 -1
  17. package/es/calendar/style/index.css +4 -2
  18. package/es/card/style/index.css +1 -1
  19. package/es/cascader/style/index.css +3 -0
  20. package/es/color-picker/style/index.css +8 -7
  21. package/es/comment/style/index.css +2 -1
  22. package/es/date-picker/hooks/useFormat.js +1 -0
  23. package/es/date-picker/hooks/useFormat.js.map +1 -1
  24. package/es/date-picker/hooks/useRangeValue.js +1 -0
  25. package/es/date-picker/hooks/useRangeValue.js.map +1 -1
  26. package/es/date-picker/hooks/useSingleValue.js +1 -0
  27. package/es/date-picker/hooks/useSingleValue.js.map +1 -1
  28. package/es/date-picker/style/index.css +15 -7
  29. package/es/dialog/style/index.css +2 -9
  30. package/es/drawer/style/index.css +2 -1
  31. package/es/dropdown/style/index.css +0 -1
  32. package/es/grid/Col.d.ts +1 -11
  33. package/es/grid/Col.js +14 -6
  34. package/es/grid/Col.js.map +1 -1
  35. package/es/grid/Row.d.ts +5 -803
  36. package/es/grid/Row.js +14 -15
  37. package/es/grid/Row.js.map +1 -1
  38. package/es/grid/index.d.ts +2 -805
  39. package/es/index.js +2 -2
  40. package/es/loading/style/index.css +1 -1
  41. package/es/menu/style/index.css +1 -1
  42. package/es/message/style/index.css +2 -1
  43. package/es/notification/style/index.css +3 -3
  44. package/es/popconfirm/style/index.css +2 -2
  45. package/es/popup/style/index.css +1 -1
  46. package/es/progress/style/index.css +2 -2
  47. package/es/radio/style/index.css +6 -5
  48. package/es/range-input/style/index.css +1 -0
  49. package/es/select/base/Select.js +3 -3
  50. package/es/select/base/Select.js.map +1 -1
  51. package/es/select/style/index.css +0 -1
  52. package/es/select-input/useOverlayStyle.js +2 -3
  53. package/es/select-input/useOverlayStyle.js.map +1 -1
  54. package/es/skeleton/style/index.css +3 -3
  55. package/es/slider/style/index.css +4 -4
  56. package/es/steps/style/index.css +6 -6
  57. package/es/style/index.css +4 -2
  58. package/es/switch/style/index.css +2 -2
  59. package/es/table/style/index.css +1 -1
  60. package/es/tag/style/index.css +2 -2
  61. package/es/tooltip/style/index.css +1 -0
  62. package/es/transfer/style/index.css +1 -1
  63. package/es/tree/style/index.css +6 -0
  64. package/es/upload/style/index.css +1 -1
  65. package/esm/_common/js/date-picker/utils.d.ts +2 -1
  66. package/esm/_common/js/date-picker/utils.js +86 -12
  67. package/esm/_common/js/date-picker/utils.js.map +1 -1
  68. package/esm/_common/style/web/_global.less +2 -1
  69. package/esm/_common/style/web/_variables.less +2 -1
  70. package/esm/_common/style/web/components/_index.less +2 -0
  71. package/esm/_common/style/web/components/alert/_index.less +1 -1
  72. package/esm/_common/style/web/components/anchor/_index.less +1 -1
  73. package/esm/_common/style/web/components/avatar/_var.less +2 -2
  74. package/esm/_common/style/web/components/badge/_index.less +3 -3
  75. package/esm/_common/style/web/components/badge/_var.less +1 -0
  76. package/esm/_common/style/web/components/button/_index.less +1 -1
  77. package/esm/_common/style/web/components/calendar/_index.less +2 -2
  78. package/esm/_common/style/web/components/calendar/_var.less +2 -2
  79. package/esm/_common/style/web/components/card/_var.less +1 -1
  80. package/esm/_common/style/web/components/cascader/_index.less +2 -0
  81. package/esm/_common/style/web/components/color-picker/_index.less +8 -7
  82. package/esm/_common/style/web/components/comment/_index.less +2 -1
  83. package/esm/_common/style/web/components/date-picker/_index.less +3 -1
  84. package/esm/_common/style/web/components/dialog/_index.less +3 -12
  85. package/esm/_common/style/web/components/dialog/_var.less +2 -2
  86. package/esm/_common/style/web/components/drawer/_index.less +1 -0
  87. package/esm/_common/style/web/components/drawer/_var.less +1 -1
  88. package/esm/_common/style/web/components/dropdown/_index.less +0 -1
  89. package/esm/_common/style/web/components/loading/_index.less +1 -1
  90. package/esm/_common/style/web/components/menu/_docs.less +1 -1
  91. package/esm/_common/style/web/components/menu/_index-v2.less +1 -1
  92. package/esm/_common/style/web/components/menu/_index.less +1 -1
  93. package/esm/_common/style/web/components/message/_index.less +2 -1
  94. package/esm/_common/style/web/components/message/_mixin.less +1 -1
  95. package/esm/_common/style/web/components/message/_var.less +1 -1
  96. package/esm/_common/style/web/components/notification/_index.less +1 -1
  97. package/esm/_common/style/web/components/notification/_mixin.less +1 -1
  98. package/esm/_common/style/web/components/notification/_var.less +2 -2
  99. package/esm/_common/style/web/components/popconfirm/_var.less +1 -1
  100. package/esm/_common/style/web/components/popup/_index.less +1 -1
  101. package/esm/_common/style/web/components/progress/_index.less +2 -2
  102. package/esm/_common/style/web/components/radio/_index.less +4 -4
  103. package/esm/_common/style/web/components/radio/_var.less +1 -1
  104. package/esm/_common/style/web/components/range-input/_index.less +1 -0
  105. package/esm/_common/style/web/components/range-input/_mixin.less +1 -1
  106. package/esm/_common/style/web/components/range-input/_var.less +1 -1
  107. package/esm/_common/style/web/components/select/_index.less +0 -1
  108. package/esm/_common/style/web/components/skeleton/_index.less +7 -7
  109. package/esm/_common/style/web/components/skeleton/_var.less +5 -5
  110. package/esm/_common/style/web/components/slider/_index.less +1 -1
  111. package/esm/_common/style/web/components/slider/_var.less +1 -1
  112. package/esm/_common/style/web/components/steps/_mixin.less +2 -2
  113. package/esm/_common/style/web/components/switch/_index.less +2 -2
  114. package/esm/_common/style/web/components/table/_docs.less +2 -2
  115. package/esm/_common/style/web/components/table/_index.less +1 -1
  116. package/esm/_common/style/web/components/tag/_var.less +1 -1
  117. package/esm/_common/style/web/components/tooltip/_index.less +1 -1
  118. package/esm/_common/style/web/components/transfer/_index.less +1 -1
  119. package/esm/_common/style/web/components/transfer/_var.less +1 -1
  120. package/esm/_common/style/web/components/tree/_docs.less +2 -2
  121. package/esm/_common/style/web/components/tree/_index.less +10 -0
  122. package/esm/_common/style/web/components/upload/_docs.less +1 -1
  123. package/esm/_common/style/web/components/upload/_var.less +1 -1
  124. package/esm/_common/style/web/theme/_radius.less +2 -1
  125. package/esm/date-picker/hooks/useFormat.js +1 -0
  126. package/esm/date-picker/hooks/useFormat.js.map +1 -1
  127. package/esm/date-picker/hooks/useRangeValue.js +1 -0
  128. package/esm/date-picker/hooks/useRangeValue.js.map +1 -1
  129. package/esm/date-picker/hooks/useSingleValue.js +1 -0
  130. package/esm/date-picker/hooks/useSingleValue.js.map +1 -1
  131. package/esm/grid/Col.d.ts +1 -11
  132. package/esm/grid/Col.js +14 -6
  133. package/esm/grid/Col.js.map +1 -1
  134. package/esm/grid/Row.d.ts +5 -803
  135. package/esm/grid/Row.js +14 -15
  136. package/esm/grid/Row.js.map +1 -1
  137. package/esm/grid/index.d.ts +2 -805
  138. package/esm/index.js +2 -2
  139. package/esm/select/base/Select.js +3 -3
  140. package/esm/select/base/Select.js.map +1 -1
  141. package/esm/select-input/useOverlayStyle.js +2 -3
  142. package/esm/select-input/useOverlayStyle.js.map +1 -1
  143. package/lib/_common/js/date-picker/utils.d.ts +2 -1
  144. package/lib/_common/js/date-picker/utils.js +85 -11
  145. package/lib/_common/js/date-picker/utils.js.map +1 -1
  146. package/lib/date-picker/hooks/useFormat.js +1 -0
  147. package/lib/date-picker/hooks/useFormat.js.map +1 -1
  148. package/lib/date-picker/hooks/useRangeValue.js +1 -0
  149. package/lib/date-picker/hooks/useRangeValue.js.map +1 -1
  150. package/lib/date-picker/hooks/useSingleValue.js +1 -0
  151. package/lib/date-picker/hooks/useSingleValue.js.map +1 -1
  152. package/lib/grid/Col.d.ts +1 -11
  153. package/lib/grid/Col.js +13 -5
  154. package/lib/grid/Col.js.map +1 -1
  155. package/lib/grid/Row.d.ts +5 -803
  156. package/lib/grid/Row.js +13 -13
  157. package/lib/grid/Row.js.map +1 -1
  158. package/lib/grid/index.d.ts +2 -805
  159. package/lib/index-lib.js +2 -2
  160. package/lib/index.js +2 -2
  161. package/lib/select/base/Select.js +3 -3
  162. package/lib/select/base/Select.js.map +1 -1
  163. package/lib/select-input/useOverlayStyle.js +2 -3
  164. package/lib/select-input/useOverlayStyle.js.map +1 -1
  165. package/package.json +1 -1
package/esm/grid/Row.d.ts CHANGED
@@ -10,807 +10,9 @@ export interface RowProps extends TdRowProps, StyledProps {
10
10
  */
11
11
  children: React.ReactNode;
12
12
  }
13
- /**
14
- * Row组件
15
- */
16
- declare const Row: {
17
- (props: RowProps): React.ReactElement<{
18
- className: string;
19
- style: {
20
- accentColor?: import("csstype").Property.AccentColor;
21
- alignContent?: import("csstype").Property.AlignContent;
22
- alignItems?: import("csstype").Property.AlignItems;
23
- alignSelf?: import("csstype").Property.AlignSelf;
24
- alignTracks?: import("csstype").Property.AlignTracks;
25
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
26
- animationDirection?: import("csstype").Property.AnimationDirection;
27
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
28
- animationFillMode?: import("csstype").Property.AnimationFillMode;
29
- animationIterationCount?: import("csstype").Property.AnimationIterationCount;
30
- animationName?: import("csstype").Property.AnimationName;
31
- animationPlayState?: import("csstype").Property.AnimationPlayState;
32
- animationTimeline?: import("csstype").Property.AnimationTimeline;
33
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction;
34
- appearance?: import("csstype").Property.Appearance;
35
- aspectRatio?: import("csstype").Property.AspectRatio;
36
- backdropFilter?: import("csstype").Property.BackdropFilter;
37
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility;
38
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment;
39
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode;
40
- backgroundClip?: import("csstype").Property.BackgroundClip;
41
- backgroundColor?: import("csstype").Property.BackgroundColor;
42
- backgroundImage?: import("csstype").Property.BackgroundImage;
43
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin;
44
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number>;
45
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number>;
46
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat;
47
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
48
- blockOverflow?: import("csstype").Property.BlockOverflow;
49
- blockSize?: import("csstype").Property.BlockSize<string | number>;
50
- borderBlockColor?: import("csstype").Property.BorderBlockColor;
51
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor;
52
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle;
53
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number>;
54
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor;
55
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle;
56
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number>;
57
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle;
58
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number>;
59
- borderBottomColor?: import("csstype").Property.BorderBottomColor;
60
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
61
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number>;
62
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle;
63
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number>;
64
- borderCollapse?: import("csstype").Property.BorderCollapse;
65
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number>;
66
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number>;
67
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number>;
68
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat;
69
- borderImageSlice?: import("csstype").Property.BorderImageSlice;
70
- borderImageSource?: import("csstype").Property.BorderImageSource;
71
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number>;
72
- borderInlineColor?: import("csstype").Property.BorderInlineColor;
73
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor;
74
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle;
75
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number>;
76
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor;
77
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle;
78
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number>;
79
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle;
80
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number>;
81
- borderLeftColor?: import("csstype").Property.BorderLeftColor;
82
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle;
83
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number>;
84
- borderRightColor?: import("csstype").Property.BorderRightColor;
85
- borderRightStyle?: import("csstype").Property.BorderRightStyle;
86
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number>;
87
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number>;
88
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number>;
89
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number>;
90
- borderTopColor?: import("csstype").Property.BorderTopColor;
91
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number>;
92
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number>;
93
- borderTopStyle?: import("csstype").Property.BorderTopStyle;
94
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number>;
95
- bottom?: import("csstype").Property.Bottom<string | number>;
96
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak;
97
- boxShadow?: import("csstype").Property.BoxShadow;
98
- boxSizing?: import("csstype").Property.BoxSizing;
99
- breakAfter?: import("csstype").Property.BreakAfter;
100
- breakBefore?: import("csstype").Property.BreakBefore;
101
- breakInside?: import("csstype").Property.BreakInside;
102
- captionSide?: import("csstype").Property.CaptionSide;
103
- caretColor?: import("csstype").Property.CaretColor;
104
- clear?: import("csstype").Property.Clear;
105
- clipPath?: import("csstype").Property.ClipPath;
106
- color?: import("csstype").Property.Color;
107
- colorAdjust?: import("csstype").Property.PrintColorAdjust;
108
- colorScheme?: import("csstype").Property.ColorScheme;
109
- columnCount?: import("csstype").Property.ColumnCount;
110
- columnFill?: import("csstype").Property.ColumnFill;
111
- columnGap?: import("csstype").Property.ColumnGap<string | number>;
112
- columnRuleColor?: import("csstype").Property.ColumnRuleColor;
113
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle;
114
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
115
- columnSpan?: import("csstype").Property.ColumnSpan;
116
- columnWidth?: import("csstype").Property.ColumnWidth<string | number>;
117
- contain?: import("csstype").Property.Contain;
118
- content?: import("csstype").Property.Content;
119
- contentVisibility?: import("csstype").Property.ContentVisibility;
120
- counterIncrement?: import("csstype").Property.CounterIncrement;
121
- counterReset?: import("csstype").Property.CounterReset;
122
- counterSet?: import("csstype").Property.CounterSet;
123
- cursor?: import("csstype").Property.Cursor;
124
- direction?: import("csstype").Property.Direction;
125
- display?: import("csstype").Property.Display;
126
- emptyCells?: import("csstype").Property.EmptyCells;
127
- filter?: import("csstype").Property.Filter;
128
- flexBasis?: import("csstype").Property.FlexBasis<string | number>;
129
- flexDirection?: import("csstype").Property.FlexDirection;
130
- flexGrow?: import("csstype").Property.FlexGrow;
131
- flexShrink?: import("csstype").Property.FlexShrink;
132
- flexWrap?: import("csstype").Property.FlexWrap;
133
- float?: import("csstype").Property.Float;
134
- fontFamily?: import("csstype").Property.FontFamily;
135
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings;
136
- fontKerning?: import("csstype").Property.FontKerning;
137
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride;
138
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing;
139
- fontSize?: import("csstype").Property.FontSize<string | number>;
140
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust;
141
- fontSmooth?: import("csstype").Property.FontSmooth<string | number>;
142
- fontStretch?: import("csstype").Property.FontStretch;
143
- fontStyle?: import("csstype").Property.FontStyle;
144
- fontSynthesis?: import("csstype").Property.FontSynthesis;
145
- fontVariant?: import("csstype").Property.FontVariant;
146
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates;
147
- fontVariantCaps?: import("csstype").Property.FontVariantCaps;
148
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian;
149
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures;
150
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric;
151
- fontVariantPosition?: import("csstype").Property.FontVariantPosition;
152
- fontVariationSettings?: import("csstype").Property.FontVariationSettings;
153
- fontWeight?: import("csstype").Property.FontWeight;
154
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust;
155
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number>;
156
- gridAutoFlow?: import("csstype").Property.GridAutoFlow;
157
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number>;
158
- gridColumnEnd?: import("csstype").Property.GridColumnEnd;
159
- gridColumnStart?: import("csstype").Property.GridColumnStart;
160
- gridRowEnd?: import("csstype").Property.GridRowEnd;
161
- gridRowStart?: import("csstype").Property.GridRowStart;
162
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas;
163
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number>;
164
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number>;
165
- hangingPunctuation?: import("csstype").Property.HangingPunctuation;
166
- height?: import("csstype").Property.Height<string | number>;
167
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter;
168
- hyphens?: import("csstype").Property.Hyphens;
169
- imageOrientation?: import("csstype").Property.ImageOrientation;
170
- imageRendering?: import("csstype").Property.ImageRendering;
171
- imageResolution?: import("csstype").Property.ImageResolution;
172
- initialLetter?: import("csstype").Property.InitialLetter;
173
- inlineSize?: import("csstype").Property.InlineSize<string | number>;
174
- inputSecurity?: import("csstype").Property.InputSecurity;
175
- inset?: import("csstype").Property.Inset<string | number>;
176
- insetBlock?: import("csstype").Property.InsetBlock<string | number>;
177
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number>;
178
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number>;
179
- insetInline?: import("csstype").Property.InsetInline<string | number>;
180
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number>;
181
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number>;
182
- isolation?: import("csstype").Property.Isolation;
183
- justifyContent?: import("csstype").Property.JustifyContent;
184
- justifyItems?: import("csstype").Property.JustifyItems;
185
- justifySelf?: import("csstype").Property.JustifySelf;
186
- justifyTracks?: import("csstype").Property.JustifyTracks;
187
- left?: import("csstype").Property.Left<string | number>;
188
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number>;
189
- lineBreak?: import("csstype").Property.LineBreak;
190
- lineHeight?: import("csstype").Property.LineHeight<string | number>;
191
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number>;
192
- listStyleImage?: import("csstype").Property.ListStyleImage;
193
- listStylePosition?: import("csstype").Property.ListStylePosition;
194
- listStyleType?: import("csstype").Property.ListStyleType;
195
- marginBlock?: import("csstype").Property.MarginBlock<string | number>;
196
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number>;
197
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number>;
198
- marginBottom?: import("csstype").Property.MarginBottom<string | number>;
199
- marginInline?: import("csstype").Property.MarginInline<string | number>;
200
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
201
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number>;
202
- marginLeft?: import("csstype").Property.MarginLeft<string | number>;
203
- marginRight?: import("csstype").Property.MarginRight<string | number>;
204
- marginTop?: import("csstype").Property.MarginTop<string | number>;
205
- maskBorderMode?: import("csstype").Property.MaskBorderMode;
206
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number>;
207
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat;
208
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice;
209
- maskBorderSource?: import("csstype").Property.MaskBorderSource;
210
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number>;
211
- maskClip?: import("csstype").Property.MaskClip;
212
- maskComposite?: import("csstype").Property.MaskComposite;
213
- maskImage?: import("csstype").Property.MaskImage;
214
- maskMode?: import("csstype").Property.MaskMode;
215
- maskOrigin?: import("csstype").Property.MaskOrigin;
216
- maskPosition?: import("csstype").Property.MaskPosition<string | number>;
217
- maskRepeat?: import("csstype").Property.MaskRepeat;
218
- maskSize?: import("csstype").Property.MaskSize<string | number>;
219
- maskType?: import("csstype").Property.MaskType;
220
- mathStyle?: import("csstype").Property.MathStyle;
221
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number>;
222
- maxHeight?: import("csstype").Property.MaxHeight<string | number>;
223
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number>;
224
- maxLines?: import("csstype").Property.MaxLines;
225
- maxWidth?: import("csstype").Property.MaxWidth<string | number>;
226
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number>;
227
- minHeight?: import("csstype").Property.MinHeight<string | number>;
228
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number>;
229
- minWidth?: import("csstype").Property.MinWidth<string | number>;
230
- mixBlendMode?: import("csstype").Property.MixBlendMode;
231
- motionDistance?: import("csstype").Property.OffsetDistance<string | number>;
232
- motionPath?: import("csstype").Property.OffsetPath;
233
- motionRotation?: import("csstype").Property.OffsetRotate;
234
- objectFit?: import("csstype").Property.ObjectFit;
235
- objectPosition?: import("csstype").Property.ObjectPosition<string | number>;
236
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number>;
237
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number>;
238
- offsetPath?: import("csstype").Property.OffsetPath;
239
- offsetRotate?: import("csstype").Property.OffsetRotate;
240
- offsetRotation?: import("csstype").Property.OffsetRotate;
241
- opacity?: import("csstype").Property.Opacity;
242
- order?: import("csstype").Property.Order;
243
- orphans?: import("csstype").Property.Orphans;
244
- outlineColor?: import("csstype").Property.OutlineColor;
245
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number>;
246
- outlineStyle?: import("csstype").Property.OutlineStyle;
247
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number>;
248
- overflowAnchor?: import("csstype").Property.OverflowAnchor;
249
- overflowBlock?: import("csstype").Property.OverflowBlock;
250
- overflowClipBox?: import("csstype").Property.OverflowClipBox;
251
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number>;
252
- overflowInline?: import("csstype").Property.OverflowInline;
253
- overflowWrap?: import("csstype").Property.OverflowWrap;
254
- overflowX?: import("csstype").Property.OverflowX;
255
- overflowY?: import("csstype").Property.OverflowY;
256
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock;
257
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline;
258
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX;
259
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY;
260
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number>;
261
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number>;
262
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number>;
263
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number>;
264
- paddingInline?: import("csstype").Property.PaddingInline<string | number>;
265
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
266
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number>;
267
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number>;
268
- paddingRight?: import("csstype").Property.PaddingRight<string | number>;
269
- paddingTop?: import("csstype").Property.PaddingTop<string | number>;
270
- pageBreakAfter?: import("csstype").Property.PageBreakAfter;
271
- pageBreakBefore?: import("csstype").Property.PageBreakBefore;
272
- pageBreakInside?: import("csstype").Property.PageBreakInside;
273
- paintOrder?: import("csstype").Property.PaintOrder;
274
- perspective?: import("csstype").Property.Perspective<string | number>;
275
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
276
- placeContent?: import("csstype").Property.PlaceContent;
277
- pointerEvents?: import("csstype").Property.PointerEvents;
278
- position?: import("csstype").Property.Position;
279
- printColorAdjust?: import("csstype").Property.PrintColorAdjust;
280
- quotes?: import("csstype").Property.Quotes;
281
- resize?: import("csstype").Property.Resize;
282
- right?: import("csstype").Property.Right<string | number>;
283
- rotate?: import("csstype").Property.Rotate;
284
- rowGap?: import("csstype").Property.RowGap<string | number>;
285
- rubyAlign?: import("csstype").Property.RubyAlign;
286
- rubyMerge?: import("csstype").Property.RubyMerge;
287
- rubyPosition?: import("csstype").Property.RubyPosition;
288
- scale?: import("csstype").Property.Scale;
289
- scrollBehavior?: import("csstype").Property.ScrollBehavior;
290
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number>;
291
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number>;
292
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number>;
293
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number>;
294
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number>;
295
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number>;
296
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number>;
297
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number>;
298
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number>;
299
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number>;
300
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number>;
301
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number>;
302
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number>;
303
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number>;
304
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number>;
305
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number>;
306
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number>;
307
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number>;
308
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number>;
309
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number>;
310
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number>;
311
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number>;
312
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign;
313
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number>;
314
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number>;
315
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number>;
316
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number>;
317
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number>;
318
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop;
319
- scrollSnapType?: import("csstype").Property.ScrollSnapType;
320
- scrollbarColor?: import("csstype").Property.ScrollbarColor;
321
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter;
322
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth;
323
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold;
324
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number>;
325
- shapeOutside?: import("csstype").Property.ShapeOutside;
326
- tabSize?: import("csstype").Property.TabSize<string | number>;
327
- tableLayout?: import("csstype").Property.TableLayout;
328
- textAlign?: import("csstype").Property.TextAlign;
329
- textAlignLast?: import("csstype").Property.TextAlignLast;
330
- textCombineUpright?: import("csstype").Property.TextCombineUpright;
331
- textDecorationColor?: import("csstype").Property.TextDecorationColor;
332
- textDecorationLine?: import("csstype").Property.TextDecorationLine;
333
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip;
334
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk;
335
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle;
336
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number>;
337
- textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number>;
338
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor;
339
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition;
340
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle;
341
- textIndent?: import("csstype").Property.TextIndent<string | number>;
342
- textJustify?: import("csstype").Property.TextJustify;
343
- textOrientation?: import("csstype").Property.TextOrientation;
344
- textOverflow?: import("csstype").Property.TextOverflow;
345
- textRendering?: import("csstype").Property.TextRendering;
346
- textShadow?: import("csstype").Property.TextShadow;
347
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust;
348
- textTransform?: import("csstype").Property.TextTransform;
349
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number>;
350
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition;
351
- top?: import("csstype").Property.Top<string | number>;
352
- touchAction?: import("csstype").Property.TouchAction;
353
- transform?: import("csstype").Property.Transform;
354
- transformBox?: import("csstype").Property.TransformBox;
355
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
356
- transformStyle?: import("csstype").Property.TransformStyle;
357
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
358
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
359
- transitionProperty?: import("csstype").Property.TransitionProperty;
360
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction;
361
- translate?: import("csstype").Property.Translate<string | number>;
362
- unicodeBidi?: import("csstype").Property.UnicodeBidi;
363
- userSelect?: import("csstype").Property.UserSelect;
364
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number>;
365
- visibility?: import("csstype").Property.Visibility;
366
- whiteSpace?: import("csstype").Property.WhiteSpace;
367
- widows?: import("csstype").Property.Widows;
368
- width?: import("csstype").Property.Width<string | number>;
369
- willChange?: import("csstype").Property.WillChange;
370
- wordBreak?: import("csstype").Property.WordBreak;
371
- wordSpacing?: import("csstype").Property.WordSpacing<string | number>;
372
- wordWrap?: import("csstype").Property.WordWrap;
373
- writingMode?: import("csstype").Property.WritingMode;
374
- zIndex?: import("csstype").Property.ZIndex;
375
- zoom?: import("csstype").Property.Zoom;
376
- all?: import("csstype").Globals;
377
- animation?: import("csstype").Property.Animation<string & {}>;
378
- background?: import("csstype").Property.Background<string | number>;
379
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number>;
380
- border?: import("csstype").Property.Border<string | number>;
381
- borderBlock?: import("csstype").Property.BorderBlock<string | number>;
382
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number>;
383
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number>;
384
- borderBottom?: import("csstype").Property.BorderBottom<string | number>;
385
- borderColor?: import("csstype").Property.BorderColor;
386
- borderImage?: import("csstype").Property.BorderImage;
387
- borderInline?: import("csstype").Property.BorderInline<string | number>;
388
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number>;
389
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number>;
390
- borderLeft?: import("csstype").Property.BorderLeft<string | number>;
391
- borderRadius?: import("csstype").Property.BorderRadius<string | number>;
392
- borderRight?: import("csstype").Property.BorderRight<string | number>;
393
- borderStyle?: import("csstype").Property.BorderStyle;
394
- borderTop?: import("csstype").Property.BorderTop<string | number>;
395
- borderWidth?: import("csstype").Property.BorderWidth<string | number>;
396
- columnRule?: import("csstype").Property.ColumnRule<string | number>;
397
- columns?: import("csstype").Property.Columns<string | number>;
398
- flex?: import("csstype").Property.Flex<string | number>;
399
- flexFlow?: import("csstype").Property.FlexFlow;
400
- font?: import("csstype").Property.Font;
401
- gap?: import("csstype").Property.Gap<string | number>;
402
- grid?: import("csstype").Property.Grid;
403
- gridArea?: import("csstype").Property.GridArea;
404
- gridColumn?: import("csstype").Property.GridColumn;
405
- gridRow?: import("csstype").Property.GridRow;
406
- gridTemplate?: import("csstype").Property.GridTemplate;
407
- lineClamp?: import("csstype").Property.LineClamp;
408
- listStyle?: import("csstype").Property.ListStyle;
409
- margin?: import("csstype").Property.Margin<string | number>;
410
- mask?: import("csstype").Property.Mask<string | number>;
411
- maskBorder?: import("csstype").Property.MaskBorder;
412
- motion?: import("csstype").Property.Offset<string | number>;
413
- offset?: import("csstype").Property.Offset<string | number>;
414
- outline?: import("csstype").Property.Outline<string | number>;
415
- overflow?: import("csstype").Property.Overflow;
416
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior;
417
- padding?: import("csstype").Property.Padding<string | number>;
418
- placeItems?: import("csstype").Property.PlaceItems;
419
- placeSelf?: import("csstype").Property.PlaceSelf;
420
- textDecoration?: import("csstype").Property.TextDecoration<string | number>;
421
- textEmphasis?: import("csstype").Property.TextEmphasis;
422
- transition?: import("csstype").Property.Transition<string & {}>;
423
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
424
- MozAnimationDirection?: import("csstype").Property.AnimationDirection;
425
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
426
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode;
427
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount;
428
- MozAnimationName?: import("csstype").Property.AnimationName;
429
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState;
430
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction;
431
- MozAppearance?: import("csstype").Property.MozAppearance;
432
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility;
433
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors;
434
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor;
435
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle;
436
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number>;
437
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors;
438
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors;
439
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor;
440
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle;
441
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors;
442
- MozBoxSizing?: import("csstype").Property.BoxSizing;
443
- MozColumnCount?: import("csstype").Property.ColumnCount;
444
- MozColumnFill?: import("csstype").Property.ColumnFill;
445
- MozColumnGap?: import("csstype").Property.ColumnGap<string | number>;
446
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor;
447
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle;
448
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
449
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number>;
450
- MozContextProperties?: import("csstype").Property.MozContextProperties;
451
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings;
452
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride;
453
- MozHyphens?: import("csstype").Property.Hyphens;
454
- MozImageRegion?: import("csstype").Property.MozImageRegion;
455
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
456
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number>;
457
- MozOrient?: import("csstype").Property.MozOrient;
458
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number>;
459
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
460
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number>;
461
- MozPerspective?: import("csstype").Property.Perspective<string | number>;
462
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
463
- MozStackSizing?: import("csstype").Property.MozStackSizing;
464
- MozTabSize?: import("csstype").Property.TabSize<string | number>;
465
- MozTextBlink?: import("csstype").Property.MozTextBlink;
466
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust;
467
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
468
- MozTransformStyle?: import("csstype").Property.TransformStyle;
469
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
470
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
471
- MozTransitionProperty?: import("csstype").Property.TransitionProperty;
472
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction;
473
- MozUserFocus?: import("csstype").Property.MozUserFocus;
474
- MozUserModify?: import("csstype").Property.MozUserModify;
475
- MozUserSelect?: import("csstype").Property.UserSelect;
476
- MozWindowDragging?: import("csstype").Property.MozWindowDragging;
477
- MozWindowShadow?: import("csstype").Property.MozWindowShadow;
478
- msAccelerator?: import("csstype").Property.MsAccelerator;
479
- msAlignSelf?: import("csstype").Property.AlignSelf;
480
- msBlockProgression?: import("csstype").Property.MsBlockProgression;
481
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining;
482
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax;
483
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin;
484
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints;
485
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType;
486
- msContentZooming?: import("csstype").Property.MsContentZooming;
487
- msFilter?: import("csstype").Property.MsFilter;
488
- msFlexDirection?: import("csstype").Property.FlexDirection;
489
- msFlexPositive?: import("csstype").Property.FlexGrow;
490
- msFlowFrom?: import("csstype").Property.MsFlowFrom;
491
- msFlowInto?: import("csstype").Property.MsFlowInto;
492
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number>;
493
- msGridRows?: import("csstype").Property.MsGridRows<string | number>;
494
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust;
495
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars;
496
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines;
497
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number>;
498
- msHyphens?: import("csstype").Property.Hyphens;
499
- msImeAlign?: import("csstype").Property.MsImeAlign;
500
- msJustifySelf?: import("csstype").Property.JustifySelf;
501
- msLineBreak?: import("csstype").Property.LineBreak;
502
- msOrder?: import("csstype").Property.Order;
503
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle;
504
- msOverflowX?: import("csstype").Property.OverflowX;
505
- msOverflowY?: import("csstype").Property.OverflowY;
506
- msScrollChaining?: import("csstype").Property.MsScrollChaining;
507
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number>;
508
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number>;
509
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number>;
510
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number>;
511
- msScrollRails?: import("csstype").Property.MsScrollRails;
512
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX;
513
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY;
514
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType;
515
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation;
516
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor;
517
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor;
518
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor;
519
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor;
520
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor;
521
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor;
522
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor;
523
- msTextAutospace?: import("csstype").Property.MsTextAutospace;
524
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright;
525
- msTextOverflow?: import("csstype").Property.TextOverflow;
526
- msTouchAction?: import("csstype").Property.TouchAction;
527
- msTouchSelect?: import("csstype").Property.MsTouchSelect;
528
- msTransform?: import("csstype").Property.Transform;
529
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
530
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
531
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
532
- msTransitionProperty?: import("csstype").Property.TransitionProperty;
533
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction;
534
- msUserSelect?: import("csstype").Property.MsUserSelect;
535
- msWordBreak?: import("csstype").Property.WordBreak;
536
- msWrapFlow?: import("csstype").Property.MsWrapFlow;
537
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number>;
538
- msWrapThrough?: import("csstype").Property.MsWrapThrough;
539
- msWritingMode?: import("csstype").Property.WritingMode;
540
- WebkitAlignContent?: import("csstype").Property.AlignContent;
541
- WebkitAlignItems?: import("csstype").Property.AlignItems;
542
- WebkitAlignSelf?: import("csstype").Property.AlignSelf;
543
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
544
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection;
545
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
546
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode;
547
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount;
548
- WebkitAnimationName?: import("csstype").Property.AnimationName;
549
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState;
550
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction;
551
- WebkitAppearance?: import("csstype").Property.WebkitAppearance;
552
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter;
553
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility;
554
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip;
555
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin;
556
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
557
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor;
558
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle;
559
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number>;
560
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
561
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number>;
562
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice;
563
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number>;
564
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number>;
565
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak;
566
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number>;
567
- WebkitBoxShadow?: import("csstype").Property.BoxShadow;
568
- WebkitBoxSizing?: import("csstype").Property.BoxSizing;
569
- WebkitClipPath?: import("csstype").Property.ClipPath;
570
- WebkitColumnCount?: import("csstype").Property.ColumnCount;
571
- WebkitColumnFill?: import("csstype").Property.ColumnFill;
572
- WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number>;
573
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor;
574
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle;
575
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
576
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan;
577
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number>;
578
- WebkitFilter?: import("csstype").Property.Filter;
579
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number>;
580
- WebkitFlexDirection?: import("csstype").Property.FlexDirection;
581
- WebkitFlexGrow?: import("csstype").Property.FlexGrow;
582
- WebkitFlexShrink?: import("csstype").Property.FlexShrink;
583
- WebkitFlexWrap?: import("csstype").Property.FlexWrap;
584
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings;
585
- WebkitFontKerning?: import("csstype").Property.FontKerning;
586
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number>;
587
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures;
588
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter;
589
- WebkitHyphens?: import("csstype").Property.Hyphens;
590
- WebkitInitialLetter?: import("csstype").Property.InitialLetter;
591
- WebkitJustifyContent?: import("csstype").Property.JustifyContent;
592
- WebkitLineBreak?: import("csstype").Property.LineBreak;
593
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp;
594
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
595
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number>;
596
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment;
597
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number>;
598
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat;
599
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice;
600
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource;
601
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number>;
602
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip;
603
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite;
604
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage;
605
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin;
606
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number>;
607
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number>;
608
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number>;
609
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat;
610
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX;
611
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY;
612
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number>;
613
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number>;
614
- WebkitOrder?: import("csstype").Property.Order;
615
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling;
616
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
617
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number>;
618
- WebkitPerspective?: import("csstype").Property.Perspective<string | number>;
619
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
620
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust;
621
- WebkitRubyPosition?: import("csstype").Property.RubyPosition;
622
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType;
623
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number>;
624
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor;
625
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright;
626
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor;
627
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine;
628
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip;
629
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle;
630
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor;
631
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition;
632
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle;
633
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor;
634
- WebkitTextOrientation?: import("csstype").Property.TextOrientation;
635
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust;
636
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor;
637
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number>;
638
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition;
639
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout;
640
- WebkitTransform?: import("csstype").Property.Transform;
641
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
642
- WebkitTransformStyle?: import("csstype").Property.TransformStyle;
643
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
644
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
645
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty;
646
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction;
647
- WebkitUserModify?: import("csstype").Property.WebkitUserModify;
648
- WebkitUserSelect?: import("csstype").Property.UserSelect;
649
- WebkitWritingMode?: import("csstype").Property.WritingMode;
650
- MozAnimation?: import("csstype").Property.Animation<string & {}>;
651
- MozBorderImage?: import("csstype").Property.BorderImage;
652
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number>;
653
- MozColumns?: import("csstype").Property.Columns<string | number>;
654
- MozTransition?: import("csstype").Property.Transition<string & {}>;
655
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit;
656
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap;
657
- msFlex?: import("csstype").Property.Flex<string | number>;
658
- msScrollLimit?: import("csstype").Property.MsScrollLimit;
659
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX;
660
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY;
661
- msTransition?: import("csstype").Property.Transition<string & {}>;
662
- WebkitAnimation?: import("csstype").Property.Animation<string & {}>;
663
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number>;
664
- WebkitBorderImage?: import("csstype").Property.BorderImage;
665
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number>;
666
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number>;
667
- WebkitColumns?: import("csstype").Property.Columns<string | number>;
668
- WebkitFlex?: import("csstype").Property.Flex<string | number>;
669
- WebkitFlexFlow?: import("csstype").Property.FlexFlow;
670
- WebkitMask?: import("csstype").Property.WebkitMask<string | number>;
671
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder;
672
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis;
673
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number>;
674
- WebkitTransition?: import("csstype").Property.Transition<string & {}>;
675
- azimuth?: import("csstype").Property.Azimuth;
676
- boxAlign?: import("csstype").Property.BoxAlign;
677
- boxDirection?: import("csstype").Property.BoxDirection;
678
- boxFlex?: import("csstype").Property.BoxFlex;
679
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup;
680
- boxLines?: import("csstype").Property.BoxLines;
681
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup;
682
- boxOrient?: import("csstype").Property.BoxOrient;
683
- boxPack?: import("csstype").Property.BoxPack;
684
- clip?: import("csstype").Property.Clip;
685
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number>;
686
- gridGap?: import("csstype").Property.GridGap<string | number>;
687
- gridRowGap?: import("csstype").Property.GridRowGap<string | number>;
688
- imeMode?: import("csstype").Property.ImeMode;
689
- offsetBlock?: import("csstype").Property.InsetBlock<string | number>;
690
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number>;
691
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number>;
692
- offsetInline?: import("csstype").Property.InsetInline<string | number>;
693
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number>;
694
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number>;
695
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number>;
696
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number>;
697
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX;
698
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY;
699
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX;
700
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY;
701
- scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor;
702
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign;
703
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection;
704
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex;
705
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup;
706
- KhtmlBoxLines?: import("csstype").Property.BoxLines;
707
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup;
708
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient;
709
- KhtmlBoxPack?: import("csstype").Property.BoxPack;
710
- KhtmlLineBreak?: import("csstype").Property.LineBreak;
711
- KhtmlOpacity?: import("csstype").Property.Opacity;
712
- KhtmlUserSelect?: import("csstype").Property.UserSelect;
713
- MozBackgroundClip?: import("csstype").Property.BackgroundClip;
714
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak;
715
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin;
716
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
717
- MozBinding?: import("csstype").Property.MozBinding;
718
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number>;
719
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
720
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number>;
721
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number>;
722
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number>;
723
- MozBoxAlign?: import("csstype").Property.BoxAlign;
724
- MozBoxDirection?: import("csstype").Property.BoxDirection;
725
- MozBoxFlex?: import("csstype").Property.BoxFlex;
726
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup;
727
- MozBoxOrient?: import("csstype").Property.BoxOrient;
728
- MozBoxPack?: import("csstype").Property.BoxPack;
729
- MozBoxShadow?: import("csstype").Property.BoxShadow;
730
- MozFloatEdge?: import("csstype").Property.MozFloatEdge;
731
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon;
732
- MozOpacity?: import("csstype").Property.Opacity;
733
- MozOutline?: import("csstype").Property.Outline<string | number>;
734
- MozOutlineColor?: import("csstype").Property.OutlineColor;
735
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number>;
736
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number>;
737
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number>;
738
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number>;
739
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number>;
740
- MozOutlineStyle?: import("csstype").Property.OutlineStyle;
741
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number>;
742
- MozTextAlignLast?: import("csstype").Property.TextAlignLast;
743
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor;
744
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine;
745
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle;
746
- MozUserInput?: import("csstype").Property.MozUserInput;
747
- msImeMode?: import("csstype").Property.ImeMode;
748
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor;
749
- OAnimation?: import("csstype").Property.Animation<string & {}>;
750
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
751
- OAnimationDirection?: import("csstype").Property.AnimationDirection;
752
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
753
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode;
754
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount;
755
- OAnimationName?: import("csstype").Property.AnimationName;
756
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState;
757
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction;
758
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
759
- OBorderImage?: import("csstype").Property.BorderImage;
760
- OObjectFit?: import("csstype").Property.ObjectFit;
761
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number>;
762
- OTabSize?: import("csstype").Property.TabSize<string | number>;
763
- OTextOverflow?: import("csstype").Property.TextOverflow;
764
- OTransform?: import("csstype").Property.Transform;
765
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
766
- OTransition?: import("csstype").Property.Transition<string & {}>;
767
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
768
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
769
- OTransitionProperty?: import("csstype").Property.TransitionProperty;
770
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction;
771
- WebkitBoxAlign?: import("csstype").Property.BoxAlign;
772
- WebkitBoxDirection?: import("csstype").Property.BoxDirection;
773
- WebkitBoxFlex?: import("csstype").Property.BoxFlex;
774
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup;
775
- WebkitBoxLines?: import("csstype").Property.BoxLines;
776
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup;
777
- WebkitBoxOrient?: import("csstype").Property.BoxOrient;
778
- WebkitBoxPack?: import("csstype").Property.BoxPack;
779
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX;
780
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY;
781
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline;
782
- baselineShift?: import("csstype").Property.BaselineShift<string | number>;
783
- clipRule?: import("csstype").Property.ClipRule;
784
- colorInterpolation?: import("csstype").Property.ColorInterpolation;
785
- colorRendering?: import("csstype").Property.ColorRendering;
786
- dominantBaseline?: import("csstype").Property.DominantBaseline;
787
- fill?: import("csstype").Property.Fill;
788
- fillOpacity?: import("csstype").Property.FillOpacity;
789
- fillRule?: import("csstype").Property.FillRule;
790
- floodColor?: import("csstype").Property.FloodColor;
791
- floodOpacity?: import("csstype").Property.FloodOpacity;
792
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical;
793
- lightingColor?: import("csstype").Property.LightingColor;
794
- marker?: import("csstype").Property.Marker;
795
- markerEnd?: import("csstype").Property.MarkerEnd;
796
- markerMid?: import("csstype").Property.MarkerMid;
797
- markerStart?: import("csstype").Property.MarkerStart;
798
- shapeRendering?: import("csstype").Property.ShapeRendering;
799
- stopColor?: import("csstype").Property.StopColor;
800
- stopOpacity?: import("csstype").Property.StopOpacity;
801
- stroke?: import("csstype").Property.Stroke;
802
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number>;
803
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number>;
804
- strokeLinecap?: import("csstype").Property.StrokeLinecap;
805
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin;
806
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit;
807
- strokeOpacity?: import("csstype").Property.StrokeOpacity;
808
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number>;
809
- textAnchor?: import("csstype").Property.TextAnchor;
810
- vectorEffect?: import("csstype").Property.VectorEffect;
811
- };
812
- }, string | React.JSXElementConstructor<any>>;
813
- displayName: string;
814
- defaultProps: TdRowProps;
815
- };
13
+ export declare const RowContext: React.Context<{
14
+ gutter: any;
15
+ size: any;
16
+ }>;
17
+ declare const Row: React.ForwardRefExoticComponent<RowProps & React.RefAttributes<unknown>>;
816
18
  export default Row;