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