mediasfu-angular 2.2.2 → 2.2.4

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 (194) hide show
  1. package/README.md +153 -54
  2. package/USAGE_COOKBOOK.md +202 -0
  3. package/dist/LICENSE +21 -0
  4. package/dist/README.md +153 -54
  5. package/dist/fesm2022/mediasfu-angular.mjs +21838 -12606
  6. package/dist/fesm2022/mediasfu-angular.mjs.map +1 -1
  7. package/dist/lib/@types/types.d.ts +22 -1
  8. package/dist/lib/@types/ui-overrides.types.d.ts +4 -0
  9. package/dist/lib/components/background-components/background-modal/background-modal.component.d.ts +1024 -997
  10. package/dist/lib/components/breakout-components/breakout-rooms-modal.component.d.ts +2052 -1001
  11. package/dist/lib/components/breakout-components/edit-room-modal/edit-room-modal.component.d.ts +1527 -997
  12. package/dist/lib/components/breakout-components/room-list/room-list.component.d.ts +5 -1
  13. package/dist/lib/components/co-host-components/co-host-modal/co-host-modal.component.d.ts +988 -988
  14. package/dist/lib/components/display-components/alert-component/alert.component.component.d.ts +20 -6
  15. package/dist/lib/components/display-components/audio-card/audio-card.component.d.ts +17 -7
  16. package/dist/lib/components/display-components/audio-grid/audio-grid.component.d.ts +509 -1
  17. package/dist/lib/components/display-components/card-video-display/card-video-display.component.d.ts +3 -0
  18. package/dist/lib/components/display-components/control-buttons-alt-component/control-buttons-alt-component.component.d.ts +1 -1
  19. package/dist/lib/components/display-components/control-buttons-component/control-buttons-component.component.d.ts +34 -2
  20. package/dist/lib/components/display-components/control-buttons-component-touch/control-buttons-component-touch.component.d.ts +19 -0
  21. package/dist/lib/components/display-components/control-widgets/control-icon-badge-widget.component.d.ts +13 -0
  22. package/dist/lib/components/display-components/control-widgets/menu-participants-widget.component.d.ts +1 -0
  23. package/dist/lib/components/display-components/control-widgets/menu-widget.component.d.ts +2 -2
  24. package/dist/lib/components/display-components/control-widgets/message-widget.component.d.ts +2 -2
  25. package/dist/lib/components/display-components/control-widgets/record-timer-widget.component.d.ts +2 -0
  26. package/dist/lib/components/display-components/control-widgets/screenshare-widget.component.d.ts +5 -3
  27. package/dist/lib/components/display-components/flexible-grid/flexible-grid.component.d.ts +530 -2
  28. package/dist/lib/components/display-components/flexible-video/flexible-video.component.d.ts +41 -1
  29. package/dist/lib/components/display-components/loading-modal/loading-modal.component.d.ts +2029 -5
  30. package/dist/lib/components/display-components/main-grid-component/main-grid-component.component.d.ts +506 -1
  31. package/dist/lib/components/display-components/main-screen-component/main-screen-component.component.d.ts +497 -497
  32. package/dist/lib/components/display-components/meeting-progress-timer/meeting-progress-timer.component.d.ts +18 -11
  33. package/dist/lib/components/display-components/mini-audio/mini-audio.component.d.ts +11 -3
  34. package/dist/lib/components/display-components/mini-card/mini-card.component.d.ts +1026 -999
  35. package/dist/lib/components/display-components/mini-card-audio/mini-card-audio.component.d.ts +9 -3
  36. package/dist/lib/components/display-components/other-grid-component/other-grid-component.component.d.ts +511 -1
  37. package/dist/lib/components/display-components/pagination/pagination.component.d.ts +34 -1
  38. package/dist/lib/components/display-components/sub-aspect-component/sub-aspect-component.component.d.ts +507 -1
  39. package/dist/lib/components/display-components/subtitle-overlay/subtitle-overlay.component.d.ts +6 -0
  40. package/dist/lib/components/display-components/video-card/video-card.component.d.ts +10 -6
  41. package/dist/lib/components/display-settings-components/display-settings-modal.component.d.ts +1010 -1009
  42. package/dist/lib/components/event-settings-components/event-settings-modal/event-settings-modal.component.d.ts +999 -999
  43. package/dist/lib/components/media-settings-components/media-settings-modal/media-settings-modal.component.d.ts +999 -999
  44. package/dist/lib/components/mediasfu-components/mediasfu-broadcast.component.d.ts +2318 -29330
  45. package/dist/lib/components/mediasfu-components/mediasfu-chat.component.d.ts +490 -4179
  46. package/dist/lib/components/mediasfu-components/mediasfu-conference.component.d.ts +576 -23394
  47. package/dist/lib/components/mediasfu-components/mediasfu-generic.component.d.ts +1292 -61696
  48. package/dist/lib/components/mediasfu-components/mediasfu-webinar.component.d.ts +524 -26273
  49. package/dist/lib/components/menu-components/custom-buttons/custom-buttons.component.d.ts +4 -1
  50. package/dist/lib/components/menu-components/meeting-id-component/meeting-id-component.component.d.ts +3 -1
  51. package/dist/lib/components/menu-components/meeting-passcode-component/meeting-passcode-component.component.d.ts +10 -1
  52. package/dist/lib/components/menu-components/menu-modal/menu-modal.component.d.ts +518 -507
  53. package/dist/lib/components/menu-components/share-buttons-component/share-buttons-component.component.d.ts +4 -1
  54. package/dist/lib/components/message-components/message-panel/message-panel.component.d.ts +1 -0
  55. package/dist/lib/components/message-components/messages-modal/messages-modal.component.d.ts +3 -3
  56. package/dist/lib/components/misc-components/confirm-here-modal/confirm-here-modal.component.d.ts +1004 -1004
  57. package/dist/lib/components/misc-components/pre-join-page/pre-join-page.component.d.ts +4 -0
  58. package/dist/lib/components/misc-components/share-event-modal/share-event-modal.component.d.ts +989 -989
  59. package/dist/lib/components/panelists-components/panelists-modal/panelists-modal.component.d.ts +73 -0
  60. package/dist/lib/components/participants-components/participants-modal/participants-modal.component.d.ts +1004 -1004
  61. package/dist/lib/components/permissions-components/permissions-modal/permissions-modal.component.d.ts +89 -0
  62. package/dist/lib/components/polls-components/poll-modal/poll-modal.component.d.ts +989 -989
  63. package/dist/lib/components/recording-components/recording-modal/recording-modal.component.d.ts +990 -989
  64. package/dist/lib/components/requests-components/requests-modal/requests-modal.component.d.ts +1004 -1004
  65. package/dist/lib/components/screenboard-components/screenboard-modal/screenboard-modal.component.d.ts +987 -987
  66. package/dist/lib/components/translation-components/translation-settings-modal/translation-settings-modal.component.d.ts +124 -0
  67. package/dist/lib/components/waiting-components/waiting-room-modal.component.d.ts +989 -989
  68. package/dist/lib/components/whiteboard-components/configure-whiteboard-modal/configure-whiteboard-modal.component.d.ts +2062 -1000
  69. package/dist/lib/components/whiteboard-components/whiteboard/whiteboard.component.d.ts +3 -15
  70. package/dist/lib/consumers/auto-adjust.service.d.ts +0 -11
  71. package/dist/lib/consumers/calculate-rows-and-columns.service.d.ts +0 -7
  72. package/dist/lib/consumers/change-vids.service.d.ts +1 -1
  73. package/dist/lib/consumers/check-permission.service.d.ts +4 -1
  74. package/dist/lib/consumers/check-screen-share.service.d.ts +0 -18
  75. package/dist/lib/consumers/compare-active-names.service.d.ts +0 -16
  76. package/dist/lib/consumers/compare-screen-states.service.d.ts +0 -18
  77. package/dist/lib/consumers/connect-ips.service.d.ts +2 -25
  78. package/dist/lib/consumers/connect-local-ips.service.d.ts +1 -28
  79. package/dist/lib/consumers/disp-streams.service.d.ts +1 -110
  80. package/dist/lib/consumers/generate-page-content.service.d.ts +0 -17
  81. package/dist/lib/consumers/get-estimate.service.d.ts +0 -21
  82. package/dist/lib/consumers/mix-streams.service.d.ts +0 -19
  83. package/dist/lib/consumers/on-screen-changes.service.d.ts +1 -21
  84. package/dist/lib/consumers/process-consumer-transports-audio.service.d.ts +1 -14
  85. package/dist/lib/consumers/process-consumer-transports.service.d.ts +3 -57
  86. package/dist/lib/consumers/re-update-inter.service.d.ts +1 -39
  87. package/dist/lib/consumers/reorder-streams.service.d.ts +1 -35
  88. package/dist/lib/consumers/socket-receive-methods/join-consume-room.service.d.ts +2 -13
  89. package/dist/lib/consumers/socket-receive-methods/new-pipe-producer.service.d.ts +1 -13
  90. package/dist/lib/consumers/socket-receive-methods/producer-closed.service.d.ts +1 -8
  91. package/dist/lib/consumers/translation-consumer-switch.service.d.ts +68 -0
  92. package/dist/lib/consumers/trigger.service.d.ts +0 -79
  93. package/dist/lib/consumers/update-mini-cards-grid.service.d.ts +0 -24
  94. package/dist/lib/directives/with-override.directive.d.ts +2 -2
  95. package/dist/lib/methods/background-methods/launch-background.service.d.ts +2 -5
  96. package/dist/lib/methods/breakout-room-methods/launch-breakout-rooms.service.d.ts +2 -5
  97. package/dist/lib/methods/co-host-methods/launch-co-host.service.d.ts +2 -5
  98. package/dist/lib/methods/co-host-methods/modify-co-host-settings.service.d.ts +1 -1
  99. package/dist/lib/methods/display-settings-methods/launch-display-settings.service.d.ts +2 -5
  100. package/dist/lib/methods/display-settings-methods/modify-display-settings.service.d.ts +2 -0
  101. package/dist/lib/methods/exit-methods/launch-confirm-exit.service.d.ts +2 -5
  102. package/dist/lib/methods/menu-methods/launch-menu-modal.service.d.ts +2 -5
  103. package/dist/lib/methods/message-methods/launch-messages.service.d.ts +2 -5
  104. package/dist/lib/methods/message-methods/send-message.service.d.ts +1 -1
  105. package/dist/lib/methods/panelists-methods/add-panelist.service.d.ts +19 -0
  106. package/dist/lib/methods/panelists-methods/focus-panelists.service.d.ts +19 -0
  107. package/dist/lib/methods/panelists-methods/remove-panelist.service.d.ts +17 -0
  108. package/dist/lib/methods/participants-methods/launch-participants.service.d.ts +2 -5
  109. package/dist/lib/methods/permissions-methods/bulk-update-participant-permissions.service.d.ts +20 -0
  110. package/dist/lib/methods/permissions-methods/update-participant-permission.service.d.ts +19 -0
  111. package/dist/lib/methods/permissions-methods/update-permission-config.service.d.ts +29 -0
  112. package/dist/lib/methods/polls-methods/handle-create-poll.service.d.ts +1 -1
  113. package/dist/lib/methods/polls-methods/handle-end-poll.service.d.ts +1 -1
  114. package/dist/lib/methods/polls-methods/handle-vote-poll.service.d.ts +1 -1
  115. package/dist/lib/methods/polls-methods/poll-updated.service.d.ts +1 -1
  116. package/dist/lib/methods/recording-methods/check-pause-state.service.d.ts +1 -12
  117. package/dist/lib/methods/recording-methods/check-resume-state.service.d.ts +1 -11
  118. package/dist/lib/methods/recording-methods/confirm-recording.service.d.ts +0 -94
  119. package/dist/lib/methods/recording-methods/launch-recording.service.d.ts +1 -20
  120. package/dist/lib/methods/recording-methods/record-pause-timer.service.d.ts +1 -12
  121. package/dist/lib/methods/recording-methods/record-resume-timer.service.d.ts +0 -66
  122. package/dist/lib/methods/recording-methods/record-start-timer.service.d.ts +1 -33
  123. package/dist/lib/methods/recording-methods/record-update-timer.service.d.ts +1 -17
  124. package/dist/lib/methods/recording-methods/start-recording.service.d.ts +1 -92
  125. package/dist/lib/methods/recording-methods/stop-recording.service.d.ts +1 -42
  126. package/dist/lib/methods/recording-methods/update-recording.service.d.ts +1 -94
  127. package/dist/lib/methods/requests-methods/launch-requests.service.d.ts +2 -5
  128. package/dist/lib/methods/settings-methods/launch-settings.service.d.ts +2 -5
  129. package/dist/lib/methods/settings-methods/modify-settings.service.d.ts +1 -1
  130. package/dist/lib/methods/stream-methods/click-chat.service.d.ts +1 -1
  131. package/dist/lib/methods/utils/get-modal-position.util.d.ts +0 -3
  132. package/dist/lib/methods/utils/initial-values.util.d.ts +18 -1
  133. package/dist/lib/methods/utils/mini-audio-player/mini-audio-player.component.d.ts +8 -0
  134. package/dist/lib/methods/utils/producer/a-params.service.d.ts +2 -8
  135. package/dist/lib/methods/utils/producer/h-params.service.d.ts +2 -8
  136. package/dist/lib/methods/utils/producer/screen-params.service.d.ts +2 -8
  137. package/dist/lib/methods/utils/producer/v-params.service.d.ts +2 -8
  138. package/dist/lib/methods/utils/sound-player.service.d.ts +1 -1
  139. package/dist/lib/methods/utils/translation-languages.util.d.ts +341 -0
  140. package/dist/lib/methods/waiting-methods/launch-waiting.service.d.ts +2 -5
  141. package/dist/lib/modern/display-components/modern-alert.component.d.ts +40 -0
  142. package/dist/lib/modern/display-components/modern-loading-modal.component.d.ts +37 -0
  143. package/dist/lib/modern/display-components/modern-meeting-progress-timer.component.d.ts +40 -0
  144. package/dist/lib/modern/display-components/modern-mini-card.component.d.ts +1064 -0
  145. package/dist/lib/modern/display-components/modern-pagination.component.d.ts +91 -0
  146. package/dist/lib/modern/display-components/modern-participants-counter-badge.component.d.ts +16 -0
  147. package/dist/lib/modern/modal-components/modern-co-host-modal.component.d.ts +63 -0
  148. package/dist/lib/modern/modal-components/modern-confirm-exit-modal.component.d.ts +42 -0
  149. package/dist/lib/modern/modal-components/modern-confirm-here-modal.component.d.ts +39 -0
  150. package/dist/lib/modern/modal-components/modern-display-settings-modal.component.d.ts +59 -0
  151. package/dist/lib/modern/modal-components/modern-event-settings-modal.component.d.ts +80 -0
  152. package/dist/lib/modern/modal-components/modern-media-settings-modal.component.d.ts +72 -0
  153. package/dist/lib/modern/modal-components/modern-menu-modal.component.d.ts +48 -0
  154. package/dist/lib/modern/modal-components/modern-messages-modal.component.d.ts +58 -0
  155. package/dist/lib/modern/modal-components/modern-participants-modal.component.d.ts +49 -0
  156. package/dist/lib/modern/modal-components/modern-poll-modal.component.d.ts +54 -0
  157. package/dist/lib/modern/modal-components/modern-recording-modal.component.d.ts +39 -0
  158. package/dist/lib/modern/modal-components/modern-requests-modal.component.d.ts +61 -0
  159. package/dist/lib/modern/modal-components/modern-share-event-modal.component.d.ts +39 -0
  160. package/dist/lib/modern/modal-components/modern-waiting-room-modal.component.d.ts +55 -0
  161. package/dist/lib/modern/primitives/modern-button.component.d.ts +10 -0
  162. package/dist/lib/modern/primitives/modern-entry-shell.component.d.ts +6 -0
  163. package/dist/lib/modern/primitives/modern-field.component.d.ts +32 -0
  164. package/dist/lib/modern/primitives/modern-sidebar-panel.component.d.ts +24 -0
  165. package/dist/lib/modern/primitives/modern-surface.component.d.ts +7 -0
  166. package/dist/lib/modern/utils/render-mode.utils.d.ts +3 -0
  167. package/dist/lib/producer-client/producer-client-emits/create-device-client.service.d.ts +0 -9
  168. package/dist/lib/producer-client/producer-client-emits/join-room-client.service.d.ts +0 -19
  169. package/dist/lib/producer-client/producer-client-emits/update-room-parameters-client.service.d.ts +5 -62
  170. package/dist/lib/producers/producer-emits/join-con-room.service.d.ts +0 -18
  171. package/dist/lib/producers/producer-emits/join-local-room.service.d.ts +3 -106
  172. package/dist/lib/producers/producer-emits/join-room.service.d.ts +0 -18
  173. package/dist/lib/producers/socket-receive-methods/added-as-panelist.service.d.ts +15 -0
  174. package/dist/lib/producers/socket-receive-methods/all-members-rest.service.d.ts +1 -90
  175. package/dist/lib/producers/socket-receive-methods/all-members.service.d.ts +1 -88
  176. package/dist/lib/producers/socket-receive-methods/control-media-host.service.d.ts +1 -66
  177. package/dist/lib/producers/socket-receive-methods/meeting-still-there.service.d.ts +1 -1
  178. package/dist/lib/producers/socket-receive-methods/panelist-focus-changed.service.d.ts +25 -0
  179. package/dist/lib/producers/socket-receive-methods/panelists-updated.service.d.ts +19 -0
  180. package/dist/lib/producers/socket-receive-methods/permission-config-updated.service.d.ts +15 -0
  181. package/dist/lib/producers/socket-receive-methods/permission-updated.service.d.ts +17 -0
  182. package/dist/lib/producers/socket-receive-methods/person-joined.service.d.ts +1 -1
  183. package/dist/lib/producers/socket-receive-methods/producer-media-paused.service.d.ts +0 -80
  184. package/dist/lib/producers/socket-receive-methods/producer-media-resumed.service.d.ts +1 -1
  185. package/dist/lib/producers/socket-receive-methods/receive-control-media.service.d.ts +21 -0
  186. package/dist/lib/producers/socket-receive-methods/recording-notice.service.d.ts +1 -5
  187. package/dist/lib/producers/socket-receive-methods/removed-from-panelists.service.d.ts +15 -0
  188. package/dist/lib/producers/socket-receive-methods/room-record-params.service.d.ts +1 -1
  189. package/dist/lib/producers/socket-receive-methods/translation-receive-methods.service.d.ts +20 -0
  190. package/dist/lib/services/live-subtitle.service.d.ts +15 -0
  191. package/dist/lib/sockets/socket-manager.service.d.ts +1 -2
  192. package/dist/public-api.d.ts +42 -1
  193. package/package.json +106 -95
  194. package/dist/lib/methods/utils/producer/video-capture-constraints.service.d.ts +0 -177
@@ -139,1017 +139,1017 @@ export declare class ConfirmHereModal implements OnInit, OnDestroy {
139
139
  ngOnChanges(changes: SimpleChanges): void;
140
140
  ngOnDestroy(): void;
141
141
  getCombinedOverlayStyle(): {
142
- accentColor?: string | undefined;
143
- alignContent?: string | undefined;
144
- alignItems?: string | undefined;
145
- alignSelf?: string | undefined;
146
- alignmentBaseline?: string | undefined;
147
- all?: string | undefined;
148
- animation?: string | undefined;
149
- animationComposition?: string | undefined;
150
- animationDelay?: string | undefined;
151
- animationDirection?: string | undefined;
152
- animationDuration?: string | undefined;
153
- animationFillMode?: string | undefined;
154
- animationIterationCount?: string | undefined;
155
- animationName?: string | undefined;
156
- animationPlayState?: string | undefined;
157
- animationTimingFunction?: string | undefined;
158
- appearance?: string | undefined;
159
- aspectRatio?: string | undefined;
160
- backdropFilter?: string | undefined;
161
- backfaceVisibility?: string | undefined;
162
- background?: string | undefined;
163
- backgroundAttachment?: string | undefined;
164
- backgroundBlendMode?: string | undefined;
165
- backgroundClip?: string | undefined;
166
- backgroundColor?: string | undefined;
167
- backgroundImage?: string | undefined;
168
- backgroundOrigin?: string | undefined;
169
- backgroundPosition?: string | undefined;
170
- backgroundPositionX?: string | undefined;
171
- backgroundPositionY?: string | undefined;
172
- backgroundRepeat?: string | undefined;
173
- backgroundSize?: string | undefined;
174
- baselineShift?: string | undefined;
175
- baselineSource?: string | undefined;
176
- blockSize?: string | undefined;
177
- border?: string | undefined;
178
- borderBlock?: string | undefined;
179
- borderBlockColor?: string | undefined;
180
- borderBlockEnd?: string | undefined;
181
- borderBlockEndColor?: string | undefined;
182
- borderBlockEndStyle?: string | undefined;
183
- borderBlockEndWidth?: string | undefined;
184
- borderBlockStart?: string | undefined;
185
- borderBlockStartColor?: string | undefined;
186
- borderBlockStartStyle?: string | undefined;
187
- borderBlockStartWidth?: string | undefined;
188
- borderBlockStyle?: string | undefined;
189
- borderBlockWidth?: string | undefined;
190
- borderBottom?: string | undefined;
191
- borderBottomColor?: string | undefined;
192
- borderBottomLeftRadius?: string | undefined;
193
- borderBottomRightRadius?: string | undefined;
194
- borderBottomStyle?: string | undefined;
195
- borderBottomWidth?: string | undefined;
196
- borderCollapse?: string | undefined;
197
- borderColor?: string | undefined;
198
- borderEndEndRadius?: string | undefined;
199
- borderEndStartRadius?: string | undefined;
200
- borderImage?: string | undefined;
201
- borderImageOutset?: string | undefined;
202
- borderImageRepeat?: string | undefined;
203
- borderImageSlice?: string | undefined;
204
- borderImageSource?: string | undefined;
205
- borderImageWidth?: string | undefined;
206
- borderInline?: string | undefined;
207
- borderInlineColor?: string | undefined;
208
- borderInlineEnd?: string | undefined;
209
- borderInlineEndColor?: string | undefined;
210
- borderInlineEndStyle?: string | undefined;
211
- borderInlineEndWidth?: string | undefined;
212
- borderInlineStart?: string | undefined;
213
- borderInlineStartColor?: string | undefined;
214
- borderInlineStartStyle?: string | undefined;
215
- borderInlineStartWidth?: string | undefined;
216
- borderInlineStyle?: string | undefined;
217
- borderInlineWidth?: string | undefined;
218
- borderLeft?: string | undefined;
219
- borderLeftColor?: string | undefined;
220
- borderLeftStyle?: string | undefined;
221
- borderLeftWidth?: string | undefined;
222
- borderRadius?: string | undefined;
223
- borderRight?: string | undefined;
224
- borderRightColor?: string | undefined;
225
- borderRightStyle?: string | undefined;
226
- borderRightWidth?: string | undefined;
227
- borderSpacing?: string | undefined;
228
- borderStartEndRadius?: string | undefined;
229
- borderStartStartRadius?: string | undefined;
230
- borderStyle?: string | undefined;
231
- borderTop?: string | undefined;
232
- borderTopColor?: string | undefined;
233
- borderTopLeftRadius?: string | undefined;
234
- borderTopRightRadius?: string | undefined;
235
- borderTopStyle?: string | undefined;
236
- borderTopWidth?: string | undefined;
237
- borderWidth?: string | undefined;
238
- bottom?: string | undefined;
239
- boxShadow?: string | undefined;
240
- boxSizing?: string | undefined;
241
- breakAfter?: string | undefined;
242
- breakBefore?: string | undefined;
243
- breakInside?: string | undefined;
244
- captionSide?: string | undefined;
245
- caretColor?: string | undefined;
246
- clear?: string | undefined;
247
- clip?: string | undefined;
248
- clipPath?: string | undefined;
249
- clipRule?: string | undefined;
250
- color?: string | undefined;
251
- colorInterpolation?: string | undefined;
252
- colorInterpolationFilters?: string | undefined;
253
- colorScheme?: string | undefined;
254
- columnCount?: string | undefined;
255
- columnFill?: string | undefined;
256
- columnGap?: string | undefined;
257
- columnRule?: string | undefined;
258
- columnRuleColor?: string | undefined;
259
- columnRuleStyle?: string | undefined;
260
- columnRuleWidth?: string | undefined;
261
- columnSpan?: string | undefined;
262
- columnWidth?: string | undefined;
263
- columns?: string | undefined;
264
- contain?: string | undefined;
265
- containIntrinsicBlockSize?: string | undefined;
266
- containIntrinsicHeight?: string | undefined;
267
- containIntrinsicInlineSize?: string | undefined;
268
- containIntrinsicSize?: string | undefined;
269
- containIntrinsicWidth?: string | undefined;
270
- container?: string | undefined;
271
- containerName?: string | undefined;
272
- containerType?: string | undefined;
273
- content?: string | undefined;
274
- contentVisibility?: string | undefined;
275
- counterIncrement?: string | undefined;
276
- counterReset?: string | undefined;
277
- counterSet?: string | undefined;
278
- cssFloat?: string | undefined;
279
- cssText?: string | undefined;
280
- cursor?: string | undefined;
281
- cx?: string | undefined;
282
- cy?: string | undefined;
283
- d?: string | undefined;
284
- direction?: string | undefined;
142
+ accentColor?: string;
143
+ alignContent?: string;
144
+ alignItems?: string;
145
+ alignSelf?: string;
146
+ alignmentBaseline?: string;
147
+ all?: string;
148
+ animation?: string;
149
+ animationComposition?: string;
150
+ animationDelay?: string;
151
+ animationDirection?: string;
152
+ animationDuration?: string;
153
+ animationFillMode?: string;
154
+ animationIterationCount?: string;
155
+ animationName?: string;
156
+ animationPlayState?: string;
157
+ animationTimingFunction?: string;
158
+ appearance?: string;
159
+ aspectRatio?: string;
160
+ backdropFilter?: string;
161
+ backfaceVisibility?: string;
162
+ background?: string;
163
+ backgroundAttachment?: string;
164
+ backgroundBlendMode?: string;
165
+ backgroundClip?: string;
166
+ backgroundColor?: string;
167
+ backgroundImage?: string;
168
+ backgroundOrigin?: string;
169
+ backgroundPosition?: string;
170
+ backgroundPositionX?: string;
171
+ backgroundPositionY?: string;
172
+ backgroundRepeat?: string;
173
+ backgroundSize?: string;
174
+ baselineShift?: string;
175
+ baselineSource?: string;
176
+ blockSize?: string;
177
+ border?: string;
178
+ borderBlock?: string;
179
+ borderBlockColor?: string;
180
+ borderBlockEnd?: string;
181
+ borderBlockEndColor?: string;
182
+ borderBlockEndStyle?: string;
183
+ borderBlockEndWidth?: string;
184
+ borderBlockStart?: string;
185
+ borderBlockStartColor?: string;
186
+ borderBlockStartStyle?: string;
187
+ borderBlockStartWidth?: string;
188
+ borderBlockStyle?: string;
189
+ borderBlockWidth?: string;
190
+ borderBottom?: string;
191
+ borderBottomColor?: string;
192
+ borderBottomLeftRadius?: string;
193
+ borderBottomRightRadius?: string;
194
+ borderBottomStyle?: string;
195
+ borderBottomWidth?: string;
196
+ borderCollapse?: string;
197
+ borderColor?: string;
198
+ borderEndEndRadius?: string;
199
+ borderEndStartRadius?: string;
200
+ borderImage?: string;
201
+ borderImageOutset?: string;
202
+ borderImageRepeat?: string;
203
+ borderImageSlice?: string;
204
+ borderImageSource?: string;
205
+ borderImageWidth?: string;
206
+ borderInline?: string;
207
+ borderInlineColor?: string;
208
+ borderInlineEnd?: string;
209
+ borderInlineEndColor?: string;
210
+ borderInlineEndStyle?: string;
211
+ borderInlineEndWidth?: string;
212
+ borderInlineStart?: string;
213
+ borderInlineStartColor?: string;
214
+ borderInlineStartStyle?: string;
215
+ borderInlineStartWidth?: string;
216
+ borderInlineStyle?: string;
217
+ borderInlineWidth?: string;
218
+ borderLeft?: string;
219
+ borderLeftColor?: string;
220
+ borderLeftStyle?: string;
221
+ borderLeftWidth?: string;
222
+ borderRadius?: string;
223
+ borderRight?: string;
224
+ borderRightColor?: string;
225
+ borderRightStyle?: string;
226
+ borderRightWidth?: string;
227
+ borderSpacing?: string;
228
+ borderStartEndRadius?: string;
229
+ borderStartStartRadius?: string;
230
+ borderStyle?: string;
231
+ borderTop?: string;
232
+ borderTopColor?: string;
233
+ borderTopLeftRadius?: string;
234
+ borderTopRightRadius?: string;
235
+ borderTopStyle?: string;
236
+ borderTopWidth?: string;
237
+ borderWidth?: string;
238
+ bottom?: string;
239
+ boxShadow?: string;
240
+ boxSizing?: string;
241
+ breakAfter?: string;
242
+ breakBefore?: string;
243
+ breakInside?: string;
244
+ captionSide?: string;
245
+ caretColor?: string;
246
+ clear?: string;
247
+ clip?: string;
248
+ clipPath?: string;
249
+ clipRule?: string;
250
+ color?: string;
251
+ colorInterpolation?: string;
252
+ colorInterpolationFilters?: string;
253
+ colorScheme?: string;
254
+ columnCount?: string;
255
+ columnFill?: string;
256
+ columnGap?: string;
257
+ columnRule?: string;
258
+ columnRuleColor?: string;
259
+ columnRuleStyle?: string;
260
+ columnRuleWidth?: string;
261
+ columnSpan?: string;
262
+ columnWidth?: string;
263
+ columns?: string;
264
+ contain?: string;
265
+ containIntrinsicBlockSize?: string;
266
+ containIntrinsicHeight?: string;
267
+ containIntrinsicInlineSize?: string;
268
+ containIntrinsicSize?: string;
269
+ containIntrinsicWidth?: string;
270
+ container?: string;
271
+ containerName?: string;
272
+ containerType?: string;
273
+ content?: string;
274
+ contentVisibility?: string;
275
+ counterIncrement?: string;
276
+ counterReset?: string;
277
+ counterSet?: string;
278
+ cssFloat?: string;
279
+ cssText?: string;
280
+ cursor?: string;
281
+ cx?: string;
282
+ cy?: string;
283
+ d?: string;
284
+ direction?: string;
285
285
  display: string;
286
- dominantBaseline?: string | undefined;
287
- emptyCells?: string | undefined;
288
- fill?: string | undefined;
289
- fillOpacity?: string | undefined;
290
- fillRule?: string | undefined;
291
- filter?: string | undefined;
292
- flex?: string | undefined;
293
- flexBasis?: string | undefined;
294
- flexDirection?: string | undefined;
295
- flexFlow?: string | undefined;
296
- flexGrow?: string | undefined;
297
- flexShrink?: string | undefined;
298
- flexWrap?: string | undefined;
299
- float?: string | undefined;
300
- floodColor?: string | undefined;
301
- floodOpacity?: string | undefined;
302
- font?: string | undefined;
303
- fontFamily?: string | undefined;
304
- fontFeatureSettings?: string | undefined;
305
- fontKerning?: string | undefined;
306
- fontOpticalSizing?: string | undefined;
307
- fontPalette?: string | undefined;
308
- fontSize?: string | undefined;
309
- fontSizeAdjust?: string | undefined;
310
- fontStretch?: string | undefined;
311
- fontStyle?: string | undefined;
312
- fontSynthesis?: string | undefined;
313
- fontSynthesisSmallCaps?: string | undefined;
314
- fontSynthesisStyle?: string | undefined;
315
- fontSynthesisWeight?: string | undefined;
316
- fontVariant?: string | undefined;
317
- fontVariantAlternates?: string | undefined;
318
- fontVariantCaps?: string | undefined;
319
- fontVariantEastAsian?: string | undefined;
320
- fontVariantLigatures?: string | undefined;
321
- fontVariantNumeric?: string | undefined;
322
- fontVariantPosition?: string | undefined;
323
- fontVariationSettings?: string | undefined;
324
- fontWeight?: string | undefined;
325
- forcedColorAdjust?: string | undefined;
326
- gap?: string | undefined;
327
- grid?: string | undefined;
328
- gridArea?: string | undefined;
329
- gridAutoColumns?: string | undefined;
330
- gridAutoFlow?: string | undefined;
331
- gridAutoRows?: string | undefined;
332
- gridColumn?: string | undefined;
333
- gridColumnEnd?: string | undefined;
334
- gridColumnGap?: string | undefined;
335
- gridColumnStart?: string | undefined;
336
- gridGap?: string | undefined;
337
- gridRow?: string | undefined;
338
- gridRowEnd?: string | undefined;
339
- gridRowGap?: string | undefined;
340
- gridRowStart?: string | undefined;
341
- gridTemplate?: string | undefined;
342
- gridTemplateAreas?: string | undefined;
343
- gridTemplateColumns?: string | undefined;
344
- gridTemplateRows?: string | undefined;
345
- height?: string | undefined;
346
- hyphenateCharacter?: string | undefined;
347
- hyphens?: string | undefined;
348
- imageOrientation?: string | undefined;
349
- imageRendering?: string | undefined;
350
- inlineSize?: string | undefined;
351
- inset?: string | undefined;
352
- insetBlock?: string | undefined;
353
- insetBlockEnd?: string | undefined;
354
- insetBlockStart?: string | undefined;
355
- insetInline?: string | undefined;
356
- insetInlineEnd?: string | undefined;
357
- insetInlineStart?: string | undefined;
358
- isolation?: string | undefined;
359
- justifyContent?: string | undefined;
360
- justifyItems?: string | undefined;
361
- justifySelf?: string | undefined;
362
- left?: string | undefined;
363
- length?: number | undefined;
364
- letterSpacing?: string | undefined;
365
- lightingColor?: string | undefined;
366
- lineBreak?: string | undefined;
367
- lineHeight?: string | undefined;
368
- listStyle?: string | undefined;
369
- listStyleImage?: string | undefined;
370
- listStylePosition?: string | undefined;
371
- listStyleType?: string | undefined;
372
- margin?: string | undefined;
373
- marginBlock?: string | undefined;
374
- marginBlockEnd?: string | undefined;
375
- marginBlockStart?: string | undefined;
376
- marginBottom?: string | undefined;
377
- marginInline?: string | undefined;
378
- marginInlineEnd?: string | undefined;
379
- marginInlineStart?: string | undefined;
380
- marginLeft?: string | undefined;
381
- marginRight?: string | undefined;
382
- marginTop?: string | undefined;
383
- marker?: string | undefined;
384
- markerEnd?: string | undefined;
385
- markerMid?: string | undefined;
386
- markerStart?: string | undefined;
387
- mask?: string | undefined;
388
- maskClip?: string | undefined;
389
- maskComposite?: string | undefined;
390
- maskImage?: string | undefined;
391
- maskMode?: string | undefined;
392
- maskOrigin?: string | undefined;
393
- maskPosition?: string | undefined;
394
- maskRepeat?: string | undefined;
395
- maskSize?: string | undefined;
396
- maskType?: string | undefined;
397
- mathDepth?: string | undefined;
398
- mathStyle?: string | undefined;
399
- maxBlockSize?: string | undefined;
400
- maxHeight?: string | undefined;
401
- maxInlineSize?: string | undefined;
402
- maxWidth?: string | undefined;
403
- minBlockSize?: string | undefined;
404
- minHeight?: string | undefined;
405
- minInlineSize?: string | undefined;
406
- minWidth?: string | undefined;
407
- mixBlendMode?: string | undefined;
408
- objectFit?: string | undefined;
409
- objectPosition?: string | undefined;
410
- offset?: string | undefined;
411
- offsetAnchor?: string | undefined;
412
- offsetDistance?: string | undefined;
413
- offsetPath?: string | undefined;
414
- offsetPosition?: string | undefined;
415
- offsetRotate?: string | undefined;
416
- opacity?: string | undefined;
417
- order?: string | undefined;
418
- orphans?: string | undefined;
419
- outline?: string | undefined;
420
- outlineColor?: string | undefined;
421
- outlineOffset?: string | undefined;
422
- outlineStyle?: string | undefined;
423
- outlineWidth?: string | undefined;
424
- overflow?: string | undefined;
425
- overflowAnchor?: string | undefined;
426
- overflowClipMargin?: string | undefined;
427
- overflowWrap?: string | undefined;
428
- overflowX?: string | undefined;
429
- overflowY?: string | undefined;
430
- overscrollBehavior?: string | undefined;
431
- overscrollBehaviorBlock?: string | undefined;
432
- overscrollBehaviorInline?: string | undefined;
433
- overscrollBehaviorX?: string | undefined;
434
- overscrollBehaviorY?: string | undefined;
435
- padding?: string | undefined;
436
- paddingBlock?: string | undefined;
437
- paddingBlockEnd?: string | undefined;
438
- paddingBlockStart?: string | undefined;
439
- paddingBottom?: string | undefined;
440
- paddingInline?: string | undefined;
441
- paddingInlineEnd?: string | undefined;
442
- paddingInlineStart?: string | undefined;
443
- paddingLeft?: string | undefined;
444
- paddingRight?: string | undefined;
445
- paddingTop?: string | undefined;
446
- page?: string | undefined;
447
- pageBreakAfter?: string | undefined;
448
- pageBreakBefore?: string | undefined;
449
- pageBreakInside?: string | undefined;
450
- paintOrder?: string | undefined;
451
- parentRule?: CSSRule | null | undefined;
452
- perspective?: string | undefined;
453
- perspectiveOrigin?: string | undefined;
454
- placeContent?: string | undefined;
455
- placeItems?: string | undefined;
456
- placeSelf?: string | undefined;
457
- pointerEvents?: string | undefined;
458
- position?: string | undefined;
459
- printColorAdjust?: string | undefined;
460
- quotes?: string | undefined;
461
- r?: string | undefined;
462
- resize?: string | undefined;
463
- right?: string | undefined;
464
- rotate?: string | undefined;
465
- rowGap?: string | undefined;
466
- rubyPosition?: string | undefined;
467
- rx?: string | undefined;
468
- ry?: string | undefined;
469
- scale?: string | undefined;
470
- scrollBehavior?: string | undefined;
471
- scrollMargin?: string | undefined;
472
- scrollMarginBlock?: string | undefined;
473
- scrollMarginBlockEnd?: string | undefined;
474
- scrollMarginBlockStart?: string | undefined;
475
- scrollMarginBottom?: string | undefined;
476
- scrollMarginInline?: string | undefined;
477
- scrollMarginInlineEnd?: string | undefined;
478
- scrollMarginInlineStart?: string | undefined;
479
- scrollMarginLeft?: string | undefined;
480
- scrollMarginRight?: string | undefined;
481
- scrollMarginTop?: string | undefined;
482
- scrollPadding?: string | undefined;
483
- scrollPaddingBlock?: string | undefined;
484
- scrollPaddingBlockEnd?: string | undefined;
485
- scrollPaddingBlockStart?: string | undefined;
486
- scrollPaddingBottom?: string | undefined;
487
- scrollPaddingInline?: string | undefined;
488
- scrollPaddingInlineEnd?: string | undefined;
489
- scrollPaddingInlineStart?: string | undefined;
490
- scrollPaddingLeft?: string | undefined;
491
- scrollPaddingRight?: string | undefined;
492
- scrollPaddingTop?: string | undefined;
493
- scrollSnapAlign?: string | undefined;
494
- scrollSnapStop?: string | undefined;
495
- scrollSnapType?: string | undefined;
496
- scrollbarColor?: string | undefined;
497
- scrollbarGutter?: string | undefined;
498
- scrollbarWidth?: string | undefined;
499
- shapeImageThreshold?: string | undefined;
500
- shapeMargin?: string | undefined;
501
- shapeOutside?: string | undefined;
502
- shapeRendering?: string | undefined;
503
- stopColor?: string | undefined;
504
- stopOpacity?: string | undefined;
505
- stroke?: string | undefined;
506
- strokeDasharray?: string | undefined;
507
- strokeDashoffset?: string | undefined;
508
- strokeLinecap?: string | undefined;
509
- strokeLinejoin?: string | undefined;
510
- strokeMiterlimit?: string | undefined;
511
- strokeOpacity?: string | undefined;
512
- strokeWidth?: string | undefined;
513
- tabSize?: string | undefined;
514
- tableLayout?: string | undefined;
515
- textAlign?: string | undefined;
516
- textAlignLast?: string | undefined;
517
- textAnchor?: string | undefined;
518
- textCombineUpright?: string | undefined;
519
- textDecoration?: string | undefined;
520
- textDecorationColor?: string | undefined;
521
- textDecorationLine?: string | undefined;
522
- textDecorationSkipInk?: string | undefined;
523
- textDecorationStyle?: string | undefined;
524
- textDecorationThickness?: string | undefined;
525
- textEmphasis?: string | undefined;
526
- textEmphasisColor?: string | undefined;
527
- textEmphasisPosition?: string | undefined;
528
- textEmphasisStyle?: string | undefined;
529
- textIndent?: string | undefined;
530
- textOrientation?: string | undefined;
531
- textOverflow?: string | undefined;
532
- textRendering?: string | undefined;
533
- textShadow?: string | undefined;
534
- textTransform?: string | undefined;
535
- textUnderlineOffset?: string | undefined;
536
- textUnderlinePosition?: string | undefined;
537
- textWrap?: string | undefined;
538
- textWrapMode?: string | undefined;
539
- textWrapStyle?: string | undefined;
540
- top?: string | undefined;
541
- touchAction?: string | undefined;
542
- transform?: string | undefined;
543
- transformBox?: string | undefined;
544
- transformOrigin?: string | undefined;
545
- transformStyle?: string | undefined;
546
- transition?: string | undefined;
547
- transitionBehavior?: string | undefined;
548
- transitionDelay?: string | undefined;
549
- transitionDuration?: string | undefined;
550
- transitionProperty?: string | undefined;
551
- transitionTimingFunction?: string | undefined;
552
- translate?: string | undefined;
553
- unicodeBidi?: string | undefined;
554
- userSelect?: string | undefined;
555
- vectorEffect?: string | undefined;
556
- verticalAlign?: string | undefined;
557
- visibility?: string | undefined;
558
- webkitAlignContent?: string | undefined;
559
- webkitAlignItems?: string | undefined;
560
- webkitAlignSelf?: string | undefined;
561
- webkitAnimation?: string | undefined;
562
- webkitAnimationDelay?: string | undefined;
563
- webkitAnimationDirection?: string | undefined;
564
- webkitAnimationDuration?: string | undefined;
565
- webkitAnimationFillMode?: string | undefined;
566
- webkitAnimationIterationCount?: string | undefined;
567
- webkitAnimationName?: string | undefined;
568
- webkitAnimationPlayState?: string | undefined;
569
- webkitAnimationTimingFunction?: string | undefined;
570
- webkitAppearance?: string | undefined;
571
- webkitBackfaceVisibility?: string | undefined;
572
- webkitBackgroundClip?: string | undefined;
573
- webkitBackgroundOrigin?: string | undefined;
574
- webkitBackgroundSize?: string | undefined;
575
- webkitBorderBottomLeftRadius?: string | undefined;
576
- webkitBorderBottomRightRadius?: string | undefined;
577
- webkitBorderRadius?: string | undefined;
578
- webkitBorderTopLeftRadius?: string | undefined;
579
- webkitBorderTopRightRadius?: string | undefined;
580
- webkitBoxAlign?: string | undefined;
581
- webkitBoxFlex?: string | undefined;
582
- webkitBoxOrdinalGroup?: string | undefined;
583
- webkitBoxOrient?: string | undefined;
584
- webkitBoxPack?: string | undefined;
585
- webkitBoxShadow?: string | undefined;
586
- webkitBoxSizing?: string | undefined;
587
- webkitFilter?: string | undefined;
588
- webkitFlex?: string | undefined;
589
- webkitFlexBasis?: string | undefined;
590
- webkitFlexDirection?: string | undefined;
591
- webkitFlexFlow?: string | undefined;
592
- webkitFlexGrow?: string | undefined;
593
- webkitFlexShrink?: string | undefined;
594
- webkitFlexWrap?: string | undefined;
595
- webkitJustifyContent?: string | undefined;
596
- webkitLineClamp?: string | undefined;
597
- webkitMask?: string | undefined;
598
- webkitMaskBoxImage?: string | undefined;
599
- webkitMaskBoxImageOutset?: string | undefined;
600
- webkitMaskBoxImageRepeat?: string | undefined;
601
- webkitMaskBoxImageSlice?: string | undefined;
602
- webkitMaskBoxImageSource?: string | undefined;
603
- webkitMaskBoxImageWidth?: string | undefined;
604
- webkitMaskClip?: string | undefined;
605
- webkitMaskComposite?: string | undefined;
606
- webkitMaskImage?: string | undefined;
607
- webkitMaskOrigin?: string | undefined;
608
- webkitMaskPosition?: string | undefined;
609
- webkitMaskRepeat?: string | undefined;
610
- webkitMaskSize?: string | undefined;
611
- webkitOrder?: string | undefined;
612
- webkitPerspective?: string | undefined;
613
- webkitPerspectiveOrigin?: string | undefined;
614
- webkitTextFillColor?: string | undefined;
615
- webkitTextSizeAdjust?: string | undefined;
616
- webkitTextStroke?: string | undefined;
617
- webkitTextStrokeColor?: string | undefined;
618
- webkitTextStrokeWidth?: string | undefined;
619
- webkitTransform?: string | undefined;
620
- webkitTransformOrigin?: string | undefined;
621
- webkitTransformStyle?: string | undefined;
622
- webkitTransition?: string | undefined;
623
- webkitTransitionDelay?: string | undefined;
624
- webkitTransitionDuration?: string | undefined;
625
- webkitTransitionProperty?: string | undefined;
626
- webkitTransitionTimingFunction?: string | undefined;
627
- webkitUserSelect?: string | undefined;
628
- whiteSpace?: string | undefined;
629
- whiteSpaceCollapse?: string | undefined;
630
- widows?: string | undefined;
631
- width?: string | undefined;
632
- willChange?: string | undefined;
633
- wordBreak?: string | undefined;
634
- wordSpacing?: string | undefined;
635
- wordWrap?: string | undefined;
636
- writingMode?: string | undefined;
637
- x?: string | undefined;
638
- y?: string | undefined;
639
- zIndex?: string | undefined;
640
- zoom?: string | undefined;
641
- getPropertyPriority?: ((property: string) => string) | undefined;
642
- getPropertyValue?: ((property: string) => string) | undefined;
643
- item?: ((index: number) => string) | undefined;
644
- removeProperty?: ((property: string) => string) | undefined;
645
- setProperty?: ((property: string, value: string | null, priority?: string) => void) | undefined;
286
+ dominantBaseline?: string;
287
+ emptyCells?: string;
288
+ fill?: string;
289
+ fillOpacity?: string;
290
+ fillRule?: string;
291
+ filter?: string;
292
+ flex?: string;
293
+ flexBasis?: string;
294
+ flexDirection?: string;
295
+ flexFlow?: string;
296
+ flexGrow?: string;
297
+ flexShrink?: string;
298
+ flexWrap?: string;
299
+ float?: string;
300
+ floodColor?: string;
301
+ floodOpacity?: string;
302
+ font?: string;
303
+ fontFamily?: string;
304
+ fontFeatureSettings?: string;
305
+ fontKerning?: string;
306
+ fontOpticalSizing?: string;
307
+ fontPalette?: string;
308
+ fontSize?: string;
309
+ fontSizeAdjust?: string;
310
+ fontStretch?: string;
311
+ fontStyle?: string;
312
+ fontSynthesis?: string;
313
+ fontSynthesisSmallCaps?: string;
314
+ fontSynthesisStyle?: string;
315
+ fontSynthesisWeight?: string;
316
+ fontVariant?: string;
317
+ fontVariantAlternates?: string;
318
+ fontVariantCaps?: string;
319
+ fontVariantEastAsian?: string;
320
+ fontVariantLigatures?: string;
321
+ fontVariantNumeric?: string;
322
+ fontVariantPosition?: string;
323
+ fontVariationSettings?: string;
324
+ fontWeight?: string;
325
+ forcedColorAdjust?: string;
326
+ gap?: string;
327
+ grid?: string;
328
+ gridArea?: string;
329
+ gridAutoColumns?: string;
330
+ gridAutoFlow?: string;
331
+ gridAutoRows?: string;
332
+ gridColumn?: string;
333
+ gridColumnEnd?: string;
334
+ gridColumnGap?: string;
335
+ gridColumnStart?: string;
336
+ gridGap?: string;
337
+ gridRow?: string;
338
+ gridRowEnd?: string;
339
+ gridRowGap?: string;
340
+ gridRowStart?: string;
341
+ gridTemplate?: string;
342
+ gridTemplateAreas?: string;
343
+ gridTemplateColumns?: string;
344
+ gridTemplateRows?: string;
345
+ height?: string;
346
+ hyphenateCharacter?: string;
347
+ hyphens?: string;
348
+ imageOrientation?: string;
349
+ imageRendering?: string;
350
+ inlineSize?: string;
351
+ inset?: string;
352
+ insetBlock?: string;
353
+ insetBlockEnd?: string;
354
+ insetBlockStart?: string;
355
+ insetInline?: string;
356
+ insetInlineEnd?: string;
357
+ insetInlineStart?: string;
358
+ isolation?: string;
359
+ justifyContent?: string;
360
+ justifyItems?: string;
361
+ justifySelf?: string;
362
+ left?: string;
363
+ length?: number;
364
+ letterSpacing?: string;
365
+ lightingColor?: string;
366
+ lineBreak?: string;
367
+ lineHeight?: string;
368
+ listStyle?: string;
369
+ listStyleImage?: string;
370
+ listStylePosition?: string;
371
+ listStyleType?: string;
372
+ margin?: string;
373
+ marginBlock?: string;
374
+ marginBlockEnd?: string;
375
+ marginBlockStart?: string;
376
+ marginBottom?: string;
377
+ marginInline?: string;
378
+ marginInlineEnd?: string;
379
+ marginInlineStart?: string;
380
+ marginLeft?: string;
381
+ marginRight?: string;
382
+ marginTop?: string;
383
+ marker?: string;
384
+ markerEnd?: string;
385
+ markerMid?: string;
386
+ markerStart?: string;
387
+ mask?: string;
388
+ maskClip?: string;
389
+ maskComposite?: string;
390
+ maskImage?: string;
391
+ maskMode?: string;
392
+ maskOrigin?: string;
393
+ maskPosition?: string;
394
+ maskRepeat?: string;
395
+ maskSize?: string;
396
+ maskType?: string;
397
+ mathDepth?: string;
398
+ mathStyle?: string;
399
+ maxBlockSize?: string;
400
+ maxHeight?: string;
401
+ maxInlineSize?: string;
402
+ maxWidth?: string;
403
+ minBlockSize?: string;
404
+ minHeight?: string;
405
+ minInlineSize?: string;
406
+ minWidth?: string;
407
+ mixBlendMode?: string;
408
+ objectFit?: string;
409
+ objectPosition?: string;
410
+ offset?: string;
411
+ offsetAnchor?: string;
412
+ offsetDistance?: string;
413
+ offsetPath?: string;
414
+ offsetPosition?: string;
415
+ offsetRotate?: string;
416
+ opacity?: string;
417
+ order?: string;
418
+ orphans?: string;
419
+ outline?: string;
420
+ outlineColor?: string;
421
+ outlineOffset?: string;
422
+ outlineStyle?: string;
423
+ outlineWidth?: string;
424
+ overflow?: string;
425
+ overflowAnchor?: string;
426
+ overflowClipMargin?: string;
427
+ overflowWrap?: string;
428
+ overflowX?: string;
429
+ overflowY?: string;
430
+ overscrollBehavior?: string;
431
+ overscrollBehaviorBlock?: string;
432
+ overscrollBehaviorInline?: string;
433
+ overscrollBehaviorX?: string;
434
+ overscrollBehaviorY?: string;
435
+ padding?: string;
436
+ paddingBlock?: string;
437
+ paddingBlockEnd?: string;
438
+ paddingBlockStart?: string;
439
+ paddingBottom?: string;
440
+ paddingInline?: string;
441
+ paddingInlineEnd?: string;
442
+ paddingInlineStart?: string;
443
+ paddingLeft?: string;
444
+ paddingRight?: string;
445
+ paddingTop?: string;
446
+ page?: string;
447
+ pageBreakAfter?: string;
448
+ pageBreakBefore?: string;
449
+ pageBreakInside?: string;
450
+ paintOrder?: string;
451
+ parentRule?: CSSRule | null;
452
+ perspective?: string;
453
+ perspectiveOrigin?: string;
454
+ placeContent?: string;
455
+ placeItems?: string;
456
+ placeSelf?: string;
457
+ pointerEvents?: string;
458
+ position?: string;
459
+ printColorAdjust?: string;
460
+ quotes?: string;
461
+ r?: string;
462
+ resize?: string;
463
+ right?: string;
464
+ rotate?: string;
465
+ rowGap?: string;
466
+ rubyPosition?: string;
467
+ rx?: string;
468
+ ry?: string;
469
+ scale?: string;
470
+ scrollBehavior?: string;
471
+ scrollMargin?: string;
472
+ scrollMarginBlock?: string;
473
+ scrollMarginBlockEnd?: string;
474
+ scrollMarginBlockStart?: string;
475
+ scrollMarginBottom?: string;
476
+ scrollMarginInline?: string;
477
+ scrollMarginInlineEnd?: string;
478
+ scrollMarginInlineStart?: string;
479
+ scrollMarginLeft?: string;
480
+ scrollMarginRight?: string;
481
+ scrollMarginTop?: string;
482
+ scrollPadding?: string;
483
+ scrollPaddingBlock?: string;
484
+ scrollPaddingBlockEnd?: string;
485
+ scrollPaddingBlockStart?: string;
486
+ scrollPaddingBottom?: string;
487
+ scrollPaddingInline?: string;
488
+ scrollPaddingInlineEnd?: string;
489
+ scrollPaddingInlineStart?: string;
490
+ scrollPaddingLeft?: string;
491
+ scrollPaddingRight?: string;
492
+ scrollPaddingTop?: string;
493
+ scrollSnapAlign?: string;
494
+ scrollSnapStop?: string;
495
+ scrollSnapType?: string;
496
+ scrollbarColor?: string;
497
+ scrollbarGutter?: string;
498
+ scrollbarWidth?: string;
499
+ shapeImageThreshold?: string;
500
+ shapeMargin?: string;
501
+ shapeOutside?: string;
502
+ shapeRendering?: string;
503
+ stopColor?: string;
504
+ stopOpacity?: string;
505
+ stroke?: string;
506
+ strokeDasharray?: string;
507
+ strokeDashoffset?: string;
508
+ strokeLinecap?: string;
509
+ strokeLinejoin?: string;
510
+ strokeMiterlimit?: string;
511
+ strokeOpacity?: string;
512
+ strokeWidth?: string;
513
+ tabSize?: string;
514
+ tableLayout?: string;
515
+ textAlign?: string;
516
+ textAlignLast?: string;
517
+ textAnchor?: string;
518
+ textCombineUpright?: string;
519
+ textDecoration?: string;
520
+ textDecorationColor?: string;
521
+ textDecorationLine?: string;
522
+ textDecorationSkipInk?: string;
523
+ textDecorationStyle?: string;
524
+ textDecorationThickness?: string;
525
+ textEmphasis?: string;
526
+ textEmphasisColor?: string;
527
+ textEmphasisPosition?: string;
528
+ textEmphasisStyle?: string;
529
+ textIndent?: string;
530
+ textOrientation?: string;
531
+ textOverflow?: string;
532
+ textRendering?: string;
533
+ textShadow?: string;
534
+ textTransform?: string;
535
+ textUnderlineOffset?: string;
536
+ textUnderlinePosition?: string;
537
+ textWrap?: string;
538
+ textWrapMode?: string;
539
+ textWrapStyle?: string;
540
+ top?: string;
541
+ touchAction?: string;
542
+ transform?: string;
543
+ transformBox?: string;
544
+ transformOrigin?: string;
545
+ transformStyle?: string;
546
+ transition?: string;
547
+ transitionBehavior?: string;
548
+ transitionDelay?: string;
549
+ transitionDuration?: string;
550
+ transitionProperty?: string;
551
+ transitionTimingFunction?: string;
552
+ translate?: string;
553
+ unicodeBidi?: string;
554
+ userSelect?: string;
555
+ vectorEffect?: string;
556
+ verticalAlign?: string;
557
+ visibility?: string;
558
+ webkitAlignContent?: string;
559
+ webkitAlignItems?: string;
560
+ webkitAlignSelf?: string;
561
+ webkitAnimation?: string;
562
+ webkitAnimationDelay?: string;
563
+ webkitAnimationDirection?: string;
564
+ webkitAnimationDuration?: string;
565
+ webkitAnimationFillMode?: string;
566
+ webkitAnimationIterationCount?: string;
567
+ webkitAnimationName?: string;
568
+ webkitAnimationPlayState?: string;
569
+ webkitAnimationTimingFunction?: string;
570
+ webkitAppearance?: string;
571
+ webkitBackfaceVisibility?: string;
572
+ webkitBackgroundClip?: string;
573
+ webkitBackgroundOrigin?: string;
574
+ webkitBackgroundSize?: string;
575
+ webkitBorderBottomLeftRadius?: string;
576
+ webkitBorderBottomRightRadius?: string;
577
+ webkitBorderRadius?: string;
578
+ webkitBorderTopLeftRadius?: string;
579
+ webkitBorderTopRightRadius?: string;
580
+ webkitBoxAlign?: string;
581
+ webkitBoxFlex?: string;
582
+ webkitBoxOrdinalGroup?: string;
583
+ webkitBoxOrient?: string;
584
+ webkitBoxPack?: string;
585
+ webkitBoxShadow?: string;
586
+ webkitBoxSizing?: string;
587
+ webkitFilter?: string;
588
+ webkitFlex?: string;
589
+ webkitFlexBasis?: string;
590
+ webkitFlexDirection?: string;
591
+ webkitFlexFlow?: string;
592
+ webkitFlexGrow?: string;
593
+ webkitFlexShrink?: string;
594
+ webkitFlexWrap?: string;
595
+ webkitJustifyContent?: string;
596
+ webkitLineClamp?: string;
597
+ webkitMask?: string;
598
+ webkitMaskBoxImage?: string;
599
+ webkitMaskBoxImageOutset?: string;
600
+ webkitMaskBoxImageRepeat?: string;
601
+ webkitMaskBoxImageSlice?: string;
602
+ webkitMaskBoxImageSource?: string;
603
+ webkitMaskBoxImageWidth?: string;
604
+ webkitMaskClip?: string;
605
+ webkitMaskComposite?: string;
606
+ webkitMaskImage?: string;
607
+ webkitMaskOrigin?: string;
608
+ webkitMaskPosition?: string;
609
+ webkitMaskRepeat?: string;
610
+ webkitMaskSize?: string;
611
+ webkitOrder?: string;
612
+ webkitPerspective?: string;
613
+ webkitPerspectiveOrigin?: string;
614
+ webkitTextFillColor?: string;
615
+ webkitTextSizeAdjust?: string;
616
+ webkitTextStroke?: string;
617
+ webkitTextStrokeColor?: string;
618
+ webkitTextStrokeWidth?: string;
619
+ webkitTransform?: string;
620
+ webkitTransformOrigin?: string;
621
+ webkitTransformStyle?: string;
622
+ webkitTransition?: string;
623
+ webkitTransitionDelay?: string;
624
+ webkitTransitionDuration?: string;
625
+ webkitTransitionProperty?: string;
626
+ webkitTransitionTimingFunction?: string;
627
+ webkitUserSelect?: string;
628
+ whiteSpace?: string;
629
+ whiteSpaceCollapse?: string;
630
+ widows?: string;
631
+ width?: string;
632
+ willChange?: string;
633
+ wordBreak?: string;
634
+ wordSpacing?: string;
635
+ wordWrap?: string;
636
+ writingMode?: string;
637
+ x?: string;
638
+ y?: string;
639
+ zIndex?: string;
640
+ zoom?: string;
641
+ getPropertyPriority?: (property: string) => string;
642
+ getPropertyValue?: (property: string) => string;
643
+ item?: (index: number) => string;
644
+ removeProperty?: (property: string) => string;
645
+ setProperty?: (property: string, value: string | null, priority?: string) => void;
646
646
  'background-color': string;
647
647
  };
648
648
  getCombinedContentStyle(): {
649
- accentColor?: string | undefined;
650
- alignContent?: string | undefined;
651
- alignItems?: string | undefined;
652
- alignSelf?: string | undefined;
653
- alignmentBaseline?: string | undefined;
654
- all?: string | undefined;
655
- animation?: string | undefined;
656
- animationComposition?: string | undefined;
657
- animationDelay?: string | undefined;
658
- animationDirection?: string | undefined;
659
- animationDuration?: string | undefined;
660
- animationFillMode?: string | undefined;
661
- animationIterationCount?: string | undefined;
662
- animationName?: string | undefined;
663
- animationPlayState?: string | undefined;
664
- animationTimingFunction?: string | undefined;
665
- appearance?: string | undefined;
666
- aspectRatio?: string | undefined;
667
- backdropFilter?: string | undefined;
668
- backfaceVisibility?: string | undefined;
669
- background?: string | undefined;
670
- backgroundAttachment?: string | undefined;
671
- backgroundBlendMode?: string | undefined;
672
- backgroundClip?: string | undefined;
673
- backgroundColor?: string | undefined;
674
- backgroundImage?: string | undefined;
675
- backgroundOrigin?: string | undefined;
676
- backgroundPosition?: string | undefined;
677
- backgroundPositionX?: string | undefined;
678
- backgroundPositionY?: string | undefined;
679
- backgroundRepeat?: string | undefined;
680
- backgroundSize?: string | undefined;
681
- baselineShift?: string | undefined;
682
- baselineSource?: string | undefined;
683
- blockSize?: string | undefined;
684
- border?: string | undefined;
685
- borderBlock?: string | undefined;
686
- borderBlockColor?: string | undefined;
687
- borderBlockEnd?: string | undefined;
688
- borderBlockEndColor?: string | undefined;
689
- borderBlockEndStyle?: string | undefined;
690
- borderBlockEndWidth?: string | undefined;
691
- borderBlockStart?: string | undefined;
692
- borderBlockStartColor?: string | undefined;
693
- borderBlockStartStyle?: string | undefined;
694
- borderBlockStartWidth?: string | undefined;
695
- borderBlockStyle?: string | undefined;
696
- borderBlockWidth?: string | undefined;
697
- borderBottom?: string | undefined;
698
- borderBottomColor?: string | undefined;
699
- borderBottomLeftRadius?: string | undefined;
700
- borderBottomRightRadius?: string | undefined;
701
- borderBottomStyle?: string | undefined;
702
- borderBottomWidth?: string | undefined;
703
- borderCollapse?: string | undefined;
704
- borderColor?: string | undefined;
705
- borderEndEndRadius?: string | undefined;
706
- borderEndStartRadius?: string | undefined;
707
- borderImage?: string | undefined;
708
- borderImageOutset?: string | undefined;
709
- borderImageRepeat?: string | undefined;
710
- borderImageSlice?: string | undefined;
711
- borderImageSource?: string | undefined;
712
- borderImageWidth?: string | undefined;
713
- borderInline?: string | undefined;
714
- borderInlineColor?: string | undefined;
715
- borderInlineEnd?: string | undefined;
716
- borderInlineEndColor?: string | undefined;
717
- borderInlineEndStyle?: string | undefined;
718
- borderInlineEndWidth?: string | undefined;
719
- borderInlineStart?: string | undefined;
720
- borderInlineStartColor?: string | undefined;
721
- borderInlineStartStyle?: string | undefined;
722
- borderInlineStartWidth?: string | undefined;
723
- borderInlineStyle?: string | undefined;
724
- borderInlineWidth?: string | undefined;
725
- borderLeft?: string | undefined;
726
- borderLeftColor?: string | undefined;
727
- borderLeftStyle?: string | undefined;
728
- borderLeftWidth?: string | undefined;
729
- borderRadius?: string | undefined;
730
- borderRight?: string | undefined;
731
- borderRightColor?: string | undefined;
732
- borderRightStyle?: string | undefined;
733
- borderRightWidth?: string | undefined;
734
- borderSpacing?: string | undefined;
735
- borderStartEndRadius?: string | undefined;
736
- borderStartStartRadius?: string | undefined;
737
- borderStyle?: string | undefined;
738
- borderTop?: string | undefined;
739
- borderTopColor?: string | undefined;
740
- borderTopLeftRadius?: string | undefined;
741
- borderTopRightRadius?: string | undefined;
742
- borderTopStyle?: string | undefined;
743
- borderTopWidth?: string | undefined;
744
- borderWidth?: string | undefined;
745
- bottom?: string | undefined;
746
- boxShadow?: string | undefined;
747
- boxSizing?: string | undefined;
748
- breakAfter?: string | undefined;
749
- breakBefore?: string | undefined;
750
- breakInside?: string | undefined;
751
- captionSide?: string | undefined;
752
- caretColor?: string | undefined;
753
- clear?: string | undefined;
754
- clip?: string | undefined;
755
- clipPath?: string | undefined;
756
- clipRule?: string | undefined;
757
- color?: string | undefined;
758
- colorInterpolation?: string | undefined;
759
- colorInterpolationFilters?: string | undefined;
760
- colorScheme?: string | undefined;
761
- columnCount?: string | undefined;
762
- columnFill?: string | undefined;
763
- columnGap?: string | undefined;
764
- columnRule?: string | undefined;
765
- columnRuleColor?: string | undefined;
766
- columnRuleStyle?: string | undefined;
767
- columnRuleWidth?: string | undefined;
768
- columnSpan?: string | undefined;
769
- columnWidth?: string | undefined;
770
- columns?: string | undefined;
771
- contain?: string | undefined;
772
- containIntrinsicBlockSize?: string | undefined;
773
- containIntrinsicHeight?: string | undefined;
774
- containIntrinsicInlineSize?: string | undefined;
775
- containIntrinsicSize?: string | undefined;
776
- containIntrinsicWidth?: string | undefined;
777
- container?: string | undefined;
778
- containerName?: string | undefined;
779
- containerType?: string | undefined;
780
- content?: string | undefined;
781
- contentVisibility?: string | undefined;
782
- counterIncrement?: string | undefined;
783
- counterReset?: string | undefined;
784
- counterSet?: string | undefined;
785
- cssFloat?: string | undefined;
786
- cssText?: string | undefined;
787
- cursor?: string | undefined;
788
- cx?: string | undefined;
789
- cy?: string | undefined;
790
- d?: string | undefined;
791
- direction?: string | undefined;
792
- display?: string | undefined;
793
- dominantBaseline?: string | undefined;
794
- emptyCells?: string | undefined;
795
- fill?: string | undefined;
796
- fillOpacity?: string | undefined;
797
- fillRule?: string | undefined;
798
- filter?: string | undefined;
799
- flex?: string | undefined;
800
- flexBasis?: string | undefined;
801
- flexDirection?: string | undefined;
802
- flexFlow?: string | undefined;
803
- flexGrow?: string | undefined;
804
- flexShrink?: string | undefined;
805
- flexWrap?: string | undefined;
806
- float?: string | undefined;
807
- floodColor?: string | undefined;
808
- floodOpacity?: string | undefined;
809
- font?: string | undefined;
810
- fontFamily?: string | undefined;
811
- fontFeatureSettings?: string | undefined;
812
- fontKerning?: string | undefined;
813
- fontOpticalSizing?: string | undefined;
814
- fontPalette?: string | undefined;
815
- fontSize?: string | undefined;
816
- fontSizeAdjust?: string | undefined;
817
- fontStretch?: string | undefined;
818
- fontStyle?: string | undefined;
819
- fontSynthesis?: string | undefined;
820
- fontSynthesisSmallCaps?: string | undefined;
821
- fontSynthesisStyle?: string | undefined;
822
- fontSynthesisWeight?: string | undefined;
823
- fontVariant?: string | undefined;
824
- fontVariantAlternates?: string | undefined;
825
- fontVariantCaps?: string | undefined;
826
- fontVariantEastAsian?: string | undefined;
827
- fontVariantLigatures?: string | undefined;
828
- fontVariantNumeric?: string | undefined;
829
- fontVariantPosition?: string | undefined;
830
- fontVariationSettings?: string | undefined;
831
- fontWeight?: string | undefined;
832
- forcedColorAdjust?: string | undefined;
833
- gap?: string | undefined;
834
- grid?: string | undefined;
835
- gridArea?: string | undefined;
836
- gridAutoColumns?: string | undefined;
837
- gridAutoFlow?: string | undefined;
838
- gridAutoRows?: string | undefined;
839
- gridColumn?: string | undefined;
840
- gridColumnEnd?: string | undefined;
841
- gridColumnGap?: string | undefined;
842
- gridColumnStart?: string | undefined;
843
- gridGap?: string | undefined;
844
- gridRow?: string | undefined;
845
- gridRowEnd?: string | undefined;
846
- gridRowGap?: string | undefined;
847
- gridRowStart?: string | undefined;
848
- gridTemplate?: string | undefined;
849
- gridTemplateAreas?: string | undefined;
850
- gridTemplateColumns?: string | undefined;
851
- gridTemplateRows?: string | undefined;
852
- height?: string | undefined;
853
- hyphenateCharacter?: string | undefined;
854
- hyphens?: string | undefined;
855
- imageOrientation?: string | undefined;
856
- imageRendering?: string | undefined;
857
- inlineSize?: string | undefined;
858
- inset?: string | undefined;
859
- insetBlock?: string | undefined;
860
- insetBlockEnd?: string | undefined;
861
- insetBlockStart?: string | undefined;
862
- insetInline?: string | undefined;
863
- insetInlineEnd?: string | undefined;
864
- insetInlineStart?: string | undefined;
865
- isolation?: string | undefined;
866
- justifyContent?: string | undefined;
867
- justifyItems?: string | undefined;
868
- justifySelf?: string | undefined;
649
+ accentColor?: string;
650
+ alignContent?: string;
651
+ alignItems?: string;
652
+ alignSelf?: string;
653
+ alignmentBaseline?: string;
654
+ all?: string;
655
+ animation?: string;
656
+ animationComposition?: string;
657
+ animationDelay?: string;
658
+ animationDirection?: string;
659
+ animationDuration?: string;
660
+ animationFillMode?: string;
661
+ animationIterationCount?: string;
662
+ animationName?: string;
663
+ animationPlayState?: string;
664
+ animationTimingFunction?: string;
665
+ appearance?: string;
666
+ aspectRatio?: string;
667
+ backdropFilter?: string;
668
+ backfaceVisibility?: string;
669
+ background?: string;
670
+ backgroundAttachment?: string;
671
+ backgroundBlendMode?: string;
672
+ backgroundClip?: string;
673
+ backgroundColor?: string;
674
+ backgroundImage?: string;
675
+ backgroundOrigin?: string;
676
+ backgroundPosition?: string;
677
+ backgroundPositionX?: string;
678
+ backgroundPositionY?: string;
679
+ backgroundRepeat?: string;
680
+ backgroundSize?: string;
681
+ baselineShift?: string;
682
+ baselineSource?: string;
683
+ blockSize?: string;
684
+ border?: string;
685
+ borderBlock?: string;
686
+ borderBlockColor?: string;
687
+ borderBlockEnd?: string;
688
+ borderBlockEndColor?: string;
689
+ borderBlockEndStyle?: string;
690
+ borderBlockEndWidth?: string;
691
+ borderBlockStart?: string;
692
+ borderBlockStartColor?: string;
693
+ borderBlockStartStyle?: string;
694
+ borderBlockStartWidth?: string;
695
+ borderBlockStyle?: string;
696
+ borderBlockWidth?: string;
697
+ borderBottom?: string;
698
+ borderBottomColor?: string;
699
+ borderBottomLeftRadius?: string;
700
+ borderBottomRightRadius?: string;
701
+ borderBottomStyle?: string;
702
+ borderBottomWidth?: string;
703
+ borderCollapse?: string;
704
+ borderColor?: string;
705
+ borderEndEndRadius?: string;
706
+ borderEndStartRadius?: string;
707
+ borderImage?: string;
708
+ borderImageOutset?: string;
709
+ borderImageRepeat?: string;
710
+ borderImageSlice?: string;
711
+ borderImageSource?: string;
712
+ borderImageWidth?: string;
713
+ borderInline?: string;
714
+ borderInlineColor?: string;
715
+ borderInlineEnd?: string;
716
+ borderInlineEndColor?: string;
717
+ borderInlineEndStyle?: string;
718
+ borderInlineEndWidth?: string;
719
+ borderInlineStart?: string;
720
+ borderInlineStartColor?: string;
721
+ borderInlineStartStyle?: string;
722
+ borderInlineStartWidth?: string;
723
+ borderInlineStyle?: string;
724
+ borderInlineWidth?: string;
725
+ borderLeft?: string;
726
+ borderLeftColor?: string;
727
+ borderLeftStyle?: string;
728
+ borderLeftWidth?: string;
729
+ borderRadius?: string;
730
+ borderRight?: string;
731
+ borderRightColor?: string;
732
+ borderRightStyle?: string;
733
+ borderRightWidth?: string;
734
+ borderSpacing?: string;
735
+ borderStartEndRadius?: string;
736
+ borderStartStartRadius?: string;
737
+ borderStyle?: string;
738
+ borderTop?: string;
739
+ borderTopColor?: string;
740
+ borderTopLeftRadius?: string;
741
+ borderTopRightRadius?: string;
742
+ borderTopStyle?: string;
743
+ borderTopWidth?: string;
744
+ borderWidth?: string;
745
+ bottom?: string;
746
+ boxShadow?: string;
747
+ boxSizing?: string;
748
+ breakAfter?: string;
749
+ breakBefore?: string;
750
+ breakInside?: string;
751
+ captionSide?: string;
752
+ caretColor?: string;
753
+ clear?: string;
754
+ clip?: string;
755
+ clipPath?: string;
756
+ clipRule?: string;
757
+ color?: string;
758
+ colorInterpolation?: string;
759
+ colorInterpolationFilters?: string;
760
+ colorScheme?: string;
761
+ columnCount?: string;
762
+ columnFill?: string;
763
+ columnGap?: string;
764
+ columnRule?: string;
765
+ columnRuleColor?: string;
766
+ columnRuleStyle?: string;
767
+ columnRuleWidth?: string;
768
+ columnSpan?: string;
769
+ columnWidth?: string;
770
+ columns?: string;
771
+ contain?: string;
772
+ containIntrinsicBlockSize?: string;
773
+ containIntrinsicHeight?: string;
774
+ containIntrinsicInlineSize?: string;
775
+ containIntrinsicSize?: string;
776
+ containIntrinsicWidth?: string;
777
+ container?: string;
778
+ containerName?: string;
779
+ containerType?: string;
780
+ content?: string;
781
+ contentVisibility?: string;
782
+ counterIncrement?: string;
783
+ counterReset?: string;
784
+ counterSet?: string;
785
+ cssFloat?: string;
786
+ cssText?: string;
787
+ cursor?: string;
788
+ cx?: string;
789
+ cy?: string;
790
+ d?: string;
791
+ direction?: string;
792
+ display?: string;
793
+ dominantBaseline?: string;
794
+ emptyCells?: string;
795
+ fill?: string;
796
+ fillOpacity?: string;
797
+ fillRule?: string;
798
+ filter?: string;
799
+ flex?: string;
800
+ flexBasis?: string;
801
+ flexDirection?: string;
802
+ flexFlow?: string;
803
+ flexGrow?: string;
804
+ flexShrink?: string;
805
+ flexWrap?: string;
806
+ float?: string;
807
+ floodColor?: string;
808
+ floodOpacity?: string;
809
+ font?: string;
810
+ fontFamily?: string;
811
+ fontFeatureSettings?: string;
812
+ fontKerning?: string;
813
+ fontOpticalSizing?: string;
814
+ fontPalette?: string;
815
+ fontSize?: string;
816
+ fontSizeAdjust?: string;
817
+ fontStretch?: string;
818
+ fontStyle?: string;
819
+ fontSynthesis?: string;
820
+ fontSynthesisSmallCaps?: string;
821
+ fontSynthesisStyle?: string;
822
+ fontSynthesisWeight?: string;
823
+ fontVariant?: string;
824
+ fontVariantAlternates?: string;
825
+ fontVariantCaps?: string;
826
+ fontVariantEastAsian?: string;
827
+ fontVariantLigatures?: string;
828
+ fontVariantNumeric?: string;
829
+ fontVariantPosition?: string;
830
+ fontVariationSettings?: string;
831
+ fontWeight?: string;
832
+ forcedColorAdjust?: string;
833
+ gap?: string;
834
+ grid?: string;
835
+ gridArea?: string;
836
+ gridAutoColumns?: string;
837
+ gridAutoFlow?: string;
838
+ gridAutoRows?: string;
839
+ gridColumn?: string;
840
+ gridColumnEnd?: string;
841
+ gridColumnGap?: string;
842
+ gridColumnStart?: string;
843
+ gridGap?: string;
844
+ gridRow?: string;
845
+ gridRowEnd?: string;
846
+ gridRowGap?: string;
847
+ gridRowStart?: string;
848
+ gridTemplate?: string;
849
+ gridTemplateAreas?: string;
850
+ gridTemplateColumns?: string;
851
+ gridTemplateRows?: string;
852
+ height?: string;
853
+ hyphenateCharacter?: string;
854
+ hyphens?: string;
855
+ imageOrientation?: string;
856
+ imageRendering?: string;
857
+ inlineSize?: string;
858
+ inset?: string;
859
+ insetBlock?: string;
860
+ insetBlockEnd?: string;
861
+ insetBlockStart?: string;
862
+ insetInline?: string;
863
+ insetInlineEnd?: string;
864
+ insetInlineStart?: string;
865
+ isolation?: string;
866
+ justifyContent?: string;
867
+ justifyItems?: string;
868
+ justifySelf?: string;
869
869
  left: string;
870
- length?: number | undefined;
871
- letterSpacing?: string | undefined;
872
- lightingColor?: string | undefined;
873
- lineBreak?: string | undefined;
874
- lineHeight?: string | undefined;
875
- listStyle?: string | undefined;
876
- listStyleImage?: string | undefined;
877
- listStylePosition?: string | undefined;
878
- listStyleType?: string | undefined;
879
- margin?: string | undefined;
880
- marginBlock?: string | undefined;
881
- marginBlockEnd?: string | undefined;
882
- marginBlockStart?: string | undefined;
883
- marginBottom?: string | undefined;
884
- marginInline?: string | undefined;
885
- marginInlineEnd?: string | undefined;
886
- marginInlineStart?: string | undefined;
887
- marginLeft?: string | undefined;
888
- marginRight?: string | undefined;
889
- marginTop?: string | undefined;
890
- marker?: string | undefined;
891
- markerEnd?: string | undefined;
892
- markerMid?: string | undefined;
893
- markerStart?: string | undefined;
894
- mask?: string | undefined;
895
- maskClip?: string | undefined;
896
- maskComposite?: string | undefined;
897
- maskImage?: string | undefined;
898
- maskMode?: string | undefined;
899
- maskOrigin?: string | undefined;
900
- maskPosition?: string | undefined;
901
- maskRepeat?: string | undefined;
902
- maskSize?: string | undefined;
903
- maskType?: string | undefined;
904
- mathDepth?: string | undefined;
905
- mathStyle?: string | undefined;
906
- maxBlockSize?: string | undefined;
907
- maxHeight?: string | undefined;
908
- maxInlineSize?: string | undefined;
909
- maxWidth?: string | undefined;
910
- minBlockSize?: string | undefined;
911
- minHeight?: string | undefined;
912
- minInlineSize?: string | undefined;
913
- minWidth?: string | undefined;
914
- mixBlendMode?: string | undefined;
915
- objectFit?: string | undefined;
916
- objectPosition?: string | undefined;
917
- offset?: string | undefined;
918
- offsetAnchor?: string | undefined;
919
- offsetDistance?: string | undefined;
920
- offsetPath?: string | undefined;
921
- offsetPosition?: string | undefined;
922
- offsetRotate?: string | undefined;
923
- opacity?: string | undefined;
924
- order?: string | undefined;
925
- orphans?: string | undefined;
926
- outline?: string | undefined;
927
- outlineColor?: string | undefined;
928
- outlineOffset?: string | undefined;
929
- outlineStyle?: string | undefined;
930
- outlineWidth?: string | undefined;
931
- overflow?: string | undefined;
932
- overflowAnchor?: string | undefined;
933
- overflowClipMargin?: string | undefined;
934
- overflowWrap?: string | undefined;
935
- overflowX?: string | undefined;
936
- overflowY?: string | undefined;
937
- overscrollBehavior?: string | undefined;
938
- overscrollBehaviorBlock?: string | undefined;
939
- overscrollBehaviorInline?: string | undefined;
940
- overscrollBehaviorX?: string | undefined;
941
- overscrollBehaviorY?: string | undefined;
942
- padding?: string | undefined;
943
- paddingBlock?: string | undefined;
944
- paddingBlockEnd?: string | undefined;
945
- paddingBlockStart?: string | undefined;
946
- paddingBottom?: string | undefined;
947
- paddingInline?: string | undefined;
948
- paddingInlineEnd?: string | undefined;
949
- paddingInlineStart?: string | undefined;
950
- paddingLeft?: string | undefined;
951
- paddingRight?: string | undefined;
952
- paddingTop?: string | undefined;
953
- page?: string | undefined;
954
- pageBreakAfter?: string | undefined;
955
- pageBreakBefore?: string | undefined;
956
- pageBreakInside?: string | undefined;
957
- paintOrder?: string | undefined;
958
- parentRule?: CSSRule | null | undefined;
959
- perspective?: string | undefined;
960
- perspectiveOrigin?: string | undefined;
961
- placeContent?: string | undefined;
962
- placeItems?: string | undefined;
963
- placeSelf?: string | undefined;
964
- pointerEvents?: string | undefined;
965
- position?: string | undefined;
966
- printColorAdjust?: string | undefined;
967
- quotes?: string | undefined;
968
- r?: string | undefined;
969
- resize?: string | undefined;
970
- right?: string | undefined;
971
- rotate?: string | undefined;
972
- rowGap?: string | undefined;
973
- rubyPosition?: string | undefined;
974
- rx?: string | undefined;
975
- ry?: string | undefined;
976
- scale?: string | undefined;
977
- scrollBehavior?: string | undefined;
978
- scrollMargin?: string | undefined;
979
- scrollMarginBlock?: string | undefined;
980
- scrollMarginBlockEnd?: string | undefined;
981
- scrollMarginBlockStart?: string | undefined;
982
- scrollMarginBottom?: string | undefined;
983
- scrollMarginInline?: string | undefined;
984
- scrollMarginInlineEnd?: string | undefined;
985
- scrollMarginInlineStart?: string | undefined;
986
- scrollMarginLeft?: string | undefined;
987
- scrollMarginRight?: string | undefined;
988
- scrollMarginTop?: string | undefined;
989
- scrollPadding?: string | undefined;
990
- scrollPaddingBlock?: string | undefined;
991
- scrollPaddingBlockEnd?: string | undefined;
992
- scrollPaddingBlockStart?: string | undefined;
993
- scrollPaddingBottom?: string | undefined;
994
- scrollPaddingInline?: string | undefined;
995
- scrollPaddingInlineEnd?: string | undefined;
996
- scrollPaddingInlineStart?: string | undefined;
997
- scrollPaddingLeft?: string | undefined;
998
- scrollPaddingRight?: string | undefined;
999
- scrollPaddingTop?: string | undefined;
1000
- scrollSnapAlign?: string | undefined;
1001
- scrollSnapStop?: string | undefined;
1002
- scrollSnapType?: string | undefined;
1003
- scrollbarColor?: string | undefined;
1004
- scrollbarGutter?: string | undefined;
1005
- scrollbarWidth?: string | undefined;
1006
- shapeImageThreshold?: string | undefined;
1007
- shapeMargin?: string | undefined;
1008
- shapeOutside?: string | undefined;
1009
- shapeRendering?: string | undefined;
1010
- stopColor?: string | undefined;
1011
- stopOpacity?: string | undefined;
1012
- stroke?: string | undefined;
1013
- strokeDasharray?: string | undefined;
1014
- strokeDashoffset?: string | undefined;
1015
- strokeLinecap?: string | undefined;
1016
- strokeLinejoin?: string | undefined;
1017
- strokeMiterlimit?: string | undefined;
1018
- strokeOpacity?: string | undefined;
1019
- strokeWidth?: string | undefined;
1020
- tabSize?: string | undefined;
1021
- tableLayout?: string | undefined;
1022
- textAlign?: string | undefined;
1023
- textAlignLast?: string | undefined;
1024
- textAnchor?: string | undefined;
1025
- textCombineUpright?: string | undefined;
1026
- textDecoration?: string | undefined;
1027
- textDecorationColor?: string | undefined;
1028
- textDecorationLine?: string | undefined;
1029
- textDecorationSkipInk?: string | undefined;
1030
- textDecorationStyle?: string | undefined;
1031
- textDecorationThickness?: string | undefined;
1032
- textEmphasis?: string | undefined;
1033
- textEmphasisColor?: string | undefined;
1034
- textEmphasisPosition?: string | undefined;
1035
- textEmphasisStyle?: string | undefined;
1036
- textIndent?: string | undefined;
1037
- textOrientation?: string | undefined;
1038
- textOverflow?: string | undefined;
1039
- textRendering?: string | undefined;
1040
- textShadow?: string | undefined;
1041
- textTransform?: string | undefined;
1042
- textUnderlineOffset?: string | undefined;
1043
- textUnderlinePosition?: string | undefined;
1044
- textWrap?: string | undefined;
1045
- textWrapMode?: string | undefined;
1046
- textWrapStyle?: string | undefined;
870
+ length?: number;
871
+ letterSpacing?: string;
872
+ lightingColor?: string;
873
+ lineBreak?: string;
874
+ lineHeight?: string;
875
+ listStyle?: string;
876
+ listStyleImage?: string;
877
+ listStylePosition?: string;
878
+ listStyleType?: string;
879
+ margin?: string;
880
+ marginBlock?: string;
881
+ marginBlockEnd?: string;
882
+ marginBlockStart?: string;
883
+ marginBottom?: string;
884
+ marginInline?: string;
885
+ marginInlineEnd?: string;
886
+ marginInlineStart?: string;
887
+ marginLeft?: string;
888
+ marginRight?: string;
889
+ marginTop?: string;
890
+ marker?: string;
891
+ markerEnd?: string;
892
+ markerMid?: string;
893
+ markerStart?: string;
894
+ mask?: string;
895
+ maskClip?: string;
896
+ maskComposite?: string;
897
+ maskImage?: string;
898
+ maskMode?: string;
899
+ maskOrigin?: string;
900
+ maskPosition?: string;
901
+ maskRepeat?: string;
902
+ maskSize?: string;
903
+ maskType?: string;
904
+ mathDepth?: string;
905
+ mathStyle?: string;
906
+ maxBlockSize?: string;
907
+ maxHeight?: string;
908
+ maxInlineSize?: string;
909
+ maxWidth?: string;
910
+ minBlockSize?: string;
911
+ minHeight?: string;
912
+ minInlineSize?: string;
913
+ minWidth?: string;
914
+ mixBlendMode?: string;
915
+ objectFit?: string;
916
+ objectPosition?: string;
917
+ offset?: string;
918
+ offsetAnchor?: string;
919
+ offsetDistance?: string;
920
+ offsetPath?: string;
921
+ offsetPosition?: string;
922
+ offsetRotate?: string;
923
+ opacity?: string;
924
+ order?: string;
925
+ orphans?: string;
926
+ outline?: string;
927
+ outlineColor?: string;
928
+ outlineOffset?: string;
929
+ outlineStyle?: string;
930
+ outlineWidth?: string;
931
+ overflow?: string;
932
+ overflowAnchor?: string;
933
+ overflowClipMargin?: string;
934
+ overflowWrap?: string;
935
+ overflowX?: string;
936
+ overflowY?: string;
937
+ overscrollBehavior?: string;
938
+ overscrollBehaviorBlock?: string;
939
+ overscrollBehaviorInline?: string;
940
+ overscrollBehaviorX?: string;
941
+ overscrollBehaviorY?: string;
942
+ padding?: string;
943
+ paddingBlock?: string;
944
+ paddingBlockEnd?: string;
945
+ paddingBlockStart?: string;
946
+ paddingBottom?: string;
947
+ paddingInline?: string;
948
+ paddingInlineEnd?: string;
949
+ paddingInlineStart?: string;
950
+ paddingLeft?: string;
951
+ paddingRight?: string;
952
+ paddingTop?: string;
953
+ page?: string;
954
+ pageBreakAfter?: string;
955
+ pageBreakBefore?: string;
956
+ pageBreakInside?: string;
957
+ paintOrder?: string;
958
+ parentRule?: CSSRule | null;
959
+ perspective?: string;
960
+ perspectiveOrigin?: string;
961
+ placeContent?: string;
962
+ placeItems?: string;
963
+ placeSelf?: string;
964
+ pointerEvents?: string;
965
+ position?: string;
966
+ printColorAdjust?: string;
967
+ quotes?: string;
968
+ r?: string;
969
+ resize?: string;
970
+ right?: string;
971
+ rotate?: string;
972
+ rowGap?: string;
973
+ rubyPosition?: string;
974
+ rx?: string;
975
+ ry?: string;
976
+ scale?: string;
977
+ scrollBehavior?: string;
978
+ scrollMargin?: string;
979
+ scrollMarginBlock?: string;
980
+ scrollMarginBlockEnd?: string;
981
+ scrollMarginBlockStart?: string;
982
+ scrollMarginBottom?: string;
983
+ scrollMarginInline?: string;
984
+ scrollMarginInlineEnd?: string;
985
+ scrollMarginInlineStart?: string;
986
+ scrollMarginLeft?: string;
987
+ scrollMarginRight?: string;
988
+ scrollMarginTop?: string;
989
+ scrollPadding?: string;
990
+ scrollPaddingBlock?: string;
991
+ scrollPaddingBlockEnd?: string;
992
+ scrollPaddingBlockStart?: string;
993
+ scrollPaddingBottom?: string;
994
+ scrollPaddingInline?: string;
995
+ scrollPaddingInlineEnd?: string;
996
+ scrollPaddingInlineStart?: string;
997
+ scrollPaddingLeft?: string;
998
+ scrollPaddingRight?: string;
999
+ scrollPaddingTop?: string;
1000
+ scrollSnapAlign?: string;
1001
+ scrollSnapStop?: string;
1002
+ scrollSnapType?: string;
1003
+ scrollbarColor?: string;
1004
+ scrollbarGutter?: string;
1005
+ scrollbarWidth?: string;
1006
+ shapeImageThreshold?: string;
1007
+ shapeMargin?: string;
1008
+ shapeOutside?: string;
1009
+ shapeRendering?: string;
1010
+ stopColor?: string;
1011
+ stopOpacity?: string;
1012
+ stroke?: string;
1013
+ strokeDasharray?: string;
1014
+ strokeDashoffset?: string;
1015
+ strokeLinecap?: string;
1016
+ strokeLinejoin?: string;
1017
+ strokeMiterlimit?: string;
1018
+ strokeOpacity?: string;
1019
+ strokeWidth?: string;
1020
+ tabSize?: string;
1021
+ tableLayout?: string;
1022
+ textAlign?: string;
1023
+ textAlignLast?: string;
1024
+ textAnchor?: string;
1025
+ textCombineUpright?: string;
1026
+ textDecoration?: string;
1027
+ textDecorationColor?: string;
1028
+ textDecorationLine?: string;
1029
+ textDecorationSkipInk?: string;
1030
+ textDecorationStyle?: string;
1031
+ textDecorationThickness?: string;
1032
+ textEmphasis?: string;
1033
+ textEmphasisColor?: string;
1034
+ textEmphasisPosition?: string;
1035
+ textEmphasisStyle?: string;
1036
+ textIndent?: string;
1037
+ textOrientation?: string;
1038
+ textOverflow?: string;
1039
+ textRendering?: string;
1040
+ textShadow?: string;
1041
+ textTransform?: string;
1042
+ textUnderlineOffset?: string;
1043
+ textUnderlinePosition?: string;
1044
+ textWrap?: string;
1045
+ textWrapMode?: string;
1046
+ textWrapStyle?: string;
1047
1047
  top: string;
1048
- touchAction?: string | undefined;
1048
+ touchAction?: string;
1049
1049
  transform: string;
1050
- transformBox?: string | undefined;
1051
- transformOrigin?: string | undefined;
1052
- transformStyle?: string | undefined;
1053
- transition?: string | undefined;
1054
- transitionBehavior?: string | undefined;
1055
- transitionDelay?: string | undefined;
1056
- transitionDuration?: string | undefined;
1057
- transitionProperty?: string | undefined;
1058
- transitionTimingFunction?: string | undefined;
1059
- translate?: string | undefined;
1060
- unicodeBidi?: string | undefined;
1061
- userSelect?: string | undefined;
1062
- vectorEffect?: string | undefined;
1063
- verticalAlign?: string | undefined;
1064
- visibility?: string | undefined;
1065
- webkitAlignContent?: string | undefined;
1066
- webkitAlignItems?: string | undefined;
1067
- webkitAlignSelf?: string | undefined;
1068
- webkitAnimation?: string | undefined;
1069
- webkitAnimationDelay?: string | undefined;
1070
- webkitAnimationDirection?: string | undefined;
1071
- webkitAnimationDuration?: string | undefined;
1072
- webkitAnimationFillMode?: string | undefined;
1073
- webkitAnimationIterationCount?: string | undefined;
1074
- webkitAnimationName?: string | undefined;
1075
- webkitAnimationPlayState?: string | undefined;
1076
- webkitAnimationTimingFunction?: string | undefined;
1077
- webkitAppearance?: string | undefined;
1078
- webkitBackfaceVisibility?: string | undefined;
1079
- webkitBackgroundClip?: string | undefined;
1080
- webkitBackgroundOrigin?: string | undefined;
1081
- webkitBackgroundSize?: string | undefined;
1082
- webkitBorderBottomLeftRadius?: string | undefined;
1083
- webkitBorderBottomRightRadius?: string | undefined;
1084
- webkitBorderRadius?: string | undefined;
1085
- webkitBorderTopLeftRadius?: string | undefined;
1086
- webkitBorderTopRightRadius?: string | undefined;
1087
- webkitBoxAlign?: string | undefined;
1088
- webkitBoxFlex?: string | undefined;
1089
- webkitBoxOrdinalGroup?: string | undefined;
1090
- webkitBoxOrient?: string | undefined;
1091
- webkitBoxPack?: string | undefined;
1092
- webkitBoxShadow?: string | undefined;
1093
- webkitBoxSizing?: string | undefined;
1094
- webkitFilter?: string | undefined;
1095
- webkitFlex?: string | undefined;
1096
- webkitFlexBasis?: string | undefined;
1097
- webkitFlexDirection?: string | undefined;
1098
- webkitFlexFlow?: string | undefined;
1099
- webkitFlexGrow?: string | undefined;
1100
- webkitFlexShrink?: string | undefined;
1101
- webkitFlexWrap?: string | undefined;
1102
- webkitJustifyContent?: string | undefined;
1103
- webkitLineClamp?: string | undefined;
1104
- webkitMask?: string | undefined;
1105
- webkitMaskBoxImage?: string | undefined;
1106
- webkitMaskBoxImageOutset?: string | undefined;
1107
- webkitMaskBoxImageRepeat?: string | undefined;
1108
- webkitMaskBoxImageSlice?: string | undefined;
1109
- webkitMaskBoxImageSource?: string | undefined;
1110
- webkitMaskBoxImageWidth?: string | undefined;
1111
- webkitMaskClip?: string | undefined;
1112
- webkitMaskComposite?: string | undefined;
1113
- webkitMaskImage?: string | undefined;
1114
- webkitMaskOrigin?: string | undefined;
1115
- webkitMaskPosition?: string | undefined;
1116
- webkitMaskRepeat?: string | undefined;
1117
- webkitMaskSize?: string | undefined;
1118
- webkitOrder?: string | undefined;
1119
- webkitPerspective?: string | undefined;
1120
- webkitPerspectiveOrigin?: string | undefined;
1121
- webkitTextFillColor?: string | undefined;
1122
- webkitTextSizeAdjust?: string | undefined;
1123
- webkitTextStroke?: string | undefined;
1124
- webkitTextStrokeColor?: string | undefined;
1125
- webkitTextStrokeWidth?: string | undefined;
1126
- webkitTransform?: string | undefined;
1127
- webkitTransformOrigin?: string | undefined;
1128
- webkitTransformStyle?: string | undefined;
1129
- webkitTransition?: string | undefined;
1130
- webkitTransitionDelay?: string | undefined;
1131
- webkitTransitionDuration?: string | undefined;
1132
- webkitTransitionProperty?: string | undefined;
1133
- webkitTransitionTimingFunction?: string | undefined;
1134
- webkitUserSelect?: string | undefined;
1135
- whiteSpace?: string | undefined;
1136
- whiteSpaceCollapse?: string | undefined;
1137
- widows?: string | undefined;
1138
- width?: string | undefined;
1139
- willChange?: string | undefined;
1140
- wordBreak?: string | undefined;
1141
- wordSpacing?: string | undefined;
1142
- wordWrap?: string | undefined;
1143
- writingMode?: string | undefined;
1144
- x?: string | undefined;
1145
- y?: string | undefined;
1146
- zIndex?: string | undefined;
1147
- zoom?: string | undefined;
1148
- getPropertyPriority?: ((property: string) => string) | undefined;
1149
- getPropertyValue?: ((property: string) => string) | undefined;
1150
- item?: ((index: number) => string) | undefined;
1151
- removeProperty?: ((property: string) => string) | undefined;
1152
- setProperty?: ((property: string, value: string | null, priority?: string) => void) | undefined;
1050
+ transformBox?: string;
1051
+ transformOrigin?: string;
1052
+ transformStyle?: string;
1053
+ transition?: string;
1054
+ transitionBehavior?: string;
1055
+ transitionDelay?: string;
1056
+ transitionDuration?: string;
1057
+ transitionProperty?: string;
1058
+ transitionTimingFunction?: string;
1059
+ translate?: string;
1060
+ unicodeBidi?: string;
1061
+ userSelect?: string;
1062
+ vectorEffect?: string;
1063
+ verticalAlign?: string;
1064
+ visibility?: string;
1065
+ webkitAlignContent?: string;
1066
+ webkitAlignItems?: string;
1067
+ webkitAlignSelf?: string;
1068
+ webkitAnimation?: string;
1069
+ webkitAnimationDelay?: string;
1070
+ webkitAnimationDirection?: string;
1071
+ webkitAnimationDuration?: string;
1072
+ webkitAnimationFillMode?: string;
1073
+ webkitAnimationIterationCount?: string;
1074
+ webkitAnimationName?: string;
1075
+ webkitAnimationPlayState?: string;
1076
+ webkitAnimationTimingFunction?: string;
1077
+ webkitAppearance?: string;
1078
+ webkitBackfaceVisibility?: string;
1079
+ webkitBackgroundClip?: string;
1080
+ webkitBackgroundOrigin?: string;
1081
+ webkitBackgroundSize?: string;
1082
+ webkitBorderBottomLeftRadius?: string;
1083
+ webkitBorderBottomRightRadius?: string;
1084
+ webkitBorderRadius?: string;
1085
+ webkitBorderTopLeftRadius?: string;
1086
+ webkitBorderTopRightRadius?: string;
1087
+ webkitBoxAlign?: string;
1088
+ webkitBoxFlex?: string;
1089
+ webkitBoxOrdinalGroup?: string;
1090
+ webkitBoxOrient?: string;
1091
+ webkitBoxPack?: string;
1092
+ webkitBoxShadow?: string;
1093
+ webkitBoxSizing?: string;
1094
+ webkitFilter?: string;
1095
+ webkitFlex?: string;
1096
+ webkitFlexBasis?: string;
1097
+ webkitFlexDirection?: string;
1098
+ webkitFlexFlow?: string;
1099
+ webkitFlexGrow?: string;
1100
+ webkitFlexShrink?: string;
1101
+ webkitFlexWrap?: string;
1102
+ webkitJustifyContent?: string;
1103
+ webkitLineClamp?: string;
1104
+ webkitMask?: string;
1105
+ webkitMaskBoxImage?: string;
1106
+ webkitMaskBoxImageOutset?: string;
1107
+ webkitMaskBoxImageRepeat?: string;
1108
+ webkitMaskBoxImageSlice?: string;
1109
+ webkitMaskBoxImageSource?: string;
1110
+ webkitMaskBoxImageWidth?: string;
1111
+ webkitMaskClip?: string;
1112
+ webkitMaskComposite?: string;
1113
+ webkitMaskImage?: string;
1114
+ webkitMaskOrigin?: string;
1115
+ webkitMaskPosition?: string;
1116
+ webkitMaskRepeat?: string;
1117
+ webkitMaskSize?: string;
1118
+ webkitOrder?: string;
1119
+ webkitPerspective?: string;
1120
+ webkitPerspectiveOrigin?: string;
1121
+ webkitTextFillColor?: string;
1122
+ webkitTextSizeAdjust?: string;
1123
+ webkitTextStroke?: string;
1124
+ webkitTextStrokeColor?: string;
1125
+ webkitTextStrokeWidth?: string;
1126
+ webkitTransform?: string;
1127
+ webkitTransformOrigin?: string;
1128
+ webkitTransformStyle?: string;
1129
+ webkitTransition?: string;
1130
+ webkitTransitionDelay?: string;
1131
+ webkitTransitionDuration?: string;
1132
+ webkitTransitionProperty?: string;
1133
+ webkitTransitionTimingFunction?: string;
1134
+ webkitUserSelect?: string;
1135
+ whiteSpace?: string;
1136
+ whiteSpaceCollapse?: string;
1137
+ widows?: string;
1138
+ width?: string;
1139
+ willChange?: string;
1140
+ wordBreak?: string;
1141
+ wordSpacing?: string;
1142
+ wordWrap?: string;
1143
+ writingMode?: string;
1144
+ x?: string;
1145
+ y?: string;
1146
+ zIndex?: string;
1147
+ zoom?: string;
1148
+ getPropertyPriority?: (property: string) => string;
1149
+ getPropertyValue?: (property: string) => string;
1150
+ item?: (index: number) => string;
1151
+ removeProperty?: (property: string) => string;
1152
+ setProperty?: (property: string, value: string | null, priority?: string) => void;
1153
1153
  'background-color': string;
1154
1154
  };
1155
1155
  startCountdown: () => void;