@hopper-ui/components 0.1.0 → 1.0.0

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