@yamada-ui/react 2.1.3 → 2.1.4-dev-20260317160238

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/dist/cjs/core/css/conditions.cjs +18 -18
  2. package/dist/cjs/core/css/conditions.cjs.map +1 -1
  3. package/dist/cjs/providers/i18n-provider/i18n-cache.cjs.map +1 -1
  4. package/dist/cjs/utils/ref.cjs.map +1 -1
  5. package/dist/esm/core/css/conditions.js +18 -18
  6. package/dist/esm/core/css/conditions.js.map +1 -1
  7. package/dist/esm/providers/i18n-provider/i18n-cache.js.map +1 -1
  8. package/dist/esm/utils/ref.js.map +1 -1
  9. package/dist/types/components/accordion/accordion.d.ts +2 -2
  10. package/dist/types/components/accordion/use-accordion.d.ts +11 -11
  11. package/dist/types/components/airy/airy.d.ts +2 -2
  12. package/dist/types/components/alert/alert.d.ts +2 -2
  13. package/dist/types/components/alert/alert.style.d.ts +1 -1
  14. package/dist/types/components/alpha-slider/alpha-slider.d.ts +2 -2
  15. package/dist/types/components/aspect-ratio/aspect-ratio.d.ts +2 -2
  16. package/dist/types/components/autocomplete/autocomplete.d.ts +2 -2
  17. package/dist/types/components/autocomplete/autocomplete.style.d.ts +1 -1
  18. package/dist/types/components/autocomplete/use-autocomplete.d.ts +5 -5
  19. package/dist/types/components/avatar/avatar.d.ts +5 -5
  20. package/dist/types/components/avatar/avatar.style.d.ts +1 -1
  21. package/dist/types/components/avatar/use-avatar-group.d.ts +2 -2
  22. package/dist/types/components/badge/badge.d.ts +2 -2
  23. package/dist/types/components/bleed/bleed.d.ts +2 -2
  24. package/dist/types/components/blockquote/blockquote.d.ts +2 -2
  25. package/dist/types/components/breadcrumb/breadcrumb.d.ts +2 -2
  26. package/dist/types/components/breadcrumb/use-breadcrumb.d.ts +2 -2
  27. package/dist/types/components/button/button.d.ts +2 -2
  28. package/dist/types/components/button/icon-button.d.ts +2 -2
  29. package/dist/types/components/calendar/calendar.d.ts +2 -2
  30. package/dist/types/components/calendar/calendar.style.d.ts +2 -2
  31. package/dist/types/components/calendar/use-calendar.d.ts +8 -8
  32. package/dist/types/components/card/card.d.ts +2 -2
  33. package/dist/types/components/carousel/carousel.d.ts +2 -2
  34. package/dist/types/components/carousel/carousel.style.d.ts +2 -2
  35. package/dist/types/components/carousel/use-carousel.d.ts +3 -3
  36. package/dist/types/components/center/center.d.ts +2 -2
  37. package/dist/types/components/chart/area-chart.d.ts +2 -2
  38. package/dist/types/components/chart/bar-chart.d.ts +2 -2
  39. package/dist/types/components/chart/chart.d.ts +5 -5
  40. package/dist/types/components/chart/composed-chart.d.ts +2 -2
  41. package/dist/types/components/chart/donut-chart.d.ts +2 -2
  42. package/dist/types/components/chart/line-chart.d.ts +2 -2
  43. package/dist/types/components/chart/pie-chart.d.ts +2 -2
  44. package/dist/types/components/chart/radial-chart.d.ts +2 -2
  45. package/dist/types/components/chart/use-chart.d.ts +2 -2
  46. package/dist/types/components/checkbox/checkbox.d.ts +5 -5
  47. package/dist/types/components/checkbox/checkbox.style.d.ts +1 -1
  48. package/dist/types/components/checkbox/use-checkbox-group.d.ts +2 -2
  49. package/dist/types/components/checkbox-card/checkbox-card.d.ts +5 -5
  50. package/dist/types/components/checkbox-card/checkbox-card.style.d.ts +1 -1
  51. package/dist/types/components/circle-progress/circle-progress.d.ts +2 -2
  52. package/dist/types/components/close-button/close-button.d.ts +2 -2
  53. package/dist/types/components/code/code.d.ts +2 -2
  54. package/dist/types/components/collapse/collapse.d.ts +2 -2
  55. package/dist/types/components/color-picker/color-picker.d.ts +2 -2
  56. package/dist/types/components/color-picker/color-picker.style.d.ts +1 -1
  57. package/dist/types/components/color-picker/use-color-picker.d.ts +2 -2
  58. package/dist/types/components/color-selector/color-selector.d.ts +2 -2
  59. package/dist/types/components/color-selector/color-selector.style.d.ts +2 -2
  60. package/dist/types/components/color-selector/use-color-selector.d.ts +3 -3
  61. package/dist/types/components/color-swatch/color-swatch.d.ts +2 -2
  62. package/dist/types/components/container/container.d.ts +2 -2
  63. package/dist/types/components/data-list/data-list.d.ts +2 -2
  64. package/dist/types/components/data-list/data-list.style.d.ts +1 -1
  65. package/dist/types/components/date-picker/date-picker.d.ts +2 -2
  66. package/dist/types/components/date-picker/date-picker.style.d.ts +1 -1
  67. package/dist/types/components/date-picker/use-date-picker.d.ts +4 -4
  68. package/dist/types/components/drawer/drawer.d.ts +2 -2
  69. package/dist/types/components/dropzone/dropzone.d.ts +5 -5
  70. package/dist/types/components/dropzone/dropzone.style.d.ts +1 -1
  71. package/dist/types/components/editable/editable.d.ts +4 -4
  72. package/dist/types/components/editable/use-editable.d.ts +2 -2
  73. package/dist/types/components/em/em.d.ts +2 -2
  74. package/dist/types/components/empty-state/empty-state.d.ts +2 -2
  75. package/dist/types/components/empty-state/empty-state.style.d.ts +2 -2
  76. package/dist/types/components/fade/fade.d.ts +2 -2
  77. package/dist/types/components/field/field.d.ts +3 -3
  78. package/dist/types/components/field/use-field-props.d.ts +3 -3
  79. package/dist/types/components/fieldset/fieldset.d.ts +3 -3
  80. package/dist/types/components/file-button/file-button.d.ts +2 -2
  81. package/dist/types/components/file-button/use-file-button.d.ts +18 -18
  82. package/dist/types/components/file-input/file-input.d.ts +2 -2
  83. package/dist/types/components/file-input/use-file-input.d.ts +15 -15
  84. package/dist/types/components/flex/flex.d.ts +2 -2
  85. package/dist/types/components/flip/flip.d.ts +4 -4
  86. package/dist/types/components/float/float.d.ts +2 -2
  87. package/dist/types/components/form/form.d.ts +3 -3
  88. package/dist/types/components/form/form.style.d.ts +1 -1
  89. package/dist/types/components/format/format-byte.d.ts +4 -4
  90. package/dist/types/components/format/format-date-time.d.ts +4 -4
  91. package/dist/types/components/format/format-number.d.ts +2 -2
  92. package/dist/types/components/grid/grid-item.d.ts +2 -2
  93. package/dist/types/components/grid/grid.d.ts +2 -2
  94. package/dist/types/components/group/group.d.ts +2 -2
  95. package/dist/types/components/group/use-group.d.ts +2 -2
  96. package/dist/types/components/heading/heading.d.ts +2 -2
  97. package/dist/types/components/hue-slider/hue-slider.d.ts +3 -3
  98. package/dist/types/components/icon/icon.d.ts +5 -5
  99. package/dist/types/components/image/image.d.ts +2 -2
  100. package/dist/types/components/indicator/indicator.d.ts +4 -4
  101. package/dist/types/components/infinite-scroll-area/infinite-scroll-area.d.ts +2 -2
  102. package/dist/types/components/input/input-addon.d.ts +2 -2
  103. package/dist/types/components/input/input-element.d.ts +2 -2
  104. package/dist/types/components/input/input.d.ts +2 -2
  105. package/dist/types/components/kbd/kbd.d.ts +2 -2
  106. package/dist/types/components/link/link.d.ts +2 -2
  107. package/dist/types/components/link-box/link-box.d.ts +2 -2
  108. package/dist/types/components/list/list.d.ts +2 -2
  109. package/dist/types/components/loading/loading-provider.d.ts +2 -2
  110. package/dist/types/components/loading/loading.d.ts +3 -3
  111. package/dist/types/components/mark/mark.d.ts +2 -2
  112. package/dist/types/components/menu/menu.d.ts +2 -2
  113. package/dist/types/components/menu/use-menu.d.ts +11 -11
  114. package/dist/types/components/modal/modal.d.ts +2 -2
  115. package/dist/types/components/native-accordion/native-accordion.d.ts +2 -2
  116. package/dist/types/components/native-accordion/use-native-accordion.d.ts +2 -2
  117. package/dist/types/components/native-popover/native-popover.d.ts +2 -2
  118. package/dist/types/components/native-select/native-select.d.ts +2 -2
  119. package/dist/types/components/native-select/native-select.style.d.ts +1 -1
  120. package/dist/types/components/native-table/native-table.d.ts +4 -4
  121. package/dist/types/components/number-input/number-input.d.ts +2 -2
  122. package/dist/types/components/number-input/number-input.style.d.ts +1 -1
  123. package/dist/types/components/pagination/pagination.d.ts +2 -2
  124. package/dist/types/components/pagination/use-pagination.d.ts +2 -2
  125. package/dist/types/components/password-input/password-input.d.ts +2 -2
  126. package/dist/types/components/password-input/password-input.style.d.ts +1 -1
  127. package/dist/types/components/password-input/strength-meter.d.ts +2 -2
  128. package/dist/types/components/password-input/strength-meter.style.d.ts +1 -1
  129. package/dist/types/components/password-input/use-password-input.d.ts +2 -2
  130. package/dist/types/components/pin-input/pin-input.d.ts +2 -2
  131. package/dist/types/components/pin-input/pin-input.style.d.ts +1 -1
  132. package/dist/types/components/pin-input/use-pin-input.d.ts +7 -7
  133. package/dist/types/components/popover/popover.d.ts +2 -2
  134. package/dist/types/components/progress/progress.d.ts +4 -4
  135. package/dist/types/components/progress/use-progress.d.ts +706 -706
  136. package/dist/types/components/qr-code/qr-code.d.ts +2 -2
  137. package/dist/types/components/radio/radio.d.ts +5 -5
  138. package/dist/types/components/radio/radio.style.d.ts +1 -1
  139. package/dist/types/components/radio/use-radio-group.d.ts +2 -2
  140. package/dist/types/components/radio-card/radio-card.d.ts +5 -5
  141. package/dist/types/components/radio-card/radio-card.style.d.ts +1 -1
  142. package/dist/types/components/rating/use-rating.d.ts +7 -7
  143. package/dist/types/components/reorder/reorder.d.ts +2 -2
  144. package/dist/types/components/reorder/reorder.style.d.ts +1 -1
  145. package/dist/types/components/reorder/use-reorder.d.ts +3 -3
  146. package/dist/types/components/resizable/resizable.d.ts +2 -2
  147. package/dist/types/components/resizable/resizable.style.d.ts +2 -2
  148. package/dist/types/components/resizable/use-resizable.d.ts +2 -2
  149. package/dist/types/components/ripple/ripple.d.ts +2 -2
  150. package/dist/types/components/ripple/use-ripple.d.ts +2 -2
  151. package/dist/types/components/rotate/rotate.d.ts +2 -2
  152. package/dist/types/components/saturation-slider/saturation-slider.d.ts +2 -2
  153. package/dist/types/components/saturation-slider/use-saturation-slider.d.ts +2 -2
  154. package/dist/types/components/scroll-area/scroll-area.d.ts +2 -2
  155. package/dist/types/components/segmented-control/segmented-control.d.ts +2 -2
  156. package/dist/types/components/segmented-control/segmented-control.style.d.ts +2 -2
  157. package/dist/types/components/segmented-control/use-segmented-control.d.ts +9 -9
  158. package/dist/types/components/select/select.d.ts +2 -2
  159. package/dist/types/components/select/select.style.d.ts +1 -1
  160. package/dist/types/components/select/use-select.d.ts +4 -4
  161. package/dist/types/components/separator/separator.d.ts +2 -2
  162. package/dist/types/components/simple-grid/simple-grid.d.ts +2 -2
  163. package/dist/types/components/skeleton/skeleton.d.ts +2 -2
  164. package/dist/types/components/slide/slide.d.ts +2 -2
  165. package/dist/types/components/slide-fade/slide-fade.d.ts +2 -2
  166. package/dist/types/components/slider/slider.d.ts +2 -2
  167. package/dist/types/components/slider/use-slider.d.ts +2 -2
  168. package/dist/types/components/stack/h-stack.d.ts +2 -2
  169. package/dist/types/components/stack/stack.d.ts +2 -2
  170. package/dist/types/components/stack/v-stack.d.ts +2 -2
  171. package/dist/types/components/stack/z-stack.d.ts +2 -2
  172. package/dist/types/components/stat/stat.d.ts +2 -2
  173. package/dist/types/components/status/status.d.ts +2 -2
  174. package/dist/types/components/status/status.style.d.ts +2 -2
  175. package/dist/types/components/steps/steps.d.ts +2 -2
  176. package/dist/types/components/steps/steps.style.d.ts +1 -1
  177. package/dist/types/components/steps/use-steps.d.ts +10 -10
  178. package/dist/types/components/switch/switch.d.ts +2 -2
  179. package/dist/types/components/table/table.d.ts +2 -2
  180. package/dist/types/components/tabs/tabs.d.ts +2 -2
  181. package/dist/types/components/tabs/use-tabs.d.ts +16 -16
  182. package/dist/types/components/tag/tag.d.ts +2 -2
  183. package/dist/types/components/tag/tag.style.d.ts +1 -1
  184. package/dist/types/components/text/text.d.ts +2 -2
  185. package/dist/types/components/textarea/textarea.d.ts +2 -2
  186. package/dist/types/components/textarea/use-autosize.d.ts +2 -2
  187. package/dist/types/components/timeline/timeline.d.ts +5 -5
  188. package/dist/types/components/timeline/timeline.style.d.ts +2 -2
  189. package/dist/types/components/toggle/toggle.d.ts +5 -5
  190. package/dist/types/components/toggle/use-toggle-group.d.ts +2 -2
  191. package/dist/types/components/toggle/use-toggle.d.ts +2 -2
  192. package/dist/types/components/tooltip/tooltip.d.ts +2 -2
  193. package/dist/types/components/visually-hidden/visually-hidden.d.ts +2 -2
  194. package/dist/types/components/wrap/wrap.d.ts +2 -2
  195. package/dist/types/core/components/create-component.d.ts +7 -7
  196. package/dist/types/core/css/conditions.d.ts +131 -131
  197. package/dist/types/core/system/color-mode-provider.d.ts +2 -2
  198. package/dist/types/core/system/storage-script.d.ts +3 -3
  199. package/dist/types/core/system/styled.d.ts +2 -2
  200. package/dist/types/core/system/system-provider.d.ts +2 -2
  201. package/dist/types/hooks/use-breakpoint/use-breakpoint-state.d.ts +2 -2
  202. package/dist/types/hooks/use-clickable/index.d.ts +7 -7
  203. package/dist/types/hooks/use-clipboard/index.d.ts +2 -2
  204. package/dist/types/hooks/use-counter/index.d.ts +2 -2
  205. package/dist/types/hooks/use-descendants/index.d.ts +2 -2
  206. package/dist/types/hooks/use-popper/index.d.ts +2 -2
  207. package/dist/types/hooks/use-resize-observer/index.d.ts +3 -3
  208. package/dist/types/providers/i18n-provider/i18n-provider.d.ts +3 -3
  209. package/dist/types/providers/ui-provider/ui-provider.d.ts +2 -2
  210. package/dist/types/utils/children.d.ts +2 -2
  211. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { HTMLProps } from "../../core/components/index.types.js";
2
2
  import "../../core/index.js";
3
- import * as react114 from "react";
3
+ import * as react323 from "react";
4
4
 
5
5
  //#region src/components/progress/use-progress.d.ts
6
6
  interface UseProgressProps {
@@ -30,717 +30,717 @@ declare const useProgress: <Y extends "div" | "svg" = "div">({
30
30
  }?: UseProgressProps) => {
31
31
  percent: number;
32
32
  getRangeProps: (props?: HTMLProps<Y extends "svg" ? "circle" : "div">) => {
33
- slot?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["slot"] | undefined;
34
- style?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["style"] | undefined;
35
- ref?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["ref"] | undefined;
36
- suppressHydrationWarning?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["suppressHydrationWarning"] | undefined;
37
- className?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["className"] | undefined;
38
- id?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["id"] | undefined;
39
- lang?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["lang"] | undefined;
40
- nonce?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["nonce"] | undefined;
41
- tabIndex?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["tabIndex"] | undefined;
42
- role?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["role"] | undefined;
43
- part?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["part"] | undefined;
44
- "aria-activedescendant"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-activedescendant"] | undefined;
45
- "aria-atomic"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-atomic"] | undefined;
46
- "aria-autocomplete"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-autocomplete"] | undefined;
47
- "aria-braillelabel"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-braillelabel"] | undefined;
48
- "aria-brailleroledescription"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-brailleroledescription"] | undefined;
49
- "aria-busy"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-busy"] | undefined;
50
- "aria-checked"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-checked"] | undefined;
51
- "aria-colcount"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colcount"] | undefined;
52
- "aria-colindex"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colindex"] | undefined;
53
- "aria-colindextext"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colindextext"] | undefined;
54
- "aria-colspan"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colspan"] | undefined;
55
- "aria-controls"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-controls"] | undefined;
56
- "aria-current"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-current"] | undefined;
57
- "aria-describedby"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-describedby"] | undefined;
58
- "aria-description"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-description"] | undefined;
59
- "aria-details"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-details"] | undefined;
60
- "aria-disabled"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-disabled"] | undefined;
61
- "aria-dropeffect"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-dropeffect"] | undefined;
62
- "aria-errormessage"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-errormessage"] | undefined;
63
- "aria-expanded"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-expanded"] | undefined;
64
- "aria-flowto"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-flowto"] | undefined;
65
- "aria-grabbed"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-grabbed"] | undefined;
66
- "aria-haspopup"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-haspopup"] | undefined;
67
- "aria-hidden"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-hidden"] | undefined;
68
- "aria-invalid"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-invalid"] | undefined;
69
- "aria-keyshortcuts"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-keyshortcuts"] | undefined;
70
- "aria-label"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-label"] | undefined;
71
- "aria-labelledby"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-labelledby"] | undefined;
72
- "aria-level"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-level"] | undefined;
73
- "aria-live"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-live"] | undefined;
74
- "aria-modal"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-modal"] | undefined;
75
- "aria-multiline"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-multiline"] | undefined;
76
- "aria-multiselectable"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-multiselectable"] | undefined;
77
- "aria-orientation"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-orientation"] | undefined;
78
- "aria-owns"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-owns"] | undefined;
79
- "aria-placeholder"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-placeholder"] | undefined;
80
- "aria-posinset"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-posinset"] | undefined;
81
- "aria-pressed"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-pressed"] | undefined;
82
- "aria-readonly"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-readonly"] | undefined;
83
- "aria-relevant"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-relevant"] | undefined;
84
- "aria-required"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-required"] | undefined;
85
- "aria-roledescription"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-roledescription"] | undefined;
86
- "aria-rowcount"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowcount"] | undefined;
87
- "aria-rowindex"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowindex"] | undefined;
88
- "aria-rowindextext"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowindextext"] | undefined;
89
- "aria-rowspan"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowspan"] | undefined;
90
- "aria-selected"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-selected"] | undefined;
91
- "aria-setsize"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-setsize"] | undefined;
92
- "aria-sort"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-sort"] | undefined;
93
- "aria-valuemax"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuemax"] | undefined;
94
- "aria-valuemin"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuemin"] | undefined;
95
- "aria-valuenow"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuenow"] | undefined;
96
- "aria-valuetext"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuetext"] | undefined;
97
- children?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["children"] | undefined;
98
- dangerouslySetInnerHTML?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["dangerouslySetInnerHTML"] | undefined;
99
- onCopy?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCopy"] | undefined;
100
- onCopyCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCopyCapture"] | undefined;
101
- onCut?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCut"] | undefined;
102
- onCutCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCutCapture"] | undefined;
103
- onPaste?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPaste"] | undefined;
104
- onPasteCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPasteCapture"] | undefined;
105
- onCompositionEnd?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionEnd"] | undefined;
106
- onCompositionEndCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionEndCapture"] | undefined;
107
- onCompositionStart?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionStart"] | undefined;
108
- onCompositionStartCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionStartCapture"] | undefined;
109
- onCompositionUpdate?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionUpdate"] | undefined;
110
- onCompositionUpdateCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionUpdateCapture"] | undefined;
111
- onFocus?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onFocus"] | undefined;
112
- onFocusCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onFocusCapture"] | undefined;
113
- onBlur?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBlur"] | undefined;
114
- onBlurCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBlurCapture"] | undefined;
115
- onChange?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onChange"] | undefined;
116
- onChangeCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onChangeCapture"] | undefined;
117
- onBeforeInput?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBeforeInput"] | undefined;
118
- onBeforeInputCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBeforeInputCapture"] | undefined;
119
- onInput?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInput"] | undefined;
120
- onInputCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInputCapture"] | undefined;
121
- onReset?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onReset"] | undefined;
122
- onResetCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onResetCapture"] | undefined;
123
- onSubmit?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSubmit"] | undefined;
124
- onSubmitCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSubmitCapture"] | undefined;
125
- onInvalid?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInvalid"] | undefined;
126
- onInvalidCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInvalidCapture"] | undefined;
127
- onLoad?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoad"] | undefined;
128
- onLoadCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadCapture"] | undefined;
129
- onError?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onError"] | undefined;
130
- onErrorCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onErrorCapture"] | undefined;
131
- onKeyDown?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyDown"] | undefined;
132
- onKeyDownCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyDownCapture"] | undefined;
133
- onKeyPress?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyPress"] | undefined;
134
- onKeyPressCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyPressCapture"] | undefined;
135
- onKeyUp?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyUp"] | undefined;
136
- onKeyUpCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyUpCapture"] | undefined;
137
- onAbort?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAbort"] | undefined;
138
- onAbortCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAbortCapture"] | undefined;
139
- onCanPlay?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlay"] | undefined;
140
- onCanPlayCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlayCapture"] | undefined;
141
- onCanPlayThrough?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlayThrough"] | undefined;
142
- onCanPlayThroughCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlayThroughCapture"] | undefined;
143
- onDurationChange?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDurationChange"] | undefined;
144
- onDurationChangeCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDurationChangeCapture"] | undefined;
145
- onEmptied?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEmptied"] | undefined;
146
- onEmptiedCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEmptiedCapture"] | undefined;
147
- onEncrypted?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEncrypted"] | undefined;
148
- onEncryptedCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEncryptedCapture"] | undefined;
149
- onEnded?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEnded"] | undefined;
150
- onEndedCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEndedCapture"] | undefined;
151
- onLoadedData?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedData"] | undefined;
152
- onLoadedDataCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedDataCapture"] | undefined;
153
- onLoadedMetadata?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedMetadata"] | undefined;
154
- onLoadedMetadataCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedMetadataCapture"] | undefined;
155
- onLoadStart?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadStart"] | undefined;
156
- onLoadStartCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadStartCapture"] | undefined;
157
- onPause?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPause"] | undefined;
158
- onPauseCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPauseCapture"] | undefined;
159
- onPlay?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlay"] | undefined;
160
- onPlayCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlayCapture"] | undefined;
161
- onPlaying?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlaying"] | undefined;
162
- onPlayingCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlayingCapture"] | undefined;
163
- onProgress?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onProgress"] | undefined;
164
- onProgressCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onProgressCapture"] | undefined;
165
- onRateChange?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onRateChange"] | undefined;
166
- onRateChangeCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onRateChangeCapture"] | undefined;
167
- onSeeked?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeeked"] | undefined;
168
- onSeekedCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeekedCapture"] | undefined;
169
- onSeeking?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeeking"] | undefined;
170
- onSeekingCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeekingCapture"] | undefined;
171
- onStalled?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onStalled"] | undefined;
172
- onStalledCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onStalledCapture"] | undefined;
173
- onSuspend?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSuspend"] | undefined;
174
- onSuspendCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSuspendCapture"] | undefined;
175
- onTimeUpdate?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTimeUpdate"] | undefined;
176
- onTimeUpdateCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTimeUpdateCapture"] | undefined;
177
- onVolumeChange?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onVolumeChange"] | undefined;
178
- onVolumeChangeCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onVolumeChangeCapture"] | undefined;
179
- onWaiting?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWaiting"] | undefined;
180
- onWaitingCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWaitingCapture"] | undefined;
181
- onAuxClick?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAuxClick"] | undefined;
182
- onAuxClickCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAuxClickCapture"] | undefined;
183
- onClick?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onClick"] | undefined;
184
- onClickCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onClickCapture"] | undefined;
185
- onContextMenu?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onContextMenu"] | undefined;
186
- onContextMenuCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onContextMenuCapture"] | undefined;
187
- onDoubleClick?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDoubleClick"] | undefined;
188
- onDoubleClickCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDoubleClickCapture"] | undefined;
189
- onDrag?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDrag"] | undefined;
190
- onDragCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragCapture"] | undefined;
191
- onDragEnd?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEnd"] | undefined;
192
- onDragEndCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEndCapture"] | undefined;
193
- onDragEnter?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEnter"] | undefined;
194
- onDragEnterCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEnterCapture"] | undefined;
195
- onDragExit?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragExit"] | undefined;
196
- onDragExitCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragExitCapture"] | undefined;
197
- onDragLeave?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragLeave"] | undefined;
198
- onDragLeaveCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragLeaveCapture"] | undefined;
199
- onDragOver?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragOver"] | undefined;
200
- onDragOverCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragOverCapture"] | undefined;
201
- onDragStart?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragStart"] | undefined;
202
- onDragStartCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragStartCapture"] | undefined;
203
- onDrop?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDrop"] | undefined;
204
- onDropCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDropCapture"] | undefined;
205
- onMouseDown?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseDown"] | undefined;
206
- onMouseDownCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseDownCapture"] | undefined;
207
- onMouseEnter?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseEnter"] | undefined;
208
- onMouseLeave?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseLeave"] | undefined;
209
- onMouseMove?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseMove"] | undefined;
210
- onMouseMoveCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseMoveCapture"] | undefined;
211
- onMouseOut?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOut"] | undefined;
212
- onMouseOutCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOutCapture"] | undefined;
213
- onMouseOver?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOver"] | undefined;
214
- onMouseOverCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOverCapture"] | undefined;
215
- onMouseUp?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseUp"] | undefined;
216
- onMouseUpCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseUpCapture"] | undefined;
217
- onSelect?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSelect"] | undefined;
218
- onSelectCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSelectCapture"] | undefined;
219
- onTouchCancel?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchCancel"] | undefined;
220
- onTouchCancelCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchCancelCapture"] | undefined;
221
- onTouchEnd?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchEnd"] | undefined;
222
- onTouchEndCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchEndCapture"] | undefined;
223
- onTouchMove?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchMove"] | undefined;
224
- onTouchMoveCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchMoveCapture"] | undefined;
225
- onTouchStart?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchStart"] | undefined;
226
- onTouchStartCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchStartCapture"] | undefined;
227
- onPointerDown?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerDown"] | undefined;
228
- onPointerDownCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerDownCapture"] | undefined;
229
- onPointerMove?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerMove"] | undefined;
230
- onPointerMoveCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerMoveCapture"] | undefined;
231
- onPointerUp?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerUp"] | undefined;
232
- onPointerUpCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerUpCapture"] | undefined;
233
- onPointerCancel?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerCancel"] | undefined;
234
- onPointerCancelCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerCancelCapture"] | undefined;
235
- onPointerEnter?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerEnter"] | undefined;
236
- onPointerLeave?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerLeave"] | undefined;
237
- onPointerOver?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOver"] | undefined;
238
- onPointerOverCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOverCapture"] | undefined;
239
- onPointerOut?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOut"] | undefined;
240
- onPointerOutCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOutCapture"] | undefined;
241
- onGotPointerCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onGotPointerCapture"] | undefined;
242
- onGotPointerCaptureCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onGotPointerCaptureCapture"] | undefined;
243
- onLostPointerCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLostPointerCapture"] | undefined;
244
- onLostPointerCaptureCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLostPointerCaptureCapture"] | undefined;
245
- onScroll?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScroll"] | undefined;
246
- onScrollCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScrollCapture"] | undefined;
247
- onScrollEnd?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScrollEnd"] | undefined;
248
- onScrollEndCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScrollEndCapture"] | undefined;
249
- onWheel?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWheel"] | undefined;
250
- onWheelCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWheelCapture"] | undefined;
251
- onAnimationStart?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationStart"] | undefined;
252
- onAnimationStartCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationStartCapture"] | undefined;
253
- onAnimationEnd?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationEnd"] | undefined;
254
- onAnimationEndCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationEndCapture"] | undefined;
255
- onAnimationIteration?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationIteration"] | undefined;
256
- onAnimationIterationCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationIterationCapture"] | undefined;
257
- onToggle?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onToggle"] | undefined;
258
- onBeforeToggle?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBeforeToggle"] | undefined;
259
- onTransitionCancel?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionCancel"] | undefined;
260
- onTransitionCancelCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionCancelCapture"] | undefined;
261
- onTransitionEnd?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionEnd"] | undefined;
262
- onTransitionEndCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionEndCapture"] | undefined;
263
- onTransitionRun?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionRun"] | undefined;
264
- onTransitionRunCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionRunCapture"] | undefined;
265
- onTransitionStart?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionStart"] | undefined;
266
- onTransitionStartCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionStartCapture"] | undefined;
267
- key?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["key"] | undefined;
33
+ slot?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["slot"] | undefined;
34
+ style?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["style"] | undefined;
35
+ ref?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["ref"] | undefined;
36
+ suppressHydrationWarning?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["suppressHydrationWarning"] | undefined;
37
+ className?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["className"] | undefined;
38
+ id?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["id"] | undefined;
39
+ lang?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["lang"] | undefined;
40
+ nonce?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["nonce"] | undefined;
41
+ tabIndex?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["tabIndex"] | undefined;
42
+ role?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["role"] | undefined;
43
+ part?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["part"] | undefined;
44
+ "aria-activedescendant"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-activedescendant"] | undefined;
45
+ "aria-atomic"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-atomic"] | undefined;
46
+ "aria-autocomplete"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-autocomplete"] | undefined;
47
+ "aria-braillelabel"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-braillelabel"] | undefined;
48
+ "aria-brailleroledescription"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-brailleroledescription"] | undefined;
49
+ "aria-busy"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-busy"] | undefined;
50
+ "aria-checked"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-checked"] | undefined;
51
+ "aria-colcount"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colcount"] | undefined;
52
+ "aria-colindex"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colindex"] | undefined;
53
+ "aria-colindextext"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colindextext"] | undefined;
54
+ "aria-colspan"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colspan"] | undefined;
55
+ "aria-controls"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-controls"] | undefined;
56
+ "aria-current"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-current"] | undefined;
57
+ "aria-describedby"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-describedby"] | undefined;
58
+ "aria-description"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-description"] | undefined;
59
+ "aria-details"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-details"] | undefined;
60
+ "aria-disabled"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-disabled"] | undefined;
61
+ "aria-dropeffect"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-dropeffect"] | undefined;
62
+ "aria-errormessage"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-errormessage"] | undefined;
63
+ "aria-expanded"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-expanded"] | undefined;
64
+ "aria-flowto"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-flowto"] | undefined;
65
+ "aria-grabbed"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-grabbed"] | undefined;
66
+ "aria-haspopup"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-haspopup"] | undefined;
67
+ "aria-hidden"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-hidden"] | undefined;
68
+ "aria-invalid"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-invalid"] | undefined;
69
+ "aria-keyshortcuts"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-keyshortcuts"] | undefined;
70
+ "aria-label"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-label"] | undefined;
71
+ "aria-labelledby"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-labelledby"] | undefined;
72
+ "aria-level"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-level"] | undefined;
73
+ "aria-live"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-live"] | undefined;
74
+ "aria-modal"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-modal"] | undefined;
75
+ "aria-multiline"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-multiline"] | undefined;
76
+ "aria-multiselectable"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-multiselectable"] | undefined;
77
+ "aria-orientation"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-orientation"] | undefined;
78
+ "aria-owns"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-owns"] | undefined;
79
+ "aria-placeholder"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-placeholder"] | undefined;
80
+ "aria-posinset"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-posinset"] | undefined;
81
+ "aria-pressed"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-pressed"] | undefined;
82
+ "aria-readonly"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-readonly"] | undefined;
83
+ "aria-relevant"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-relevant"] | undefined;
84
+ "aria-required"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-required"] | undefined;
85
+ "aria-roledescription"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-roledescription"] | undefined;
86
+ "aria-rowcount"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowcount"] | undefined;
87
+ "aria-rowindex"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowindex"] | undefined;
88
+ "aria-rowindextext"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowindextext"] | undefined;
89
+ "aria-rowspan"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowspan"] | undefined;
90
+ "aria-selected"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-selected"] | undefined;
91
+ "aria-setsize"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-setsize"] | undefined;
92
+ "aria-sort"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-sort"] | undefined;
93
+ "aria-valuemax"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuemax"] | undefined;
94
+ "aria-valuemin"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuemin"] | undefined;
95
+ "aria-valuenow"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuenow"] | undefined;
96
+ "aria-valuetext"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuetext"] | undefined;
97
+ children?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["children"] | undefined;
98
+ dangerouslySetInnerHTML?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["dangerouslySetInnerHTML"] | undefined;
99
+ onCopy?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCopy"] | undefined;
100
+ onCopyCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCopyCapture"] | undefined;
101
+ onCut?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCut"] | undefined;
102
+ onCutCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCutCapture"] | undefined;
103
+ onPaste?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPaste"] | undefined;
104
+ onPasteCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPasteCapture"] | undefined;
105
+ onCompositionEnd?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionEnd"] | undefined;
106
+ onCompositionEndCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionEndCapture"] | undefined;
107
+ onCompositionStart?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionStart"] | undefined;
108
+ onCompositionStartCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionStartCapture"] | undefined;
109
+ onCompositionUpdate?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionUpdate"] | undefined;
110
+ onCompositionUpdateCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionUpdateCapture"] | undefined;
111
+ onFocus?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onFocus"] | undefined;
112
+ onFocusCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onFocusCapture"] | undefined;
113
+ onBlur?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBlur"] | undefined;
114
+ onBlurCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBlurCapture"] | undefined;
115
+ onChange?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onChange"] | undefined;
116
+ onChangeCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onChangeCapture"] | undefined;
117
+ onBeforeInput?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBeforeInput"] | undefined;
118
+ onBeforeInputCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBeforeInputCapture"] | undefined;
119
+ onInput?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInput"] | undefined;
120
+ onInputCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInputCapture"] | undefined;
121
+ onReset?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onReset"] | undefined;
122
+ onResetCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onResetCapture"] | undefined;
123
+ onSubmit?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSubmit"] | undefined;
124
+ onSubmitCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSubmitCapture"] | undefined;
125
+ onInvalid?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInvalid"] | undefined;
126
+ onInvalidCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInvalidCapture"] | undefined;
127
+ onLoad?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoad"] | undefined;
128
+ onLoadCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadCapture"] | undefined;
129
+ onError?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onError"] | undefined;
130
+ onErrorCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onErrorCapture"] | undefined;
131
+ onKeyDown?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyDown"] | undefined;
132
+ onKeyDownCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyDownCapture"] | undefined;
133
+ onKeyPress?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyPress"] | undefined;
134
+ onKeyPressCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyPressCapture"] | undefined;
135
+ onKeyUp?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyUp"] | undefined;
136
+ onKeyUpCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyUpCapture"] | undefined;
137
+ onAbort?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAbort"] | undefined;
138
+ onAbortCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAbortCapture"] | undefined;
139
+ onCanPlay?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlay"] | undefined;
140
+ onCanPlayCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlayCapture"] | undefined;
141
+ onCanPlayThrough?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlayThrough"] | undefined;
142
+ onCanPlayThroughCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlayThroughCapture"] | undefined;
143
+ onDurationChange?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDurationChange"] | undefined;
144
+ onDurationChangeCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDurationChangeCapture"] | undefined;
145
+ onEmptied?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEmptied"] | undefined;
146
+ onEmptiedCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEmptiedCapture"] | undefined;
147
+ onEncrypted?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEncrypted"] | undefined;
148
+ onEncryptedCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEncryptedCapture"] | undefined;
149
+ onEnded?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEnded"] | undefined;
150
+ onEndedCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEndedCapture"] | undefined;
151
+ onLoadedData?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedData"] | undefined;
152
+ onLoadedDataCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedDataCapture"] | undefined;
153
+ onLoadedMetadata?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedMetadata"] | undefined;
154
+ onLoadedMetadataCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedMetadataCapture"] | undefined;
155
+ onLoadStart?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadStart"] | undefined;
156
+ onLoadStartCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadStartCapture"] | undefined;
157
+ onPause?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPause"] | undefined;
158
+ onPauseCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPauseCapture"] | undefined;
159
+ onPlay?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlay"] | undefined;
160
+ onPlayCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlayCapture"] | undefined;
161
+ onPlaying?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlaying"] | undefined;
162
+ onPlayingCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlayingCapture"] | undefined;
163
+ onProgress?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onProgress"] | undefined;
164
+ onProgressCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onProgressCapture"] | undefined;
165
+ onRateChange?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onRateChange"] | undefined;
166
+ onRateChangeCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onRateChangeCapture"] | undefined;
167
+ onSeeked?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeeked"] | undefined;
168
+ onSeekedCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeekedCapture"] | undefined;
169
+ onSeeking?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeeking"] | undefined;
170
+ onSeekingCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeekingCapture"] | undefined;
171
+ onStalled?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onStalled"] | undefined;
172
+ onStalledCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onStalledCapture"] | undefined;
173
+ onSuspend?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSuspend"] | undefined;
174
+ onSuspendCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSuspendCapture"] | undefined;
175
+ onTimeUpdate?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTimeUpdate"] | undefined;
176
+ onTimeUpdateCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTimeUpdateCapture"] | undefined;
177
+ onVolumeChange?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onVolumeChange"] | undefined;
178
+ onVolumeChangeCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onVolumeChangeCapture"] | undefined;
179
+ onWaiting?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWaiting"] | undefined;
180
+ onWaitingCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWaitingCapture"] | undefined;
181
+ onAuxClick?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAuxClick"] | undefined;
182
+ onAuxClickCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAuxClickCapture"] | undefined;
183
+ onClick?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onClick"] | undefined;
184
+ onClickCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onClickCapture"] | undefined;
185
+ onContextMenu?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onContextMenu"] | undefined;
186
+ onContextMenuCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onContextMenuCapture"] | undefined;
187
+ onDoubleClick?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDoubleClick"] | undefined;
188
+ onDoubleClickCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDoubleClickCapture"] | undefined;
189
+ onDrag?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDrag"] | undefined;
190
+ onDragCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragCapture"] | undefined;
191
+ onDragEnd?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEnd"] | undefined;
192
+ onDragEndCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEndCapture"] | undefined;
193
+ onDragEnter?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEnter"] | undefined;
194
+ onDragEnterCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEnterCapture"] | undefined;
195
+ onDragExit?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragExit"] | undefined;
196
+ onDragExitCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragExitCapture"] | undefined;
197
+ onDragLeave?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragLeave"] | undefined;
198
+ onDragLeaveCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragLeaveCapture"] | undefined;
199
+ onDragOver?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragOver"] | undefined;
200
+ onDragOverCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragOverCapture"] | undefined;
201
+ onDragStart?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragStart"] | undefined;
202
+ onDragStartCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragStartCapture"] | undefined;
203
+ onDrop?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDrop"] | undefined;
204
+ onDropCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDropCapture"] | undefined;
205
+ onMouseDown?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseDown"] | undefined;
206
+ onMouseDownCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseDownCapture"] | undefined;
207
+ onMouseEnter?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseEnter"] | undefined;
208
+ onMouseLeave?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseLeave"] | undefined;
209
+ onMouseMove?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseMove"] | undefined;
210
+ onMouseMoveCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseMoveCapture"] | undefined;
211
+ onMouseOut?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOut"] | undefined;
212
+ onMouseOutCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOutCapture"] | undefined;
213
+ onMouseOver?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOver"] | undefined;
214
+ onMouseOverCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOverCapture"] | undefined;
215
+ onMouseUp?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseUp"] | undefined;
216
+ onMouseUpCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseUpCapture"] | undefined;
217
+ onSelect?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSelect"] | undefined;
218
+ onSelectCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSelectCapture"] | undefined;
219
+ onTouchCancel?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchCancel"] | undefined;
220
+ onTouchCancelCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchCancelCapture"] | undefined;
221
+ onTouchEnd?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchEnd"] | undefined;
222
+ onTouchEndCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchEndCapture"] | undefined;
223
+ onTouchMove?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchMove"] | undefined;
224
+ onTouchMoveCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchMoveCapture"] | undefined;
225
+ onTouchStart?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchStart"] | undefined;
226
+ onTouchStartCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchStartCapture"] | undefined;
227
+ onPointerDown?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerDown"] | undefined;
228
+ onPointerDownCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerDownCapture"] | undefined;
229
+ onPointerMove?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerMove"] | undefined;
230
+ onPointerMoveCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerMoveCapture"] | undefined;
231
+ onPointerUp?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerUp"] | undefined;
232
+ onPointerUpCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerUpCapture"] | undefined;
233
+ onPointerCancel?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerCancel"] | undefined;
234
+ onPointerCancelCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerCancelCapture"] | undefined;
235
+ onPointerEnter?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerEnter"] | undefined;
236
+ onPointerLeave?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerLeave"] | undefined;
237
+ onPointerOver?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOver"] | undefined;
238
+ onPointerOverCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOverCapture"] | undefined;
239
+ onPointerOut?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOut"] | undefined;
240
+ onPointerOutCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOutCapture"] | undefined;
241
+ onGotPointerCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onGotPointerCapture"] | undefined;
242
+ onGotPointerCaptureCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onGotPointerCaptureCapture"] | undefined;
243
+ onLostPointerCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLostPointerCapture"] | undefined;
244
+ onLostPointerCaptureCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLostPointerCaptureCapture"] | undefined;
245
+ onScroll?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScroll"] | undefined;
246
+ onScrollCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScrollCapture"] | undefined;
247
+ onScrollEnd?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScrollEnd"] | undefined;
248
+ onScrollEndCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScrollEndCapture"] | undefined;
249
+ onWheel?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWheel"] | undefined;
250
+ onWheelCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWheelCapture"] | undefined;
251
+ onAnimationStart?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationStart"] | undefined;
252
+ onAnimationStartCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationStartCapture"] | undefined;
253
+ onAnimationEnd?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationEnd"] | undefined;
254
+ onAnimationEndCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationEndCapture"] | undefined;
255
+ onAnimationIteration?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationIteration"] | undefined;
256
+ onAnimationIterationCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationIterationCapture"] | undefined;
257
+ onToggle?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onToggle"] | undefined;
258
+ onBeforeToggle?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBeforeToggle"] | undefined;
259
+ onTransitionCancel?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionCancel"] | undefined;
260
+ onTransitionCancelCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionCancelCapture"] | undefined;
261
+ onTransitionEnd?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionEnd"] | undefined;
262
+ onTransitionEndCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionEndCapture"] | undefined;
263
+ onTransitionRun?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionRun"] | undefined;
264
+ onTransitionRunCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionRunCapture"] | undefined;
265
+ onTransitionStart?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionStart"] | undefined;
266
+ onTransitionStartCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionStartCapture"] | undefined;
267
+ key?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["key"] | undefined;
268
268
  "data-indeterminate": string | undefined;
269
269
  };
270
270
  getRootProps: (props?: HTMLProps<Y>) => {
271
- slot?: react114.JSX.IntrinsicElements[Y]["slot"] | undefined;
272
- style?: react114.JSX.IntrinsicElements[Y]["style"] | undefined;
273
- ref?: react114.JSX.IntrinsicElements[Y]["ref"] | undefined;
274
- suppressHydrationWarning?: react114.JSX.IntrinsicElements[Y]["suppressHydrationWarning"] | undefined;
275
- className?: react114.JSX.IntrinsicElements[Y]["className"] | undefined;
276
- id?: react114.JSX.IntrinsicElements[Y]["id"] | undefined;
277
- lang?: react114.JSX.IntrinsicElements[Y]["lang"] | undefined;
278
- nonce?: react114.JSX.IntrinsicElements[Y]["nonce"] | undefined;
279
- tabIndex?: react114.JSX.IntrinsicElements[Y]["tabIndex"] | undefined;
280
- role: string | react114.JSX.IntrinsicElements[Y]["role"];
281
- part?: react114.JSX.IntrinsicElements[Y]["part"] | undefined;
282
- "aria-activedescendant"?: react114.JSX.IntrinsicElements[Y]["aria-activedescendant"] | undefined;
283
- "aria-atomic"?: react114.JSX.IntrinsicElements[Y]["aria-atomic"] | undefined;
284
- "aria-autocomplete"?: react114.JSX.IntrinsicElements[Y]["aria-autocomplete"] | undefined;
285
- "aria-braillelabel"?: react114.JSX.IntrinsicElements[Y]["aria-braillelabel"] | undefined;
286
- "aria-brailleroledescription"?: react114.JSX.IntrinsicElements[Y]["aria-brailleroledescription"] | undefined;
287
- "aria-busy"?: react114.JSX.IntrinsicElements[Y]["aria-busy"] | undefined;
288
- "aria-checked"?: react114.JSX.IntrinsicElements[Y]["aria-checked"] | undefined;
289
- "aria-colcount"?: react114.JSX.IntrinsicElements[Y]["aria-colcount"] | undefined;
290
- "aria-colindex"?: react114.JSX.IntrinsicElements[Y]["aria-colindex"] | undefined;
291
- "aria-colindextext"?: react114.JSX.IntrinsicElements[Y]["aria-colindextext"] | undefined;
292
- "aria-colspan"?: react114.JSX.IntrinsicElements[Y]["aria-colspan"] | undefined;
293
- "aria-controls"?: react114.JSX.IntrinsicElements[Y]["aria-controls"] | undefined;
294
- "aria-current"?: react114.JSX.IntrinsicElements[Y]["aria-current"] | undefined;
295
- "aria-describedby"?: react114.JSX.IntrinsicElements[Y]["aria-describedby"] | undefined;
296
- "aria-description"?: react114.JSX.IntrinsicElements[Y]["aria-description"] | undefined;
297
- "aria-details"?: react114.JSX.IntrinsicElements[Y]["aria-details"] | undefined;
298
- "aria-disabled"?: react114.JSX.IntrinsicElements[Y]["aria-disabled"] | undefined;
299
- "aria-dropeffect"?: react114.JSX.IntrinsicElements[Y]["aria-dropeffect"] | undefined;
300
- "aria-errormessage"?: react114.JSX.IntrinsicElements[Y]["aria-errormessage"] | undefined;
301
- "aria-expanded"?: react114.JSX.IntrinsicElements[Y]["aria-expanded"] | undefined;
302
- "aria-flowto"?: react114.JSX.IntrinsicElements[Y]["aria-flowto"] | undefined;
303
- "aria-grabbed"?: react114.JSX.IntrinsicElements[Y]["aria-grabbed"] | undefined;
304
- "aria-haspopup"?: react114.JSX.IntrinsicElements[Y]["aria-haspopup"] | undefined;
305
- "aria-hidden"?: react114.JSX.IntrinsicElements[Y]["aria-hidden"] | undefined;
306
- "aria-invalid"?: react114.JSX.IntrinsicElements[Y]["aria-invalid"] | undefined;
307
- "aria-keyshortcuts"?: react114.JSX.IntrinsicElements[Y]["aria-keyshortcuts"] | undefined;
308
- "aria-label": string | react114.JSX.IntrinsicElements[Y]["aria-label"];
309
- "aria-labelledby"?: react114.JSX.IntrinsicElements[Y]["aria-labelledby"] | undefined;
310
- "aria-level"?: react114.JSX.IntrinsicElements[Y]["aria-level"] | undefined;
311
- "aria-live"?: react114.JSX.IntrinsicElements[Y]["aria-live"] | undefined;
312
- "aria-modal"?: react114.JSX.IntrinsicElements[Y]["aria-modal"] | undefined;
313
- "aria-multiline"?: react114.JSX.IntrinsicElements[Y]["aria-multiline"] | undefined;
314
- "aria-multiselectable"?: react114.JSX.IntrinsicElements[Y]["aria-multiselectable"] | undefined;
315
- "aria-orientation"?: react114.JSX.IntrinsicElements[Y]["aria-orientation"] | undefined;
316
- "aria-owns"?: react114.JSX.IntrinsicElements[Y]["aria-owns"] | undefined;
317
- "aria-placeholder"?: react114.JSX.IntrinsicElements[Y]["aria-placeholder"] | undefined;
318
- "aria-posinset"?: react114.JSX.IntrinsicElements[Y]["aria-posinset"] | undefined;
319
- "aria-pressed"?: react114.JSX.IntrinsicElements[Y]["aria-pressed"] | undefined;
320
- "aria-readonly"?: react114.JSX.IntrinsicElements[Y]["aria-readonly"] | undefined;
321
- "aria-relevant"?: react114.JSX.IntrinsicElements[Y]["aria-relevant"] | undefined;
322
- "aria-required"?: react114.JSX.IntrinsicElements[Y]["aria-required"] | undefined;
323
- "aria-roledescription"?: react114.JSX.IntrinsicElements[Y]["aria-roledescription"] | undefined;
324
- "aria-rowcount"?: react114.JSX.IntrinsicElements[Y]["aria-rowcount"] | undefined;
325
- "aria-rowindex"?: react114.JSX.IntrinsicElements[Y]["aria-rowindex"] | undefined;
326
- "aria-rowindextext"?: react114.JSX.IntrinsicElements[Y]["aria-rowindextext"] | undefined;
327
- "aria-rowspan"?: react114.JSX.IntrinsicElements[Y]["aria-rowspan"] | undefined;
328
- "aria-selected"?: react114.JSX.IntrinsicElements[Y]["aria-selected"] | undefined;
329
- "aria-setsize"?: react114.JSX.IntrinsicElements[Y]["aria-setsize"] | undefined;
330
- "aria-sort"?: react114.JSX.IntrinsicElements[Y]["aria-sort"] | undefined;
331
- "aria-valuemax": number | react114.JSX.IntrinsicElements[Y]["aria-valuemax"];
332
- "aria-valuemin": number | react114.JSX.IntrinsicElements[Y]["aria-valuemin"];
333
- "aria-valuenow": number | react114.JSX.IntrinsicElements[Y]["aria-valuenow"] | undefined;
334
- "aria-valuetext"?: react114.JSX.IntrinsicElements[Y]["aria-valuetext"] | undefined;
335
- children?: react114.JSX.IntrinsicElements[Y]["children"] | undefined;
336
- dangerouslySetInnerHTML?: react114.JSX.IntrinsicElements[Y]["dangerouslySetInnerHTML"] | undefined;
337
- onCopy?: react114.JSX.IntrinsicElements[Y]["onCopy"] | undefined;
338
- onCopyCapture?: react114.JSX.IntrinsicElements[Y]["onCopyCapture"] | undefined;
339
- onCut?: react114.JSX.IntrinsicElements[Y]["onCut"] | undefined;
340
- onCutCapture?: react114.JSX.IntrinsicElements[Y]["onCutCapture"] | undefined;
341
- onPaste?: react114.JSX.IntrinsicElements[Y]["onPaste"] | undefined;
342
- onPasteCapture?: react114.JSX.IntrinsicElements[Y]["onPasteCapture"] | undefined;
343
- onCompositionEnd?: react114.JSX.IntrinsicElements[Y]["onCompositionEnd"] | undefined;
344
- onCompositionEndCapture?: react114.JSX.IntrinsicElements[Y]["onCompositionEndCapture"] | undefined;
345
- onCompositionStart?: react114.JSX.IntrinsicElements[Y]["onCompositionStart"] | undefined;
346
- onCompositionStartCapture?: react114.JSX.IntrinsicElements[Y]["onCompositionStartCapture"] | undefined;
347
- onCompositionUpdate?: react114.JSX.IntrinsicElements[Y]["onCompositionUpdate"] | undefined;
348
- onCompositionUpdateCapture?: react114.JSX.IntrinsicElements[Y]["onCompositionUpdateCapture"] | undefined;
349
- onFocus?: react114.JSX.IntrinsicElements[Y]["onFocus"] | undefined;
350
- onFocusCapture?: react114.JSX.IntrinsicElements[Y]["onFocusCapture"] | undefined;
351
- onBlur?: react114.JSX.IntrinsicElements[Y]["onBlur"] | undefined;
352
- onBlurCapture?: react114.JSX.IntrinsicElements[Y]["onBlurCapture"] | undefined;
353
- onChange?: react114.JSX.IntrinsicElements[Y]["onChange"] | undefined;
354
- onChangeCapture?: react114.JSX.IntrinsicElements[Y]["onChangeCapture"] | undefined;
355
- onBeforeInput?: react114.JSX.IntrinsicElements[Y]["onBeforeInput"] | undefined;
356
- onBeforeInputCapture?: react114.JSX.IntrinsicElements[Y]["onBeforeInputCapture"] | undefined;
357
- onInput?: react114.JSX.IntrinsicElements[Y]["onInput"] | undefined;
358
- onInputCapture?: react114.JSX.IntrinsicElements[Y]["onInputCapture"] | undefined;
359
- onReset?: react114.JSX.IntrinsicElements[Y]["onReset"] | undefined;
360
- onResetCapture?: react114.JSX.IntrinsicElements[Y]["onResetCapture"] | undefined;
361
- onSubmit?: react114.JSX.IntrinsicElements[Y]["onSubmit"] | undefined;
362
- onSubmitCapture?: react114.JSX.IntrinsicElements[Y]["onSubmitCapture"] | undefined;
363
- onInvalid?: react114.JSX.IntrinsicElements[Y]["onInvalid"] | undefined;
364
- onInvalidCapture?: react114.JSX.IntrinsicElements[Y]["onInvalidCapture"] | undefined;
365
- onLoad?: react114.JSX.IntrinsicElements[Y]["onLoad"] | undefined;
366
- onLoadCapture?: react114.JSX.IntrinsicElements[Y]["onLoadCapture"] | undefined;
367
- onError?: react114.JSX.IntrinsicElements[Y]["onError"] | undefined;
368
- onErrorCapture?: react114.JSX.IntrinsicElements[Y]["onErrorCapture"] | undefined;
369
- onKeyDown?: react114.JSX.IntrinsicElements[Y]["onKeyDown"] | undefined;
370
- onKeyDownCapture?: react114.JSX.IntrinsicElements[Y]["onKeyDownCapture"] | undefined;
371
- onKeyPress?: react114.JSX.IntrinsicElements[Y]["onKeyPress"] | undefined;
372
- onKeyPressCapture?: react114.JSX.IntrinsicElements[Y]["onKeyPressCapture"] | undefined;
373
- onKeyUp?: react114.JSX.IntrinsicElements[Y]["onKeyUp"] | undefined;
374
- onKeyUpCapture?: react114.JSX.IntrinsicElements[Y]["onKeyUpCapture"] | undefined;
375
- onAbort?: react114.JSX.IntrinsicElements[Y]["onAbort"] | undefined;
376
- onAbortCapture?: react114.JSX.IntrinsicElements[Y]["onAbortCapture"] | undefined;
377
- onCanPlay?: react114.JSX.IntrinsicElements[Y]["onCanPlay"] | undefined;
378
- onCanPlayCapture?: react114.JSX.IntrinsicElements[Y]["onCanPlayCapture"] | undefined;
379
- onCanPlayThrough?: react114.JSX.IntrinsicElements[Y]["onCanPlayThrough"] | undefined;
380
- onCanPlayThroughCapture?: react114.JSX.IntrinsicElements[Y]["onCanPlayThroughCapture"] | undefined;
381
- onDurationChange?: react114.JSX.IntrinsicElements[Y]["onDurationChange"] | undefined;
382
- onDurationChangeCapture?: react114.JSX.IntrinsicElements[Y]["onDurationChangeCapture"] | undefined;
383
- onEmptied?: react114.JSX.IntrinsicElements[Y]["onEmptied"] | undefined;
384
- onEmptiedCapture?: react114.JSX.IntrinsicElements[Y]["onEmptiedCapture"] | undefined;
385
- onEncrypted?: react114.JSX.IntrinsicElements[Y]["onEncrypted"] | undefined;
386
- onEncryptedCapture?: react114.JSX.IntrinsicElements[Y]["onEncryptedCapture"] | undefined;
387
- onEnded?: react114.JSX.IntrinsicElements[Y]["onEnded"] | undefined;
388
- onEndedCapture?: react114.JSX.IntrinsicElements[Y]["onEndedCapture"] | undefined;
389
- onLoadedData?: react114.JSX.IntrinsicElements[Y]["onLoadedData"] | undefined;
390
- onLoadedDataCapture?: react114.JSX.IntrinsicElements[Y]["onLoadedDataCapture"] | undefined;
391
- onLoadedMetadata?: react114.JSX.IntrinsicElements[Y]["onLoadedMetadata"] | undefined;
392
- onLoadedMetadataCapture?: react114.JSX.IntrinsicElements[Y]["onLoadedMetadataCapture"] | undefined;
393
- onLoadStart?: react114.JSX.IntrinsicElements[Y]["onLoadStart"] | undefined;
394
- onLoadStartCapture?: react114.JSX.IntrinsicElements[Y]["onLoadStartCapture"] | undefined;
395
- onPause?: react114.JSX.IntrinsicElements[Y]["onPause"] | undefined;
396
- onPauseCapture?: react114.JSX.IntrinsicElements[Y]["onPauseCapture"] | undefined;
397
- onPlay?: react114.JSX.IntrinsicElements[Y]["onPlay"] | undefined;
398
- onPlayCapture?: react114.JSX.IntrinsicElements[Y]["onPlayCapture"] | undefined;
399
- onPlaying?: react114.JSX.IntrinsicElements[Y]["onPlaying"] | undefined;
400
- onPlayingCapture?: react114.JSX.IntrinsicElements[Y]["onPlayingCapture"] | undefined;
401
- onProgress?: react114.JSX.IntrinsicElements[Y]["onProgress"] | undefined;
402
- onProgressCapture?: react114.JSX.IntrinsicElements[Y]["onProgressCapture"] | undefined;
403
- onRateChange?: react114.JSX.IntrinsicElements[Y]["onRateChange"] | undefined;
404
- onRateChangeCapture?: react114.JSX.IntrinsicElements[Y]["onRateChangeCapture"] | undefined;
405
- onSeeked?: react114.JSX.IntrinsicElements[Y]["onSeeked"] | undefined;
406
- onSeekedCapture?: react114.JSX.IntrinsicElements[Y]["onSeekedCapture"] | undefined;
407
- onSeeking?: react114.JSX.IntrinsicElements[Y]["onSeeking"] | undefined;
408
- onSeekingCapture?: react114.JSX.IntrinsicElements[Y]["onSeekingCapture"] | undefined;
409
- onStalled?: react114.JSX.IntrinsicElements[Y]["onStalled"] | undefined;
410
- onStalledCapture?: react114.JSX.IntrinsicElements[Y]["onStalledCapture"] | undefined;
411
- onSuspend?: react114.JSX.IntrinsicElements[Y]["onSuspend"] | undefined;
412
- onSuspendCapture?: react114.JSX.IntrinsicElements[Y]["onSuspendCapture"] | undefined;
413
- onTimeUpdate?: react114.JSX.IntrinsicElements[Y]["onTimeUpdate"] | undefined;
414
- onTimeUpdateCapture?: react114.JSX.IntrinsicElements[Y]["onTimeUpdateCapture"] | undefined;
415
- onVolumeChange?: react114.JSX.IntrinsicElements[Y]["onVolumeChange"] | undefined;
416
- onVolumeChangeCapture?: react114.JSX.IntrinsicElements[Y]["onVolumeChangeCapture"] | undefined;
417
- onWaiting?: react114.JSX.IntrinsicElements[Y]["onWaiting"] | undefined;
418
- onWaitingCapture?: react114.JSX.IntrinsicElements[Y]["onWaitingCapture"] | undefined;
419
- onAuxClick?: react114.JSX.IntrinsicElements[Y]["onAuxClick"] | undefined;
420
- onAuxClickCapture?: react114.JSX.IntrinsicElements[Y]["onAuxClickCapture"] | undefined;
421
- onClick?: react114.JSX.IntrinsicElements[Y]["onClick"] | undefined;
422
- onClickCapture?: react114.JSX.IntrinsicElements[Y]["onClickCapture"] | undefined;
423
- onContextMenu?: react114.JSX.IntrinsicElements[Y]["onContextMenu"] | undefined;
424
- onContextMenuCapture?: react114.JSX.IntrinsicElements[Y]["onContextMenuCapture"] | undefined;
425
- onDoubleClick?: react114.JSX.IntrinsicElements[Y]["onDoubleClick"] | undefined;
426
- onDoubleClickCapture?: react114.JSX.IntrinsicElements[Y]["onDoubleClickCapture"] | undefined;
427
- onDrag?: react114.JSX.IntrinsicElements[Y]["onDrag"] | undefined;
428
- onDragCapture?: react114.JSX.IntrinsicElements[Y]["onDragCapture"] | undefined;
429
- onDragEnd?: react114.JSX.IntrinsicElements[Y]["onDragEnd"] | undefined;
430
- onDragEndCapture?: react114.JSX.IntrinsicElements[Y]["onDragEndCapture"] | undefined;
431
- onDragEnter?: react114.JSX.IntrinsicElements[Y]["onDragEnter"] | undefined;
432
- onDragEnterCapture?: react114.JSX.IntrinsicElements[Y]["onDragEnterCapture"] | undefined;
433
- onDragExit?: react114.JSX.IntrinsicElements[Y]["onDragExit"] | undefined;
434
- onDragExitCapture?: react114.JSX.IntrinsicElements[Y]["onDragExitCapture"] | undefined;
435
- onDragLeave?: react114.JSX.IntrinsicElements[Y]["onDragLeave"] | undefined;
436
- onDragLeaveCapture?: react114.JSX.IntrinsicElements[Y]["onDragLeaveCapture"] | undefined;
437
- onDragOver?: react114.JSX.IntrinsicElements[Y]["onDragOver"] | undefined;
438
- onDragOverCapture?: react114.JSX.IntrinsicElements[Y]["onDragOverCapture"] | undefined;
439
- onDragStart?: react114.JSX.IntrinsicElements[Y]["onDragStart"] | undefined;
440
- onDragStartCapture?: react114.JSX.IntrinsicElements[Y]["onDragStartCapture"] | undefined;
441
- onDrop?: react114.JSX.IntrinsicElements[Y]["onDrop"] | undefined;
442
- onDropCapture?: react114.JSX.IntrinsicElements[Y]["onDropCapture"] | undefined;
443
- onMouseDown?: react114.JSX.IntrinsicElements[Y]["onMouseDown"] | undefined;
444
- onMouseDownCapture?: react114.JSX.IntrinsicElements[Y]["onMouseDownCapture"] | undefined;
445
- onMouseEnter?: react114.JSX.IntrinsicElements[Y]["onMouseEnter"] | undefined;
446
- onMouseLeave?: react114.JSX.IntrinsicElements[Y]["onMouseLeave"] | undefined;
447
- onMouseMove?: react114.JSX.IntrinsicElements[Y]["onMouseMove"] | undefined;
448
- onMouseMoveCapture?: react114.JSX.IntrinsicElements[Y]["onMouseMoveCapture"] | undefined;
449
- onMouseOut?: react114.JSX.IntrinsicElements[Y]["onMouseOut"] | undefined;
450
- onMouseOutCapture?: react114.JSX.IntrinsicElements[Y]["onMouseOutCapture"] | undefined;
451
- onMouseOver?: react114.JSX.IntrinsicElements[Y]["onMouseOver"] | undefined;
452
- onMouseOverCapture?: react114.JSX.IntrinsicElements[Y]["onMouseOverCapture"] | undefined;
453
- onMouseUp?: react114.JSX.IntrinsicElements[Y]["onMouseUp"] | undefined;
454
- onMouseUpCapture?: react114.JSX.IntrinsicElements[Y]["onMouseUpCapture"] | undefined;
455
- onSelect?: react114.JSX.IntrinsicElements[Y]["onSelect"] | undefined;
456
- onSelectCapture?: react114.JSX.IntrinsicElements[Y]["onSelectCapture"] | undefined;
457
- onTouchCancel?: react114.JSX.IntrinsicElements[Y]["onTouchCancel"] | undefined;
458
- onTouchCancelCapture?: react114.JSX.IntrinsicElements[Y]["onTouchCancelCapture"] | undefined;
459
- onTouchEnd?: react114.JSX.IntrinsicElements[Y]["onTouchEnd"] | undefined;
460
- onTouchEndCapture?: react114.JSX.IntrinsicElements[Y]["onTouchEndCapture"] | undefined;
461
- onTouchMove?: react114.JSX.IntrinsicElements[Y]["onTouchMove"] | undefined;
462
- onTouchMoveCapture?: react114.JSX.IntrinsicElements[Y]["onTouchMoveCapture"] | undefined;
463
- onTouchStart?: react114.JSX.IntrinsicElements[Y]["onTouchStart"] | undefined;
464
- onTouchStartCapture?: react114.JSX.IntrinsicElements[Y]["onTouchStartCapture"] | undefined;
465
- onPointerDown?: react114.JSX.IntrinsicElements[Y]["onPointerDown"] | undefined;
466
- onPointerDownCapture?: react114.JSX.IntrinsicElements[Y]["onPointerDownCapture"] | undefined;
467
- onPointerMove?: react114.JSX.IntrinsicElements[Y]["onPointerMove"] | undefined;
468
- onPointerMoveCapture?: react114.JSX.IntrinsicElements[Y]["onPointerMoveCapture"] | undefined;
469
- onPointerUp?: react114.JSX.IntrinsicElements[Y]["onPointerUp"] | undefined;
470
- onPointerUpCapture?: react114.JSX.IntrinsicElements[Y]["onPointerUpCapture"] | undefined;
471
- onPointerCancel?: react114.JSX.IntrinsicElements[Y]["onPointerCancel"] | undefined;
472
- onPointerCancelCapture?: react114.JSX.IntrinsicElements[Y]["onPointerCancelCapture"] | undefined;
473
- onPointerEnter?: react114.JSX.IntrinsicElements[Y]["onPointerEnter"] | undefined;
474
- onPointerLeave?: react114.JSX.IntrinsicElements[Y]["onPointerLeave"] | undefined;
475
- onPointerOver?: react114.JSX.IntrinsicElements[Y]["onPointerOver"] | undefined;
476
- onPointerOverCapture?: react114.JSX.IntrinsicElements[Y]["onPointerOverCapture"] | undefined;
477
- onPointerOut?: react114.JSX.IntrinsicElements[Y]["onPointerOut"] | undefined;
478
- onPointerOutCapture?: react114.JSX.IntrinsicElements[Y]["onPointerOutCapture"] | undefined;
479
- onGotPointerCapture?: react114.JSX.IntrinsicElements[Y]["onGotPointerCapture"] | undefined;
480
- onGotPointerCaptureCapture?: react114.JSX.IntrinsicElements[Y]["onGotPointerCaptureCapture"] | undefined;
481
- onLostPointerCapture?: react114.JSX.IntrinsicElements[Y]["onLostPointerCapture"] | undefined;
482
- onLostPointerCaptureCapture?: react114.JSX.IntrinsicElements[Y]["onLostPointerCaptureCapture"] | undefined;
483
- onScroll?: react114.JSX.IntrinsicElements[Y]["onScroll"] | undefined;
484
- onScrollCapture?: react114.JSX.IntrinsicElements[Y]["onScrollCapture"] | undefined;
485
- onScrollEnd?: react114.JSX.IntrinsicElements[Y]["onScrollEnd"] | undefined;
486
- onScrollEndCapture?: react114.JSX.IntrinsicElements[Y]["onScrollEndCapture"] | undefined;
487
- onWheel?: react114.JSX.IntrinsicElements[Y]["onWheel"] | undefined;
488
- onWheelCapture?: react114.JSX.IntrinsicElements[Y]["onWheelCapture"] | undefined;
489
- onAnimationStart?: react114.JSX.IntrinsicElements[Y]["onAnimationStart"] | undefined;
490
- onAnimationStartCapture?: react114.JSX.IntrinsicElements[Y]["onAnimationStartCapture"] | undefined;
491
- onAnimationEnd?: react114.JSX.IntrinsicElements[Y]["onAnimationEnd"] | undefined;
492
- onAnimationEndCapture?: react114.JSX.IntrinsicElements[Y]["onAnimationEndCapture"] | undefined;
493
- onAnimationIteration?: react114.JSX.IntrinsicElements[Y]["onAnimationIteration"] | undefined;
494
- onAnimationIterationCapture?: react114.JSX.IntrinsicElements[Y]["onAnimationIterationCapture"] | undefined;
495
- onToggle?: react114.JSX.IntrinsicElements[Y]["onToggle"] | undefined;
496
- onBeforeToggle?: react114.JSX.IntrinsicElements[Y]["onBeforeToggle"] | undefined;
497
- onTransitionCancel?: react114.JSX.IntrinsicElements[Y]["onTransitionCancel"] | undefined;
498
- onTransitionCancelCapture?: react114.JSX.IntrinsicElements[Y]["onTransitionCancelCapture"] | undefined;
499
- onTransitionEnd?: react114.JSX.IntrinsicElements[Y]["onTransitionEnd"] | undefined;
500
- onTransitionEndCapture?: react114.JSX.IntrinsicElements[Y]["onTransitionEndCapture"] | undefined;
501
- onTransitionRun?: react114.JSX.IntrinsicElements[Y]["onTransitionRun"] | undefined;
502
- onTransitionRunCapture?: react114.JSX.IntrinsicElements[Y]["onTransitionRunCapture"] | undefined;
503
- onTransitionStart?: react114.JSX.IntrinsicElements[Y]["onTransitionStart"] | undefined;
504
- onTransitionStartCapture?: react114.JSX.IntrinsicElements[Y]["onTransitionStartCapture"] | undefined;
505
- key?: react114.JSX.IntrinsicElements[Y]["key"] | undefined;
271
+ slot?: react323.JSX.IntrinsicElements[Y]["slot"] | undefined;
272
+ style?: react323.JSX.IntrinsicElements[Y]["style"] | undefined;
273
+ ref?: react323.JSX.IntrinsicElements[Y]["ref"] | undefined;
274
+ suppressHydrationWarning?: react323.JSX.IntrinsicElements[Y]["suppressHydrationWarning"] | undefined;
275
+ className?: react323.JSX.IntrinsicElements[Y]["className"] | undefined;
276
+ id?: react323.JSX.IntrinsicElements[Y]["id"] | undefined;
277
+ lang?: react323.JSX.IntrinsicElements[Y]["lang"] | undefined;
278
+ nonce?: react323.JSX.IntrinsicElements[Y]["nonce"] | undefined;
279
+ tabIndex?: react323.JSX.IntrinsicElements[Y]["tabIndex"] | undefined;
280
+ role: string | react323.JSX.IntrinsicElements[Y]["role"];
281
+ part?: react323.JSX.IntrinsicElements[Y]["part"] | undefined;
282
+ "aria-activedescendant"?: react323.JSX.IntrinsicElements[Y]["aria-activedescendant"] | undefined;
283
+ "aria-atomic"?: react323.JSX.IntrinsicElements[Y]["aria-atomic"] | undefined;
284
+ "aria-autocomplete"?: react323.JSX.IntrinsicElements[Y]["aria-autocomplete"] | undefined;
285
+ "aria-braillelabel"?: react323.JSX.IntrinsicElements[Y]["aria-braillelabel"] | undefined;
286
+ "aria-brailleroledescription"?: react323.JSX.IntrinsicElements[Y]["aria-brailleroledescription"] | undefined;
287
+ "aria-busy"?: react323.JSX.IntrinsicElements[Y]["aria-busy"] | undefined;
288
+ "aria-checked"?: react323.JSX.IntrinsicElements[Y]["aria-checked"] | undefined;
289
+ "aria-colcount"?: react323.JSX.IntrinsicElements[Y]["aria-colcount"] | undefined;
290
+ "aria-colindex"?: react323.JSX.IntrinsicElements[Y]["aria-colindex"] | undefined;
291
+ "aria-colindextext"?: react323.JSX.IntrinsicElements[Y]["aria-colindextext"] | undefined;
292
+ "aria-colspan"?: react323.JSX.IntrinsicElements[Y]["aria-colspan"] | undefined;
293
+ "aria-controls"?: react323.JSX.IntrinsicElements[Y]["aria-controls"] | undefined;
294
+ "aria-current"?: react323.JSX.IntrinsicElements[Y]["aria-current"] | undefined;
295
+ "aria-describedby"?: react323.JSX.IntrinsicElements[Y]["aria-describedby"] | undefined;
296
+ "aria-description"?: react323.JSX.IntrinsicElements[Y]["aria-description"] | undefined;
297
+ "aria-details"?: react323.JSX.IntrinsicElements[Y]["aria-details"] | undefined;
298
+ "aria-disabled"?: react323.JSX.IntrinsicElements[Y]["aria-disabled"] | undefined;
299
+ "aria-dropeffect"?: react323.JSX.IntrinsicElements[Y]["aria-dropeffect"] | undefined;
300
+ "aria-errormessage"?: react323.JSX.IntrinsicElements[Y]["aria-errormessage"] | undefined;
301
+ "aria-expanded"?: react323.JSX.IntrinsicElements[Y]["aria-expanded"] | undefined;
302
+ "aria-flowto"?: react323.JSX.IntrinsicElements[Y]["aria-flowto"] | undefined;
303
+ "aria-grabbed"?: react323.JSX.IntrinsicElements[Y]["aria-grabbed"] | undefined;
304
+ "aria-haspopup"?: react323.JSX.IntrinsicElements[Y]["aria-haspopup"] | undefined;
305
+ "aria-hidden"?: react323.JSX.IntrinsicElements[Y]["aria-hidden"] | undefined;
306
+ "aria-invalid"?: react323.JSX.IntrinsicElements[Y]["aria-invalid"] | undefined;
307
+ "aria-keyshortcuts"?: react323.JSX.IntrinsicElements[Y]["aria-keyshortcuts"] | undefined;
308
+ "aria-label": string | react323.JSX.IntrinsicElements[Y]["aria-label"];
309
+ "aria-labelledby"?: react323.JSX.IntrinsicElements[Y]["aria-labelledby"] | undefined;
310
+ "aria-level"?: react323.JSX.IntrinsicElements[Y]["aria-level"] | undefined;
311
+ "aria-live"?: react323.JSX.IntrinsicElements[Y]["aria-live"] | undefined;
312
+ "aria-modal"?: react323.JSX.IntrinsicElements[Y]["aria-modal"] | undefined;
313
+ "aria-multiline"?: react323.JSX.IntrinsicElements[Y]["aria-multiline"] | undefined;
314
+ "aria-multiselectable"?: react323.JSX.IntrinsicElements[Y]["aria-multiselectable"] | undefined;
315
+ "aria-orientation"?: react323.JSX.IntrinsicElements[Y]["aria-orientation"] | undefined;
316
+ "aria-owns"?: react323.JSX.IntrinsicElements[Y]["aria-owns"] | undefined;
317
+ "aria-placeholder"?: react323.JSX.IntrinsicElements[Y]["aria-placeholder"] | undefined;
318
+ "aria-posinset"?: react323.JSX.IntrinsicElements[Y]["aria-posinset"] | undefined;
319
+ "aria-pressed"?: react323.JSX.IntrinsicElements[Y]["aria-pressed"] | undefined;
320
+ "aria-readonly"?: react323.JSX.IntrinsicElements[Y]["aria-readonly"] | undefined;
321
+ "aria-relevant"?: react323.JSX.IntrinsicElements[Y]["aria-relevant"] | undefined;
322
+ "aria-required"?: react323.JSX.IntrinsicElements[Y]["aria-required"] | undefined;
323
+ "aria-roledescription"?: react323.JSX.IntrinsicElements[Y]["aria-roledescription"] | undefined;
324
+ "aria-rowcount"?: react323.JSX.IntrinsicElements[Y]["aria-rowcount"] | undefined;
325
+ "aria-rowindex"?: react323.JSX.IntrinsicElements[Y]["aria-rowindex"] | undefined;
326
+ "aria-rowindextext"?: react323.JSX.IntrinsicElements[Y]["aria-rowindextext"] | undefined;
327
+ "aria-rowspan"?: react323.JSX.IntrinsicElements[Y]["aria-rowspan"] | undefined;
328
+ "aria-selected"?: react323.JSX.IntrinsicElements[Y]["aria-selected"] | undefined;
329
+ "aria-setsize"?: react323.JSX.IntrinsicElements[Y]["aria-setsize"] | undefined;
330
+ "aria-sort"?: react323.JSX.IntrinsicElements[Y]["aria-sort"] | undefined;
331
+ "aria-valuemax": number | react323.JSX.IntrinsicElements[Y]["aria-valuemax"];
332
+ "aria-valuemin": number | react323.JSX.IntrinsicElements[Y]["aria-valuemin"];
333
+ "aria-valuenow": number | react323.JSX.IntrinsicElements[Y]["aria-valuenow"] | undefined;
334
+ "aria-valuetext"?: react323.JSX.IntrinsicElements[Y]["aria-valuetext"] | undefined;
335
+ children?: react323.JSX.IntrinsicElements[Y]["children"] | undefined;
336
+ dangerouslySetInnerHTML?: react323.JSX.IntrinsicElements[Y]["dangerouslySetInnerHTML"] | undefined;
337
+ onCopy?: react323.JSX.IntrinsicElements[Y]["onCopy"] | undefined;
338
+ onCopyCapture?: react323.JSX.IntrinsicElements[Y]["onCopyCapture"] | undefined;
339
+ onCut?: react323.JSX.IntrinsicElements[Y]["onCut"] | undefined;
340
+ onCutCapture?: react323.JSX.IntrinsicElements[Y]["onCutCapture"] | undefined;
341
+ onPaste?: react323.JSX.IntrinsicElements[Y]["onPaste"] | undefined;
342
+ onPasteCapture?: react323.JSX.IntrinsicElements[Y]["onPasteCapture"] | undefined;
343
+ onCompositionEnd?: react323.JSX.IntrinsicElements[Y]["onCompositionEnd"] | undefined;
344
+ onCompositionEndCapture?: react323.JSX.IntrinsicElements[Y]["onCompositionEndCapture"] | undefined;
345
+ onCompositionStart?: react323.JSX.IntrinsicElements[Y]["onCompositionStart"] | undefined;
346
+ onCompositionStartCapture?: react323.JSX.IntrinsicElements[Y]["onCompositionStartCapture"] | undefined;
347
+ onCompositionUpdate?: react323.JSX.IntrinsicElements[Y]["onCompositionUpdate"] | undefined;
348
+ onCompositionUpdateCapture?: react323.JSX.IntrinsicElements[Y]["onCompositionUpdateCapture"] | undefined;
349
+ onFocus?: react323.JSX.IntrinsicElements[Y]["onFocus"] | undefined;
350
+ onFocusCapture?: react323.JSX.IntrinsicElements[Y]["onFocusCapture"] | undefined;
351
+ onBlur?: react323.JSX.IntrinsicElements[Y]["onBlur"] | undefined;
352
+ onBlurCapture?: react323.JSX.IntrinsicElements[Y]["onBlurCapture"] | undefined;
353
+ onChange?: react323.JSX.IntrinsicElements[Y]["onChange"] | undefined;
354
+ onChangeCapture?: react323.JSX.IntrinsicElements[Y]["onChangeCapture"] | undefined;
355
+ onBeforeInput?: react323.JSX.IntrinsicElements[Y]["onBeforeInput"] | undefined;
356
+ onBeforeInputCapture?: react323.JSX.IntrinsicElements[Y]["onBeforeInputCapture"] | undefined;
357
+ onInput?: react323.JSX.IntrinsicElements[Y]["onInput"] | undefined;
358
+ onInputCapture?: react323.JSX.IntrinsicElements[Y]["onInputCapture"] | undefined;
359
+ onReset?: react323.JSX.IntrinsicElements[Y]["onReset"] | undefined;
360
+ onResetCapture?: react323.JSX.IntrinsicElements[Y]["onResetCapture"] | undefined;
361
+ onSubmit?: react323.JSX.IntrinsicElements[Y]["onSubmit"] | undefined;
362
+ onSubmitCapture?: react323.JSX.IntrinsicElements[Y]["onSubmitCapture"] | undefined;
363
+ onInvalid?: react323.JSX.IntrinsicElements[Y]["onInvalid"] | undefined;
364
+ onInvalidCapture?: react323.JSX.IntrinsicElements[Y]["onInvalidCapture"] | undefined;
365
+ onLoad?: react323.JSX.IntrinsicElements[Y]["onLoad"] | undefined;
366
+ onLoadCapture?: react323.JSX.IntrinsicElements[Y]["onLoadCapture"] | undefined;
367
+ onError?: react323.JSX.IntrinsicElements[Y]["onError"] | undefined;
368
+ onErrorCapture?: react323.JSX.IntrinsicElements[Y]["onErrorCapture"] | undefined;
369
+ onKeyDown?: react323.JSX.IntrinsicElements[Y]["onKeyDown"] | undefined;
370
+ onKeyDownCapture?: react323.JSX.IntrinsicElements[Y]["onKeyDownCapture"] | undefined;
371
+ onKeyPress?: react323.JSX.IntrinsicElements[Y]["onKeyPress"] | undefined;
372
+ onKeyPressCapture?: react323.JSX.IntrinsicElements[Y]["onKeyPressCapture"] | undefined;
373
+ onKeyUp?: react323.JSX.IntrinsicElements[Y]["onKeyUp"] | undefined;
374
+ onKeyUpCapture?: react323.JSX.IntrinsicElements[Y]["onKeyUpCapture"] | undefined;
375
+ onAbort?: react323.JSX.IntrinsicElements[Y]["onAbort"] | undefined;
376
+ onAbortCapture?: react323.JSX.IntrinsicElements[Y]["onAbortCapture"] | undefined;
377
+ onCanPlay?: react323.JSX.IntrinsicElements[Y]["onCanPlay"] | undefined;
378
+ onCanPlayCapture?: react323.JSX.IntrinsicElements[Y]["onCanPlayCapture"] | undefined;
379
+ onCanPlayThrough?: react323.JSX.IntrinsicElements[Y]["onCanPlayThrough"] | undefined;
380
+ onCanPlayThroughCapture?: react323.JSX.IntrinsicElements[Y]["onCanPlayThroughCapture"] | undefined;
381
+ onDurationChange?: react323.JSX.IntrinsicElements[Y]["onDurationChange"] | undefined;
382
+ onDurationChangeCapture?: react323.JSX.IntrinsicElements[Y]["onDurationChangeCapture"] | undefined;
383
+ onEmptied?: react323.JSX.IntrinsicElements[Y]["onEmptied"] | undefined;
384
+ onEmptiedCapture?: react323.JSX.IntrinsicElements[Y]["onEmptiedCapture"] | undefined;
385
+ onEncrypted?: react323.JSX.IntrinsicElements[Y]["onEncrypted"] | undefined;
386
+ onEncryptedCapture?: react323.JSX.IntrinsicElements[Y]["onEncryptedCapture"] | undefined;
387
+ onEnded?: react323.JSX.IntrinsicElements[Y]["onEnded"] | undefined;
388
+ onEndedCapture?: react323.JSX.IntrinsicElements[Y]["onEndedCapture"] | undefined;
389
+ onLoadedData?: react323.JSX.IntrinsicElements[Y]["onLoadedData"] | undefined;
390
+ onLoadedDataCapture?: react323.JSX.IntrinsicElements[Y]["onLoadedDataCapture"] | undefined;
391
+ onLoadedMetadata?: react323.JSX.IntrinsicElements[Y]["onLoadedMetadata"] | undefined;
392
+ onLoadedMetadataCapture?: react323.JSX.IntrinsicElements[Y]["onLoadedMetadataCapture"] | undefined;
393
+ onLoadStart?: react323.JSX.IntrinsicElements[Y]["onLoadStart"] | undefined;
394
+ onLoadStartCapture?: react323.JSX.IntrinsicElements[Y]["onLoadStartCapture"] | undefined;
395
+ onPause?: react323.JSX.IntrinsicElements[Y]["onPause"] | undefined;
396
+ onPauseCapture?: react323.JSX.IntrinsicElements[Y]["onPauseCapture"] | undefined;
397
+ onPlay?: react323.JSX.IntrinsicElements[Y]["onPlay"] | undefined;
398
+ onPlayCapture?: react323.JSX.IntrinsicElements[Y]["onPlayCapture"] | undefined;
399
+ onPlaying?: react323.JSX.IntrinsicElements[Y]["onPlaying"] | undefined;
400
+ onPlayingCapture?: react323.JSX.IntrinsicElements[Y]["onPlayingCapture"] | undefined;
401
+ onProgress?: react323.JSX.IntrinsicElements[Y]["onProgress"] | undefined;
402
+ onProgressCapture?: react323.JSX.IntrinsicElements[Y]["onProgressCapture"] | undefined;
403
+ onRateChange?: react323.JSX.IntrinsicElements[Y]["onRateChange"] | undefined;
404
+ onRateChangeCapture?: react323.JSX.IntrinsicElements[Y]["onRateChangeCapture"] | undefined;
405
+ onSeeked?: react323.JSX.IntrinsicElements[Y]["onSeeked"] | undefined;
406
+ onSeekedCapture?: react323.JSX.IntrinsicElements[Y]["onSeekedCapture"] | undefined;
407
+ onSeeking?: react323.JSX.IntrinsicElements[Y]["onSeeking"] | undefined;
408
+ onSeekingCapture?: react323.JSX.IntrinsicElements[Y]["onSeekingCapture"] | undefined;
409
+ onStalled?: react323.JSX.IntrinsicElements[Y]["onStalled"] | undefined;
410
+ onStalledCapture?: react323.JSX.IntrinsicElements[Y]["onStalledCapture"] | undefined;
411
+ onSuspend?: react323.JSX.IntrinsicElements[Y]["onSuspend"] | undefined;
412
+ onSuspendCapture?: react323.JSX.IntrinsicElements[Y]["onSuspendCapture"] | undefined;
413
+ onTimeUpdate?: react323.JSX.IntrinsicElements[Y]["onTimeUpdate"] | undefined;
414
+ onTimeUpdateCapture?: react323.JSX.IntrinsicElements[Y]["onTimeUpdateCapture"] | undefined;
415
+ onVolumeChange?: react323.JSX.IntrinsicElements[Y]["onVolumeChange"] | undefined;
416
+ onVolumeChangeCapture?: react323.JSX.IntrinsicElements[Y]["onVolumeChangeCapture"] | undefined;
417
+ onWaiting?: react323.JSX.IntrinsicElements[Y]["onWaiting"] | undefined;
418
+ onWaitingCapture?: react323.JSX.IntrinsicElements[Y]["onWaitingCapture"] | undefined;
419
+ onAuxClick?: react323.JSX.IntrinsicElements[Y]["onAuxClick"] | undefined;
420
+ onAuxClickCapture?: react323.JSX.IntrinsicElements[Y]["onAuxClickCapture"] | undefined;
421
+ onClick?: react323.JSX.IntrinsicElements[Y]["onClick"] | undefined;
422
+ onClickCapture?: react323.JSX.IntrinsicElements[Y]["onClickCapture"] | undefined;
423
+ onContextMenu?: react323.JSX.IntrinsicElements[Y]["onContextMenu"] | undefined;
424
+ onContextMenuCapture?: react323.JSX.IntrinsicElements[Y]["onContextMenuCapture"] | undefined;
425
+ onDoubleClick?: react323.JSX.IntrinsicElements[Y]["onDoubleClick"] | undefined;
426
+ onDoubleClickCapture?: react323.JSX.IntrinsicElements[Y]["onDoubleClickCapture"] | undefined;
427
+ onDrag?: react323.JSX.IntrinsicElements[Y]["onDrag"] | undefined;
428
+ onDragCapture?: react323.JSX.IntrinsicElements[Y]["onDragCapture"] | undefined;
429
+ onDragEnd?: react323.JSX.IntrinsicElements[Y]["onDragEnd"] | undefined;
430
+ onDragEndCapture?: react323.JSX.IntrinsicElements[Y]["onDragEndCapture"] | undefined;
431
+ onDragEnter?: react323.JSX.IntrinsicElements[Y]["onDragEnter"] | undefined;
432
+ onDragEnterCapture?: react323.JSX.IntrinsicElements[Y]["onDragEnterCapture"] | undefined;
433
+ onDragExit?: react323.JSX.IntrinsicElements[Y]["onDragExit"] | undefined;
434
+ onDragExitCapture?: react323.JSX.IntrinsicElements[Y]["onDragExitCapture"] | undefined;
435
+ onDragLeave?: react323.JSX.IntrinsicElements[Y]["onDragLeave"] | undefined;
436
+ onDragLeaveCapture?: react323.JSX.IntrinsicElements[Y]["onDragLeaveCapture"] | undefined;
437
+ onDragOver?: react323.JSX.IntrinsicElements[Y]["onDragOver"] | undefined;
438
+ onDragOverCapture?: react323.JSX.IntrinsicElements[Y]["onDragOverCapture"] | undefined;
439
+ onDragStart?: react323.JSX.IntrinsicElements[Y]["onDragStart"] | undefined;
440
+ onDragStartCapture?: react323.JSX.IntrinsicElements[Y]["onDragStartCapture"] | undefined;
441
+ onDrop?: react323.JSX.IntrinsicElements[Y]["onDrop"] | undefined;
442
+ onDropCapture?: react323.JSX.IntrinsicElements[Y]["onDropCapture"] | undefined;
443
+ onMouseDown?: react323.JSX.IntrinsicElements[Y]["onMouseDown"] | undefined;
444
+ onMouseDownCapture?: react323.JSX.IntrinsicElements[Y]["onMouseDownCapture"] | undefined;
445
+ onMouseEnter?: react323.JSX.IntrinsicElements[Y]["onMouseEnter"] | undefined;
446
+ onMouseLeave?: react323.JSX.IntrinsicElements[Y]["onMouseLeave"] | undefined;
447
+ onMouseMove?: react323.JSX.IntrinsicElements[Y]["onMouseMove"] | undefined;
448
+ onMouseMoveCapture?: react323.JSX.IntrinsicElements[Y]["onMouseMoveCapture"] | undefined;
449
+ onMouseOut?: react323.JSX.IntrinsicElements[Y]["onMouseOut"] | undefined;
450
+ onMouseOutCapture?: react323.JSX.IntrinsicElements[Y]["onMouseOutCapture"] | undefined;
451
+ onMouseOver?: react323.JSX.IntrinsicElements[Y]["onMouseOver"] | undefined;
452
+ onMouseOverCapture?: react323.JSX.IntrinsicElements[Y]["onMouseOverCapture"] | undefined;
453
+ onMouseUp?: react323.JSX.IntrinsicElements[Y]["onMouseUp"] | undefined;
454
+ onMouseUpCapture?: react323.JSX.IntrinsicElements[Y]["onMouseUpCapture"] | undefined;
455
+ onSelect?: react323.JSX.IntrinsicElements[Y]["onSelect"] | undefined;
456
+ onSelectCapture?: react323.JSX.IntrinsicElements[Y]["onSelectCapture"] | undefined;
457
+ onTouchCancel?: react323.JSX.IntrinsicElements[Y]["onTouchCancel"] | undefined;
458
+ onTouchCancelCapture?: react323.JSX.IntrinsicElements[Y]["onTouchCancelCapture"] | undefined;
459
+ onTouchEnd?: react323.JSX.IntrinsicElements[Y]["onTouchEnd"] | undefined;
460
+ onTouchEndCapture?: react323.JSX.IntrinsicElements[Y]["onTouchEndCapture"] | undefined;
461
+ onTouchMove?: react323.JSX.IntrinsicElements[Y]["onTouchMove"] | undefined;
462
+ onTouchMoveCapture?: react323.JSX.IntrinsicElements[Y]["onTouchMoveCapture"] | undefined;
463
+ onTouchStart?: react323.JSX.IntrinsicElements[Y]["onTouchStart"] | undefined;
464
+ onTouchStartCapture?: react323.JSX.IntrinsicElements[Y]["onTouchStartCapture"] | undefined;
465
+ onPointerDown?: react323.JSX.IntrinsicElements[Y]["onPointerDown"] | undefined;
466
+ onPointerDownCapture?: react323.JSX.IntrinsicElements[Y]["onPointerDownCapture"] | undefined;
467
+ onPointerMove?: react323.JSX.IntrinsicElements[Y]["onPointerMove"] | undefined;
468
+ onPointerMoveCapture?: react323.JSX.IntrinsicElements[Y]["onPointerMoveCapture"] | undefined;
469
+ onPointerUp?: react323.JSX.IntrinsicElements[Y]["onPointerUp"] | undefined;
470
+ onPointerUpCapture?: react323.JSX.IntrinsicElements[Y]["onPointerUpCapture"] | undefined;
471
+ onPointerCancel?: react323.JSX.IntrinsicElements[Y]["onPointerCancel"] | undefined;
472
+ onPointerCancelCapture?: react323.JSX.IntrinsicElements[Y]["onPointerCancelCapture"] | undefined;
473
+ onPointerEnter?: react323.JSX.IntrinsicElements[Y]["onPointerEnter"] | undefined;
474
+ onPointerLeave?: react323.JSX.IntrinsicElements[Y]["onPointerLeave"] | undefined;
475
+ onPointerOver?: react323.JSX.IntrinsicElements[Y]["onPointerOver"] | undefined;
476
+ onPointerOverCapture?: react323.JSX.IntrinsicElements[Y]["onPointerOverCapture"] | undefined;
477
+ onPointerOut?: react323.JSX.IntrinsicElements[Y]["onPointerOut"] | undefined;
478
+ onPointerOutCapture?: react323.JSX.IntrinsicElements[Y]["onPointerOutCapture"] | undefined;
479
+ onGotPointerCapture?: react323.JSX.IntrinsicElements[Y]["onGotPointerCapture"] | undefined;
480
+ onGotPointerCaptureCapture?: react323.JSX.IntrinsicElements[Y]["onGotPointerCaptureCapture"] | undefined;
481
+ onLostPointerCapture?: react323.JSX.IntrinsicElements[Y]["onLostPointerCapture"] | undefined;
482
+ onLostPointerCaptureCapture?: react323.JSX.IntrinsicElements[Y]["onLostPointerCaptureCapture"] | undefined;
483
+ onScroll?: react323.JSX.IntrinsicElements[Y]["onScroll"] | undefined;
484
+ onScrollCapture?: react323.JSX.IntrinsicElements[Y]["onScrollCapture"] | undefined;
485
+ onScrollEnd?: react323.JSX.IntrinsicElements[Y]["onScrollEnd"] | undefined;
486
+ onScrollEndCapture?: react323.JSX.IntrinsicElements[Y]["onScrollEndCapture"] | undefined;
487
+ onWheel?: react323.JSX.IntrinsicElements[Y]["onWheel"] | undefined;
488
+ onWheelCapture?: react323.JSX.IntrinsicElements[Y]["onWheelCapture"] | undefined;
489
+ onAnimationStart?: react323.JSX.IntrinsicElements[Y]["onAnimationStart"] | undefined;
490
+ onAnimationStartCapture?: react323.JSX.IntrinsicElements[Y]["onAnimationStartCapture"] | undefined;
491
+ onAnimationEnd?: react323.JSX.IntrinsicElements[Y]["onAnimationEnd"] | undefined;
492
+ onAnimationEndCapture?: react323.JSX.IntrinsicElements[Y]["onAnimationEndCapture"] | undefined;
493
+ onAnimationIteration?: react323.JSX.IntrinsicElements[Y]["onAnimationIteration"] | undefined;
494
+ onAnimationIterationCapture?: react323.JSX.IntrinsicElements[Y]["onAnimationIterationCapture"] | undefined;
495
+ onToggle?: react323.JSX.IntrinsicElements[Y]["onToggle"] | undefined;
496
+ onBeforeToggle?: react323.JSX.IntrinsicElements[Y]["onBeforeToggle"] | undefined;
497
+ onTransitionCancel?: react323.JSX.IntrinsicElements[Y]["onTransitionCancel"] | undefined;
498
+ onTransitionCancelCapture?: react323.JSX.IntrinsicElements[Y]["onTransitionCancelCapture"] | undefined;
499
+ onTransitionEnd?: react323.JSX.IntrinsicElements[Y]["onTransitionEnd"] | undefined;
500
+ onTransitionEndCapture?: react323.JSX.IntrinsicElements[Y]["onTransitionEndCapture"] | undefined;
501
+ onTransitionRun?: react323.JSX.IntrinsicElements[Y]["onTransitionRun"] | undefined;
502
+ onTransitionRunCapture?: react323.JSX.IntrinsicElements[Y]["onTransitionRunCapture"] | undefined;
503
+ onTransitionStart?: react323.JSX.IntrinsicElements[Y]["onTransitionStart"] | undefined;
504
+ onTransitionStartCapture?: react323.JSX.IntrinsicElements[Y]["onTransitionStartCapture"] | undefined;
505
+ key?: react323.JSX.IntrinsicElements[Y]["key"] | undefined;
506
506
  "data-indeterminate": string | undefined;
507
507
  };
508
508
  getTrackProps: (props?: HTMLProps<Y extends "svg" ? "circle" : "div">) => {
509
- slot?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["slot"] | undefined;
510
- style?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["style"] | undefined;
511
- ref?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["ref"] | undefined;
512
- suppressHydrationWarning?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["suppressHydrationWarning"] | undefined;
513
- className?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["className"] | undefined;
514
- id?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["id"] | undefined;
515
- lang?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["lang"] | undefined;
516
- nonce?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["nonce"] | undefined;
517
- tabIndex?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["tabIndex"] | undefined;
518
- role?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["role"] | undefined;
519
- part?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["part"] | undefined;
520
- "aria-activedescendant"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-activedescendant"] | undefined;
521
- "aria-atomic"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-atomic"] | undefined;
522
- "aria-autocomplete"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-autocomplete"] | undefined;
523
- "aria-braillelabel"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-braillelabel"] | undefined;
524
- "aria-brailleroledescription"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-brailleroledescription"] | undefined;
525
- "aria-busy"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-busy"] | undefined;
526
- "aria-checked"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-checked"] | undefined;
527
- "aria-colcount"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colcount"] | undefined;
528
- "aria-colindex"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colindex"] | undefined;
529
- "aria-colindextext"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colindextext"] | undefined;
530
- "aria-colspan"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colspan"] | undefined;
531
- "aria-controls"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-controls"] | undefined;
532
- "aria-current"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-current"] | undefined;
533
- "aria-describedby"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-describedby"] | undefined;
534
- "aria-description"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-description"] | undefined;
535
- "aria-details"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-details"] | undefined;
536
- "aria-disabled"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-disabled"] | undefined;
537
- "aria-dropeffect"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-dropeffect"] | undefined;
538
- "aria-errormessage"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-errormessage"] | undefined;
539
- "aria-expanded"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-expanded"] | undefined;
540
- "aria-flowto"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-flowto"] | undefined;
541
- "aria-grabbed"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-grabbed"] | undefined;
542
- "aria-haspopup"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-haspopup"] | undefined;
543
- "aria-hidden"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-hidden"] | undefined;
544
- "aria-invalid"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-invalid"] | undefined;
545
- "aria-keyshortcuts"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-keyshortcuts"] | undefined;
546
- "aria-label"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-label"] | undefined;
547
- "aria-labelledby"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-labelledby"] | undefined;
548
- "aria-level"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-level"] | undefined;
549
- "aria-live"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-live"] | undefined;
550
- "aria-modal"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-modal"] | undefined;
551
- "aria-multiline"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-multiline"] | undefined;
552
- "aria-multiselectable"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-multiselectable"] | undefined;
553
- "aria-orientation"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-orientation"] | undefined;
554
- "aria-owns"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-owns"] | undefined;
555
- "aria-placeholder"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-placeholder"] | undefined;
556
- "aria-posinset"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-posinset"] | undefined;
557
- "aria-pressed"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-pressed"] | undefined;
558
- "aria-readonly"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-readonly"] | undefined;
559
- "aria-relevant"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-relevant"] | undefined;
560
- "aria-required"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-required"] | undefined;
561
- "aria-roledescription"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-roledescription"] | undefined;
562
- "aria-rowcount"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowcount"] | undefined;
563
- "aria-rowindex"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowindex"] | undefined;
564
- "aria-rowindextext"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowindextext"] | undefined;
565
- "aria-rowspan"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowspan"] | undefined;
566
- "aria-selected"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-selected"] | undefined;
567
- "aria-setsize"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-setsize"] | undefined;
568
- "aria-sort"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-sort"] | undefined;
569
- "aria-valuemax"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuemax"] | undefined;
570
- "aria-valuemin"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuemin"] | undefined;
571
- "aria-valuenow"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuenow"] | undefined;
572
- "aria-valuetext"?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuetext"] | undefined;
573
- children?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["children"] | undefined;
574
- dangerouslySetInnerHTML?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["dangerouslySetInnerHTML"] | undefined;
575
- onCopy?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCopy"] | undefined;
576
- onCopyCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCopyCapture"] | undefined;
577
- onCut?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCut"] | undefined;
578
- onCutCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCutCapture"] | undefined;
579
- onPaste?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPaste"] | undefined;
580
- onPasteCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPasteCapture"] | undefined;
581
- onCompositionEnd?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionEnd"] | undefined;
582
- onCompositionEndCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionEndCapture"] | undefined;
583
- onCompositionStart?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionStart"] | undefined;
584
- onCompositionStartCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionStartCapture"] | undefined;
585
- onCompositionUpdate?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionUpdate"] | undefined;
586
- onCompositionUpdateCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionUpdateCapture"] | undefined;
587
- onFocus?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onFocus"] | undefined;
588
- onFocusCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onFocusCapture"] | undefined;
589
- onBlur?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBlur"] | undefined;
590
- onBlurCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBlurCapture"] | undefined;
591
- onChange?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onChange"] | undefined;
592
- onChangeCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onChangeCapture"] | undefined;
593
- onBeforeInput?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBeforeInput"] | undefined;
594
- onBeforeInputCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBeforeInputCapture"] | undefined;
595
- onInput?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInput"] | undefined;
596
- onInputCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInputCapture"] | undefined;
597
- onReset?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onReset"] | undefined;
598
- onResetCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onResetCapture"] | undefined;
599
- onSubmit?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSubmit"] | undefined;
600
- onSubmitCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSubmitCapture"] | undefined;
601
- onInvalid?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInvalid"] | undefined;
602
- onInvalidCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInvalidCapture"] | undefined;
603
- onLoad?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoad"] | undefined;
604
- onLoadCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadCapture"] | undefined;
605
- onError?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onError"] | undefined;
606
- onErrorCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onErrorCapture"] | undefined;
607
- onKeyDown?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyDown"] | undefined;
608
- onKeyDownCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyDownCapture"] | undefined;
609
- onKeyPress?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyPress"] | undefined;
610
- onKeyPressCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyPressCapture"] | undefined;
611
- onKeyUp?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyUp"] | undefined;
612
- onKeyUpCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyUpCapture"] | undefined;
613
- onAbort?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAbort"] | undefined;
614
- onAbortCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAbortCapture"] | undefined;
615
- onCanPlay?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlay"] | undefined;
616
- onCanPlayCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlayCapture"] | undefined;
617
- onCanPlayThrough?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlayThrough"] | undefined;
618
- onCanPlayThroughCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlayThroughCapture"] | undefined;
619
- onDurationChange?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDurationChange"] | undefined;
620
- onDurationChangeCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDurationChangeCapture"] | undefined;
621
- onEmptied?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEmptied"] | undefined;
622
- onEmptiedCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEmptiedCapture"] | undefined;
623
- onEncrypted?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEncrypted"] | undefined;
624
- onEncryptedCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEncryptedCapture"] | undefined;
625
- onEnded?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEnded"] | undefined;
626
- onEndedCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEndedCapture"] | undefined;
627
- onLoadedData?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedData"] | undefined;
628
- onLoadedDataCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedDataCapture"] | undefined;
629
- onLoadedMetadata?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedMetadata"] | undefined;
630
- onLoadedMetadataCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedMetadataCapture"] | undefined;
631
- onLoadStart?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadStart"] | undefined;
632
- onLoadStartCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadStartCapture"] | undefined;
633
- onPause?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPause"] | undefined;
634
- onPauseCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPauseCapture"] | undefined;
635
- onPlay?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlay"] | undefined;
636
- onPlayCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlayCapture"] | undefined;
637
- onPlaying?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlaying"] | undefined;
638
- onPlayingCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlayingCapture"] | undefined;
639
- onProgress?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onProgress"] | undefined;
640
- onProgressCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onProgressCapture"] | undefined;
641
- onRateChange?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onRateChange"] | undefined;
642
- onRateChangeCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onRateChangeCapture"] | undefined;
643
- onSeeked?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeeked"] | undefined;
644
- onSeekedCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeekedCapture"] | undefined;
645
- onSeeking?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeeking"] | undefined;
646
- onSeekingCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeekingCapture"] | undefined;
647
- onStalled?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onStalled"] | undefined;
648
- onStalledCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onStalledCapture"] | undefined;
649
- onSuspend?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSuspend"] | undefined;
650
- onSuspendCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSuspendCapture"] | undefined;
651
- onTimeUpdate?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTimeUpdate"] | undefined;
652
- onTimeUpdateCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTimeUpdateCapture"] | undefined;
653
- onVolumeChange?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onVolumeChange"] | undefined;
654
- onVolumeChangeCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onVolumeChangeCapture"] | undefined;
655
- onWaiting?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWaiting"] | undefined;
656
- onWaitingCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWaitingCapture"] | undefined;
657
- onAuxClick?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAuxClick"] | undefined;
658
- onAuxClickCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAuxClickCapture"] | undefined;
659
- onClick?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onClick"] | undefined;
660
- onClickCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onClickCapture"] | undefined;
661
- onContextMenu?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onContextMenu"] | undefined;
662
- onContextMenuCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onContextMenuCapture"] | undefined;
663
- onDoubleClick?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDoubleClick"] | undefined;
664
- onDoubleClickCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDoubleClickCapture"] | undefined;
665
- onDrag?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDrag"] | undefined;
666
- onDragCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragCapture"] | undefined;
667
- onDragEnd?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEnd"] | undefined;
668
- onDragEndCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEndCapture"] | undefined;
669
- onDragEnter?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEnter"] | undefined;
670
- onDragEnterCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEnterCapture"] | undefined;
671
- onDragExit?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragExit"] | undefined;
672
- onDragExitCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragExitCapture"] | undefined;
673
- onDragLeave?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragLeave"] | undefined;
674
- onDragLeaveCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragLeaveCapture"] | undefined;
675
- onDragOver?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragOver"] | undefined;
676
- onDragOverCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragOverCapture"] | undefined;
677
- onDragStart?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragStart"] | undefined;
678
- onDragStartCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragStartCapture"] | undefined;
679
- onDrop?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDrop"] | undefined;
680
- onDropCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDropCapture"] | undefined;
681
- onMouseDown?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseDown"] | undefined;
682
- onMouseDownCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseDownCapture"] | undefined;
683
- onMouseEnter?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseEnter"] | undefined;
684
- onMouseLeave?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseLeave"] | undefined;
685
- onMouseMove?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseMove"] | undefined;
686
- onMouseMoveCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseMoveCapture"] | undefined;
687
- onMouseOut?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOut"] | undefined;
688
- onMouseOutCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOutCapture"] | undefined;
689
- onMouseOver?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOver"] | undefined;
690
- onMouseOverCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOverCapture"] | undefined;
691
- onMouseUp?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseUp"] | undefined;
692
- onMouseUpCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseUpCapture"] | undefined;
693
- onSelect?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSelect"] | undefined;
694
- onSelectCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSelectCapture"] | undefined;
695
- onTouchCancel?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchCancel"] | undefined;
696
- onTouchCancelCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchCancelCapture"] | undefined;
697
- onTouchEnd?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchEnd"] | undefined;
698
- onTouchEndCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchEndCapture"] | undefined;
699
- onTouchMove?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchMove"] | undefined;
700
- onTouchMoveCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchMoveCapture"] | undefined;
701
- onTouchStart?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchStart"] | undefined;
702
- onTouchStartCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchStartCapture"] | undefined;
703
- onPointerDown?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerDown"] | undefined;
704
- onPointerDownCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerDownCapture"] | undefined;
705
- onPointerMove?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerMove"] | undefined;
706
- onPointerMoveCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerMoveCapture"] | undefined;
707
- onPointerUp?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerUp"] | undefined;
708
- onPointerUpCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerUpCapture"] | undefined;
709
- onPointerCancel?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerCancel"] | undefined;
710
- onPointerCancelCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerCancelCapture"] | undefined;
711
- onPointerEnter?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerEnter"] | undefined;
712
- onPointerLeave?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerLeave"] | undefined;
713
- onPointerOver?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOver"] | undefined;
714
- onPointerOverCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOverCapture"] | undefined;
715
- onPointerOut?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOut"] | undefined;
716
- onPointerOutCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOutCapture"] | undefined;
717
- onGotPointerCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onGotPointerCapture"] | undefined;
718
- onGotPointerCaptureCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onGotPointerCaptureCapture"] | undefined;
719
- onLostPointerCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLostPointerCapture"] | undefined;
720
- onLostPointerCaptureCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLostPointerCaptureCapture"] | undefined;
721
- onScroll?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScroll"] | undefined;
722
- onScrollCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScrollCapture"] | undefined;
723
- onScrollEnd?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScrollEnd"] | undefined;
724
- onScrollEndCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScrollEndCapture"] | undefined;
725
- onWheel?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWheel"] | undefined;
726
- onWheelCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWheelCapture"] | undefined;
727
- onAnimationStart?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationStart"] | undefined;
728
- onAnimationStartCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationStartCapture"] | undefined;
729
- onAnimationEnd?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationEnd"] | undefined;
730
- onAnimationEndCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationEndCapture"] | undefined;
731
- onAnimationIteration?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationIteration"] | undefined;
732
- onAnimationIterationCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationIterationCapture"] | undefined;
733
- onToggle?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onToggle"] | undefined;
734
- onBeforeToggle?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBeforeToggle"] | undefined;
735
- onTransitionCancel?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionCancel"] | undefined;
736
- onTransitionCancelCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionCancelCapture"] | undefined;
737
- onTransitionEnd?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionEnd"] | undefined;
738
- onTransitionEndCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionEndCapture"] | undefined;
739
- onTransitionRun?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionRun"] | undefined;
740
- onTransitionRunCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionRunCapture"] | undefined;
741
- onTransitionStart?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionStart"] | undefined;
742
- onTransitionStartCapture?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionStartCapture"] | undefined;
743
- key?: react114.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["key"] | undefined;
509
+ slot?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["slot"] | undefined;
510
+ style?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["style"] | undefined;
511
+ ref?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["ref"] | undefined;
512
+ suppressHydrationWarning?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["suppressHydrationWarning"] | undefined;
513
+ className?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["className"] | undefined;
514
+ id?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["id"] | undefined;
515
+ lang?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["lang"] | undefined;
516
+ nonce?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["nonce"] | undefined;
517
+ tabIndex?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["tabIndex"] | undefined;
518
+ role?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["role"] | undefined;
519
+ part?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["part"] | undefined;
520
+ "aria-activedescendant"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-activedescendant"] | undefined;
521
+ "aria-atomic"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-atomic"] | undefined;
522
+ "aria-autocomplete"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-autocomplete"] | undefined;
523
+ "aria-braillelabel"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-braillelabel"] | undefined;
524
+ "aria-brailleroledescription"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-brailleroledescription"] | undefined;
525
+ "aria-busy"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-busy"] | undefined;
526
+ "aria-checked"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-checked"] | undefined;
527
+ "aria-colcount"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colcount"] | undefined;
528
+ "aria-colindex"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colindex"] | undefined;
529
+ "aria-colindextext"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colindextext"] | undefined;
530
+ "aria-colspan"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-colspan"] | undefined;
531
+ "aria-controls"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-controls"] | undefined;
532
+ "aria-current"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-current"] | undefined;
533
+ "aria-describedby"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-describedby"] | undefined;
534
+ "aria-description"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-description"] | undefined;
535
+ "aria-details"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-details"] | undefined;
536
+ "aria-disabled"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-disabled"] | undefined;
537
+ "aria-dropeffect"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-dropeffect"] | undefined;
538
+ "aria-errormessage"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-errormessage"] | undefined;
539
+ "aria-expanded"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-expanded"] | undefined;
540
+ "aria-flowto"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-flowto"] | undefined;
541
+ "aria-grabbed"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-grabbed"] | undefined;
542
+ "aria-haspopup"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-haspopup"] | undefined;
543
+ "aria-hidden"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-hidden"] | undefined;
544
+ "aria-invalid"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-invalid"] | undefined;
545
+ "aria-keyshortcuts"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-keyshortcuts"] | undefined;
546
+ "aria-label"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-label"] | undefined;
547
+ "aria-labelledby"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-labelledby"] | undefined;
548
+ "aria-level"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-level"] | undefined;
549
+ "aria-live"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-live"] | undefined;
550
+ "aria-modal"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-modal"] | undefined;
551
+ "aria-multiline"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-multiline"] | undefined;
552
+ "aria-multiselectable"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-multiselectable"] | undefined;
553
+ "aria-orientation"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-orientation"] | undefined;
554
+ "aria-owns"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-owns"] | undefined;
555
+ "aria-placeholder"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-placeholder"] | undefined;
556
+ "aria-posinset"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-posinset"] | undefined;
557
+ "aria-pressed"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-pressed"] | undefined;
558
+ "aria-readonly"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-readonly"] | undefined;
559
+ "aria-relevant"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-relevant"] | undefined;
560
+ "aria-required"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-required"] | undefined;
561
+ "aria-roledescription"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-roledescription"] | undefined;
562
+ "aria-rowcount"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowcount"] | undefined;
563
+ "aria-rowindex"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowindex"] | undefined;
564
+ "aria-rowindextext"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowindextext"] | undefined;
565
+ "aria-rowspan"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-rowspan"] | undefined;
566
+ "aria-selected"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-selected"] | undefined;
567
+ "aria-setsize"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-setsize"] | undefined;
568
+ "aria-sort"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-sort"] | undefined;
569
+ "aria-valuemax"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuemax"] | undefined;
570
+ "aria-valuemin"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuemin"] | undefined;
571
+ "aria-valuenow"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuenow"] | undefined;
572
+ "aria-valuetext"?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["aria-valuetext"] | undefined;
573
+ children?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["children"] | undefined;
574
+ dangerouslySetInnerHTML?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["dangerouslySetInnerHTML"] | undefined;
575
+ onCopy?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCopy"] | undefined;
576
+ onCopyCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCopyCapture"] | undefined;
577
+ onCut?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCut"] | undefined;
578
+ onCutCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCutCapture"] | undefined;
579
+ onPaste?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPaste"] | undefined;
580
+ onPasteCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPasteCapture"] | undefined;
581
+ onCompositionEnd?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionEnd"] | undefined;
582
+ onCompositionEndCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionEndCapture"] | undefined;
583
+ onCompositionStart?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionStart"] | undefined;
584
+ onCompositionStartCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionStartCapture"] | undefined;
585
+ onCompositionUpdate?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionUpdate"] | undefined;
586
+ onCompositionUpdateCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCompositionUpdateCapture"] | undefined;
587
+ onFocus?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onFocus"] | undefined;
588
+ onFocusCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onFocusCapture"] | undefined;
589
+ onBlur?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBlur"] | undefined;
590
+ onBlurCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBlurCapture"] | undefined;
591
+ onChange?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onChange"] | undefined;
592
+ onChangeCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onChangeCapture"] | undefined;
593
+ onBeforeInput?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBeforeInput"] | undefined;
594
+ onBeforeInputCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBeforeInputCapture"] | undefined;
595
+ onInput?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInput"] | undefined;
596
+ onInputCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInputCapture"] | undefined;
597
+ onReset?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onReset"] | undefined;
598
+ onResetCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onResetCapture"] | undefined;
599
+ onSubmit?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSubmit"] | undefined;
600
+ onSubmitCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSubmitCapture"] | undefined;
601
+ onInvalid?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInvalid"] | undefined;
602
+ onInvalidCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onInvalidCapture"] | undefined;
603
+ onLoad?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoad"] | undefined;
604
+ onLoadCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadCapture"] | undefined;
605
+ onError?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onError"] | undefined;
606
+ onErrorCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onErrorCapture"] | undefined;
607
+ onKeyDown?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyDown"] | undefined;
608
+ onKeyDownCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyDownCapture"] | undefined;
609
+ onKeyPress?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyPress"] | undefined;
610
+ onKeyPressCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyPressCapture"] | undefined;
611
+ onKeyUp?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyUp"] | undefined;
612
+ onKeyUpCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onKeyUpCapture"] | undefined;
613
+ onAbort?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAbort"] | undefined;
614
+ onAbortCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAbortCapture"] | undefined;
615
+ onCanPlay?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlay"] | undefined;
616
+ onCanPlayCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlayCapture"] | undefined;
617
+ onCanPlayThrough?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlayThrough"] | undefined;
618
+ onCanPlayThroughCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onCanPlayThroughCapture"] | undefined;
619
+ onDurationChange?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDurationChange"] | undefined;
620
+ onDurationChangeCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDurationChangeCapture"] | undefined;
621
+ onEmptied?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEmptied"] | undefined;
622
+ onEmptiedCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEmptiedCapture"] | undefined;
623
+ onEncrypted?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEncrypted"] | undefined;
624
+ onEncryptedCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEncryptedCapture"] | undefined;
625
+ onEnded?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEnded"] | undefined;
626
+ onEndedCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onEndedCapture"] | undefined;
627
+ onLoadedData?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedData"] | undefined;
628
+ onLoadedDataCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedDataCapture"] | undefined;
629
+ onLoadedMetadata?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedMetadata"] | undefined;
630
+ onLoadedMetadataCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadedMetadataCapture"] | undefined;
631
+ onLoadStart?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadStart"] | undefined;
632
+ onLoadStartCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLoadStartCapture"] | undefined;
633
+ onPause?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPause"] | undefined;
634
+ onPauseCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPauseCapture"] | undefined;
635
+ onPlay?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlay"] | undefined;
636
+ onPlayCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlayCapture"] | undefined;
637
+ onPlaying?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlaying"] | undefined;
638
+ onPlayingCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPlayingCapture"] | undefined;
639
+ onProgress?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onProgress"] | undefined;
640
+ onProgressCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onProgressCapture"] | undefined;
641
+ onRateChange?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onRateChange"] | undefined;
642
+ onRateChangeCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onRateChangeCapture"] | undefined;
643
+ onSeeked?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeeked"] | undefined;
644
+ onSeekedCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeekedCapture"] | undefined;
645
+ onSeeking?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeeking"] | undefined;
646
+ onSeekingCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSeekingCapture"] | undefined;
647
+ onStalled?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onStalled"] | undefined;
648
+ onStalledCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onStalledCapture"] | undefined;
649
+ onSuspend?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSuspend"] | undefined;
650
+ onSuspendCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSuspendCapture"] | undefined;
651
+ onTimeUpdate?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTimeUpdate"] | undefined;
652
+ onTimeUpdateCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTimeUpdateCapture"] | undefined;
653
+ onVolumeChange?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onVolumeChange"] | undefined;
654
+ onVolumeChangeCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onVolumeChangeCapture"] | undefined;
655
+ onWaiting?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWaiting"] | undefined;
656
+ onWaitingCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWaitingCapture"] | undefined;
657
+ onAuxClick?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAuxClick"] | undefined;
658
+ onAuxClickCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAuxClickCapture"] | undefined;
659
+ onClick?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onClick"] | undefined;
660
+ onClickCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onClickCapture"] | undefined;
661
+ onContextMenu?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onContextMenu"] | undefined;
662
+ onContextMenuCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onContextMenuCapture"] | undefined;
663
+ onDoubleClick?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDoubleClick"] | undefined;
664
+ onDoubleClickCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDoubleClickCapture"] | undefined;
665
+ onDrag?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDrag"] | undefined;
666
+ onDragCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragCapture"] | undefined;
667
+ onDragEnd?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEnd"] | undefined;
668
+ onDragEndCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEndCapture"] | undefined;
669
+ onDragEnter?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEnter"] | undefined;
670
+ onDragEnterCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragEnterCapture"] | undefined;
671
+ onDragExit?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragExit"] | undefined;
672
+ onDragExitCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragExitCapture"] | undefined;
673
+ onDragLeave?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragLeave"] | undefined;
674
+ onDragLeaveCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragLeaveCapture"] | undefined;
675
+ onDragOver?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragOver"] | undefined;
676
+ onDragOverCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragOverCapture"] | undefined;
677
+ onDragStart?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragStart"] | undefined;
678
+ onDragStartCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDragStartCapture"] | undefined;
679
+ onDrop?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDrop"] | undefined;
680
+ onDropCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onDropCapture"] | undefined;
681
+ onMouseDown?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseDown"] | undefined;
682
+ onMouseDownCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseDownCapture"] | undefined;
683
+ onMouseEnter?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseEnter"] | undefined;
684
+ onMouseLeave?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseLeave"] | undefined;
685
+ onMouseMove?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseMove"] | undefined;
686
+ onMouseMoveCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseMoveCapture"] | undefined;
687
+ onMouseOut?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOut"] | undefined;
688
+ onMouseOutCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOutCapture"] | undefined;
689
+ onMouseOver?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOver"] | undefined;
690
+ onMouseOverCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseOverCapture"] | undefined;
691
+ onMouseUp?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseUp"] | undefined;
692
+ onMouseUpCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onMouseUpCapture"] | undefined;
693
+ onSelect?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSelect"] | undefined;
694
+ onSelectCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onSelectCapture"] | undefined;
695
+ onTouchCancel?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchCancel"] | undefined;
696
+ onTouchCancelCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchCancelCapture"] | undefined;
697
+ onTouchEnd?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchEnd"] | undefined;
698
+ onTouchEndCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchEndCapture"] | undefined;
699
+ onTouchMove?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchMove"] | undefined;
700
+ onTouchMoveCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchMoveCapture"] | undefined;
701
+ onTouchStart?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchStart"] | undefined;
702
+ onTouchStartCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTouchStartCapture"] | undefined;
703
+ onPointerDown?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerDown"] | undefined;
704
+ onPointerDownCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerDownCapture"] | undefined;
705
+ onPointerMove?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerMove"] | undefined;
706
+ onPointerMoveCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerMoveCapture"] | undefined;
707
+ onPointerUp?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerUp"] | undefined;
708
+ onPointerUpCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerUpCapture"] | undefined;
709
+ onPointerCancel?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerCancel"] | undefined;
710
+ onPointerCancelCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerCancelCapture"] | undefined;
711
+ onPointerEnter?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerEnter"] | undefined;
712
+ onPointerLeave?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerLeave"] | undefined;
713
+ onPointerOver?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOver"] | undefined;
714
+ onPointerOverCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOverCapture"] | undefined;
715
+ onPointerOut?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOut"] | undefined;
716
+ onPointerOutCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onPointerOutCapture"] | undefined;
717
+ onGotPointerCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onGotPointerCapture"] | undefined;
718
+ onGotPointerCaptureCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onGotPointerCaptureCapture"] | undefined;
719
+ onLostPointerCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLostPointerCapture"] | undefined;
720
+ onLostPointerCaptureCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onLostPointerCaptureCapture"] | undefined;
721
+ onScroll?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScroll"] | undefined;
722
+ onScrollCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScrollCapture"] | undefined;
723
+ onScrollEnd?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScrollEnd"] | undefined;
724
+ onScrollEndCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onScrollEndCapture"] | undefined;
725
+ onWheel?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWheel"] | undefined;
726
+ onWheelCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onWheelCapture"] | undefined;
727
+ onAnimationStart?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationStart"] | undefined;
728
+ onAnimationStartCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationStartCapture"] | undefined;
729
+ onAnimationEnd?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationEnd"] | undefined;
730
+ onAnimationEndCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationEndCapture"] | undefined;
731
+ onAnimationIteration?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationIteration"] | undefined;
732
+ onAnimationIterationCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onAnimationIterationCapture"] | undefined;
733
+ onToggle?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onToggle"] | undefined;
734
+ onBeforeToggle?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onBeforeToggle"] | undefined;
735
+ onTransitionCancel?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionCancel"] | undefined;
736
+ onTransitionCancelCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionCancelCapture"] | undefined;
737
+ onTransitionEnd?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionEnd"] | undefined;
738
+ onTransitionEndCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionEndCapture"] | undefined;
739
+ onTransitionRun?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionRun"] | undefined;
740
+ onTransitionRunCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionRunCapture"] | undefined;
741
+ onTransitionStart?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionStart"] | undefined;
742
+ onTransitionStartCapture?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["onTransitionStartCapture"] | undefined;
743
+ key?: react323.JSX.IntrinsicElements[Y extends "svg" ? "circle" : "div"]["key"] | undefined;
744
744
  "data-indeterminate": string | undefined;
745
745
  };
746
746
  };