@yamada-ui/react 2.1.8-dev-20260409035719 → 2.2.0-dev-20260409110358

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