@coinbase/cds-web 8.61.0 → 8.62.1

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 (268) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dts/accordion/Accordion.d.ts +1 -9
  3. package/dts/accordion/Accordion.d.ts.map +1 -1
  4. package/dts/alpha/combobox/Combobox.d.ts.map +1 -1
  5. package/dts/alpha/select/Select.d.ts.map +1 -1
  6. package/dts/alpha/select-chip/SelectChip.d.ts.map +1 -1
  7. package/dts/alpha/tabbed-chips/TabbedChips.d.ts.map +1 -1
  8. package/dts/banner/Banner.d.ts.map +1 -1
  9. package/dts/buttons/AvatarButton.d.ts.map +1 -1
  10. package/dts/buttons/Button.d.ts +2 -4
  11. package/dts/buttons/Button.d.ts.map +1 -1
  12. package/dts/buttons/ButtonGroup.d.ts.map +1 -1
  13. package/dts/buttons/IconButton.d.ts.map +1 -1
  14. package/dts/buttons/IconCounterButton.d.ts.map +1 -1
  15. package/dts/buttons/Tile.d.ts +1 -1
  16. package/dts/buttons/Tile.d.ts.map +1 -1
  17. package/dts/buttons/TileButton.d.ts.map +1 -1
  18. package/dts/cards/LikeButton.d.ts.map +1 -1
  19. package/dts/carousel/Carousel.d.ts.map +1 -1
  20. package/dts/cells/Cell.d.ts.map +1 -1
  21. package/dts/cells/CellAccessory.d.ts.map +1 -1
  22. package/dts/cells/ListCell.d.ts.map +1 -1
  23. package/dts/cells/ListCellFallback.d.ts.map +1 -1
  24. package/dts/chips/Chip.d.ts.map +1 -1
  25. package/dts/chips/ChipProps.d.ts +10 -8
  26. package/dts/chips/ChipProps.d.ts.map +1 -1
  27. package/dts/chips/InputChip.d.ts.map +1 -1
  28. package/dts/chips/MediaChip.d.ts +4 -4
  29. package/dts/chips/MediaChip.d.ts.map +1 -1
  30. package/dts/chips/TabbedChips.d.ts.map +1 -1
  31. package/dts/coachmark/Coachmark.d.ts.map +1 -1
  32. package/dts/collapsible/Collapsible.d.ts.map +1 -1
  33. package/dts/collapsible/useCollapsibleMotionProps.d.ts +221 -221
  34. package/dts/controls/Checkbox.d.ts.map +1 -1
  35. package/dts/controls/CheckboxCell.d.ts.map +1 -1
  36. package/dts/controls/Control.d.ts.map +1 -1
  37. package/dts/controls/ControlGroup.d.ts +13 -4
  38. package/dts/controls/ControlGroup.d.ts.map +1 -1
  39. package/dts/controls/InputStack.d.ts.map +1 -1
  40. package/dts/controls/Radio.d.ts.map +1 -1
  41. package/dts/controls/RadioCell.d.ts.map +1 -1
  42. package/dts/controls/SearchInput.d.ts.map +1 -1
  43. package/dts/controls/SelectOption.d.ts +1 -14
  44. package/dts/controls/SelectOption.d.ts.map +1 -1
  45. package/dts/controls/Switch.d.ts +2 -1
  46. package/dts/controls/Switch.d.ts.map +1 -1
  47. package/dts/controls/TextInput.d.ts.map +1 -1
  48. package/dts/core/componentConfig.d.ts +192 -0
  49. package/dts/core/componentConfig.d.ts.map +1 -0
  50. package/dts/dates/Calendar.d.ts.map +1 -1
  51. package/dts/dates/DateInput.d.ts.map +1 -1
  52. package/dts/dates/DatePicker.d.ts.map +1 -1
  53. package/dts/dots/DotCount.d.ts +1 -15
  54. package/dts/dots/DotCount.d.ts.map +1 -1
  55. package/dts/dots/DotStatusColor.d.ts +1 -10
  56. package/dts/dots/DotStatusColor.d.ts.map +1 -1
  57. package/dts/dots/DotSymbol.d.ts +1 -22
  58. package/dts/dots/DotSymbol.d.ts.map +1 -1
  59. package/dts/dropdown/Dropdown.d.ts +30 -29
  60. package/dts/dropdown/Dropdown.d.ts.map +1 -1
  61. package/dts/dropdown/DropdownProps.d.ts +53 -51
  62. package/dts/dropdown/DropdownProps.d.ts.map +1 -1
  63. package/dts/hooks/useComponentConfig.d.ts +22 -0
  64. package/dts/hooks/useComponentConfig.d.ts.map +1 -0
  65. package/dts/hooks/useIsoEffect.d.ts +2 -2
  66. package/dts/hooks/useIsoEffect.d.ts.map +1 -1
  67. package/dts/icons/Icon.d.ts.map +1 -1
  68. package/dts/index.d.ts +2 -0
  69. package/dts/index.d.ts.map +1 -1
  70. package/dts/layout/Divider.d.ts +1 -6
  71. package/dts/layout/Divider.d.ts.map +1 -1
  72. package/dts/layout/Fallback.d.ts.map +1 -1
  73. package/dts/media/Avatar.d.ts +1 -15
  74. package/dts/media/Avatar.d.ts.map +1 -1
  75. package/dts/media/RemoteImage.d.ts +1 -15
  76. package/dts/media/RemoteImage.d.ts.map +1 -1
  77. package/dts/media/RemoteImageGroup.d.ts +3 -10
  78. package/dts/media/RemoteImageGroup.d.ts.map +1 -1
  79. package/dts/motion/useMotionProps.d.ts +457 -457
  80. package/dts/motion/utils.d.ts +211 -211
  81. package/dts/navigation/NavigationBar.d.ts +1 -25
  82. package/dts/navigation/NavigationBar.d.ts.map +1 -1
  83. package/dts/navigation/NavigationTitle.d.ts +4 -3
  84. package/dts/navigation/NavigationTitle.d.ts.map +1 -1
  85. package/dts/navigation/NavigationTitleSelect.d.ts +5 -12
  86. package/dts/navigation/NavigationTitleSelect.d.ts.map +1 -1
  87. package/dts/navigation/Sidebar.d.ts.map +1 -1
  88. package/dts/navigation/SidebarItem.d.ts +40 -34
  89. package/dts/navigation/SidebarItem.d.ts.map +1 -1
  90. package/dts/navigation/SidebarMoreMenu.d.ts +13 -12
  91. package/dts/navigation/SidebarMoreMenu.d.ts.map +1 -1
  92. package/dts/numbers/RollingNumber/RollingNumber.d.ts.map +1 -1
  93. package/dts/overlays/Alert.d.ts.map +1 -1
  94. package/dts/overlays/FocusTrap.d.ts +9 -12
  95. package/dts/overlays/FocusTrap.d.ts.map +1 -1
  96. package/dts/overlays/FullscreenAlert.d.ts +10 -7
  97. package/dts/overlays/FullscreenAlert.d.ts.map +1 -1
  98. package/dts/overlays/Toast.d.ts.map +1 -1
  99. package/dts/overlays/modal/FullscreenModal.d.ts +47 -45
  100. package/dts/overlays/modal/FullscreenModal.d.ts.map +1 -1
  101. package/dts/overlays/modal/FullscreenModalHeader.d.ts.map +1 -1
  102. package/dts/overlays/modal/FullscreenModalLayout.d.ts +2 -2
  103. package/dts/overlays/modal/Modal.d.ts.map +1 -1
  104. package/dts/overlays/modal/ModalBody.d.ts +6 -3
  105. package/dts/overlays/modal/ModalBody.d.ts.map +1 -1
  106. package/dts/overlays/modal/ModalFooter.d.ts +3 -10
  107. package/dts/overlays/modal/ModalFooter.d.ts.map +1 -1
  108. package/dts/overlays/modal/ModalHeader.d.ts +3 -12
  109. package/dts/overlays/modal/ModalHeader.d.ts.map +1 -1
  110. package/dts/overlays/modal/ModalWrapper.d.ts.map +1 -1
  111. package/dts/overlays/overlay/Overlay.d.ts +2 -1
  112. package/dts/overlays/overlay/Overlay.d.ts.map +1 -1
  113. package/dts/overlays/overlay/OverlayContent.d.ts +7 -5
  114. package/dts/overlays/overlay/OverlayContent.d.ts.map +1 -1
  115. package/dts/overlays/popover/PopoverProps.d.ts +46 -46
  116. package/dts/overlays/popover/PopoverProps.d.ts.map +1 -1
  117. package/dts/overlays/tooltip/Tooltip.d.ts +4 -22
  118. package/dts/overlays/tooltip/Tooltip.d.ts.map +1 -1
  119. package/dts/overlays/tooltip/TooltipContent.d.ts +7 -1
  120. package/dts/overlays/tooltip/TooltipContent.d.ts.map +1 -1
  121. package/dts/overlays/tray/Tray.d.ts.map +1 -1
  122. package/dts/page/PageFooter.d.ts.map +1 -1
  123. package/dts/page/PageHeader.d.ts.map +1 -1
  124. package/dts/pagination/Pagination.d.ts +3 -19
  125. package/dts/pagination/Pagination.d.ts.map +1 -1
  126. package/dts/perf/component-config/Button.component-config.perf-test.d.ts +2 -0
  127. package/dts/perf/component-config/Button.component-config.perf-test.d.ts.map +1 -0
  128. package/dts/perf/component-config/ComponentConfigProvider.perf-test.d.ts +2 -0
  129. package/dts/perf/component-config/ComponentConfigProvider.perf-test.d.ts.map +1 -0
  130. package/dts/perf/component-config/ComponentConfigStickerSheet.perf-test.d.ts +2 -0
  131. package/dts/perf/component-config/ComponentConfigStickerSheet.perf-test.d.ts.map +1 -0
  132. package/dts/section-header/SectionHeader.d.ts.map +1 -1
  133. package/dts/stepper/Stepper.d.ts.map +1 -1
  134. package/dts/system/ComponentConfigProvider.d.ts +26 -0
  135. package/dts/system/ComponentConfigProvider.d.ts.map +1 -0
  136. package/dts/system/index.d.ts +1 -0
  137. package/dts/system/index.d.ts.map +1 -1
  138. package/dts/tables/Table.d.ts +7 -5
  139. package/dts/tables/Table.d.ts.map +1 -1
  140. package/dts/tables/TableCaption.d.ts +32 -41
  141. package/dts/tables/TableCaption.d.ts.map +1 -1
  142. package/dts/tables/TableCell.d.ts +26 -48
  143. package/dts/tables/TableCell.d.ts.map +1 -1
  144. package/dts/tables/TableCellFallback.d.ts +10 -17
  145. package/dts/tables/TableCellFallback.d.ts.map +1 -1
  146. package/dts/tables/TableRow.d.ts +44 -53
  147. package/dts/tables/TableRow.d.ts.map +1 -1
  148. package/dts/tabs/SegmentedTab.d.ts +6 -3
  149. package/dts/tabs/SegmentedTab.d.ts.map +1 -1
  150. package/dts/tabs/SegmentedTabs.d.ts +9 -3
  151. package/dts/tabs/SegmentedTabs.d.ts.map +1 -1
  152. package/dts/tabs/Tabs.d.ts +16 -15
  153. package/dts/tabs/Tabs.d.ts.map +1 -1
  154. package/dts/tabs/hooks/useAnimateTabIndicator.d.ts +457 -457
  155. package/dts/tag/Tag.d.ts.map +1 -1
  156. package/dts/tour/Tour.d.ts +54 -53
  157. package/dts/tour/Tour.d.ts.map +1 -1
  158. package/dts/typography/Link.d.ts.map +1 -1
  159. package/dts/utils/mergeComponentProps.d.ts +34 -0
  160. package/dts/utils/mergeComponentProps.d.ts.map +1 -0
  161. package/dts/visualizations/ProgressBar.d.ts.map +1 -1
  162. package/dts/visualizations/ProgressBarWithFixedLabels.d.ts +5 -3
  163. package/dts/visualizations/ProgressBarWithFixedLabels.d.ts.map +1 -1
  164. package/dts/visualizations/ProgressBarWithFloatLabel.d.ts +3 -1
  165. package/dts/visualizations/ProgressBarWithFloatLabel.d.ts.map +1 -1
  166. package/dts/visualizations/ProgressCircle.d.ts.map +1 -1
  167. package/esm/accordion/Accordion.js +5 -3
  168. package/esm/alpha/combobox/Combobox.js +6 -4
  169. package/esm/alpha/select/Select.js +5 -3
  170. package/esm/alpha/select-chip/SelectChip.js +6 -4
  171. package/esm/alpha/tabbed-chips/TabbedChips.js +6 -4
  172. package/esm/banner/Banner.js +6 -4
  173. package/esm/buttons/AvatarButton.js +6 -4
  174. package/esm/buttons/Button.js +6 -4
  175. package/esm/buttons/ButtonGroup.js +5 -3
  176. package/esm/buttons/IconButton.js +6 -4
  177. package/esm/buttons/IconCounterButton.js +6 -4
  178. package/esm/buttons/Tile.js +5 -3
  179. package/esm/buttons/TileButton.js +6 -4
  180. package/esm/cards/LikeButton.js +6 -4
  181. package/esm/carousel/Carousel.js +8 -6
  182. package/esm/cells/Cell.js +8 -6
  183. package/esm/cells/CellAccessory.js +6 -4
  184. package/esm/cells/ListCell.js +6 -4
  185. package/esm/cells/ListCellFallback.js +6 -4
  186. package/esm/chips/Chip.js +6 -4
  187. package/esm/chips/InputChip.js +6 -4
  188. package/esm/chips/MediaChip.js +6 -4
  189. package/esm/chips/TabbedChips.js +6 -4
  190. package/esm/coachmark/Coachmark.js +6 -4
  191. package/esm/collapsible/Collapsible.js +5 -3
  192. package/esm/controls/Checkbox.js +6 -4
  193. package/esm/controls/CheckboxCell.js +6 -4
  194. package/esm/controls/Control.js +6 -4
  195. package/esm/controls/ControlGroup.js +6 -4
  196. package/esm/controls/InputStack.js +6 -4
  197. package/esm/controls/Radio.js +6 -4
  198. package/esm/controls/RadioCell.js +6 -4
  199. package/esm/controls/SearchInput.js +6 -4
  200. package/esm/controls/SelectOption.js +6 -4
  201. package/esm/controls/Switch.js +6 -4
  202. package/esm/controls/TextInput.js +6 -4
  203. package/esm/core/componentConfig.js +1 -0
  204. package/esm/dates/Calendar.js +6 -4
  205. package/esm/dates/DateInput.js +6 -4
  206. package/esm/dates/DatePicker.js +6 -4
  207. package/esm/dots/DotCount.js +6 -4
  208. package/esm/dots/DotStatusColor.js +6 -4
  209. package/esm/dots/DotSymbol.js +6 -4
  210. package/esm/dropdown/Dropdown.js +6 -4
  211. package/esm/hooks/useComponentConfig.js +27 -0
  212. package/esm/icons/Icon.js +6 -4
  213. package/esm/index.js +2 -0
  214. package/esm/layout/Divider.js +6 -4
  215. package/esm/layout/Fallback.js +6 -4
  216. package/esm/media/Avatar.js +8 -6
  217. package/esm/media/RemoteImage.js +6 -4
  218. package/esm/media/RemoteImageGroup.js +6 -4
  219. package/esm/navigation/NavigationBar.js +6 -4
  220. package/esm/navigation/NavigationTitle.js +6 -4
  221. package/esm/navigation/NavigationTitleSelect.js +6 -4
  222. package/esm/navigation/Sidebar.js +6 -4
  223. package/esm/navigation/SidebarItem.js +6 -4
  224. package/esm/navigation/SidebarMoreMenu.js +6 -4
  225. package/esm/numbers/RollingNumber/RollingNumber.js +6 -4
  226. package/esm/overlays/Alert.js +6 -4
  227. package/esm/overlays/FocusTrap.js +6 -4
  228. package/esm/overlays/FullscreenAlert.js +5 -3
  229. package/esm/overlays/Toast.js +6 -4
  230. package/esm/overlays/modal/FullscreenModal.js +5 -3
  231. package/esm/overlays/modal/FullscreenModalHeader.js +6 -4
  232. package/esm/overlays/modal/Modal.js +6 -4
  233. package/esm/overlays/modal/ModalBody.js +9 -6
  234. package/esm/overlays/modal/ModalFooter.js +8 -6
  235. package/esm/overlays/modal/ModalHeader.js +6 -4
  236. package/esm/overlays/modal/ModalWrapper.js +6 -4
  237. package/esm/overlays/overlay/Overlay.js +4 -2
  238. package/esm/overlays/tooltip/Tooltip.js +9 -7
  239. package/esm/overlays/tooltip/TooltipContent.js +16 -9
  240. package/esm/overlays/tray/Tray.js +5 -3
  241. package/esm/page/PageFooter.js +6 -4
  242. package/esm/page/PageHeader.js +6 -4
  243. package/esm/pagination/Pagination.js +6 -4
  244. package/esm/perf/component-config/Button.component-config.perf-test.js +43 -0
  245. package/esm/perf/component-config/ComponentConfigProvider.perf-test.js +134 -0
  246. package/esm/perf/component-config/ComponentConfigStickerSheet.perf-test.js +332 -0
  247. package/esm/perf/component-config/README.md +8 -0
  248. package/esm/section-header/SectionHeader.js +6 -4
  249. package/esm/stepper/Stepper.js +12 -10
  250. package/esm/system/ComponentConfigProvider.js +41 -0
  251. package/esm/system/index.js +1 -0
  252. package/esm/tables/Table.js +6 -4
  253. package/esm/tables/TableCaption.js +6 -4
  254. package/esm/tables/TableCell.js +9 -7
  255. package/esm/tables/TableCellFallback.js +6 -4
  256. package/esm/tables/TableRow.js +6 -4
  257. package/esm/tabs/SegmentedTab.js +6 -4
  258. package/esm/tabs/SegmentedTabs.js +6 -4
  259. package/esm/tabs/Tabs.js +12 -10
  260. package/esm/tag/Tag.js +6 -4
  261. package/esm/tour/Tour.js +5 -3
  262. package/esm/typography/Link.js +6 -4
  263. package/esm/utils/mergeComponentProps.js +39 -0
  264. package/esm/visualizations/ProgressBar.js +5 -3
  265. package/esm/visualizations/ProgressBarWithFixedLabels.js +5 -3
  266. package/esm/visualizations/ProgressBarWithFloatLabel.js +5 -3
  267. package/esm/visualizations/ProgressCircle.js +7 -5
  268. package/package.json +4 -3
@@ -108,8 +108,8 @@ export declare const getMotionProps: ({
108
108
  onAnimationStart?:
109
109
  | ((definition: import('framer-motion').AnimationDefinition) => void)
110
110
  | undefined;
111
- drag?: boolean | 'x' | 'y' | undefined;
112
111
  layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
112
+ drag?: boolean | 'x' | 'y' | undefined;
113
113
  transformValues?:
114
114
  | (<V extends import('framer-motion').ResolvedValues>(values: V) => V)
115
115
  | undefined;
@@ -1006,11 +1006,11 @@ export declare const getMotionProps: ({
1006
1006
  | 'hanging'
1007
1007
  | 'ideographic'
1008
1008
  | 'mathematical'
1009
- | 'baseline'
1010
- | 'middle'
1011
1009
  | 'after-edge'
1010
+ | 'baseline'
1012
1011
  | 'before-edge'
1013
1012
  | 'central'
1013
+ | 'middle'
1014
1014
  | 'text-after-edge'
1015
1015
  | 'text-before-edge'
1016
1016
  | import('framer-motion').CustomValueType
@@ -1049,8 +1049,8 @@ export declare const getMotionProps: ({
1049
1049
  | 'revert-layer'
1050
1050
  | 'unset'
1051
1051
  | 'auto'
1052
- | 'optimizeSpeed'
1053
1052
  | 'optimizeQuality'
1053
+ | 'optimizeSpeed'
1054
1054
  | import('framer-motion').CustomValueType
1055
1055
  | undefined;
1056
1056
  cursor?: string | import('framer-motion').CustomValueType | undefined;
@@ -1078,8 +1078,8 @@ export declare const getMotionProps: ({
1078
1078
  | 'hanging'
1079
1079
  | 'ideographic'
1080
1080
  | 'mathematical'
1081
- | 'middle'
1082
1081
  | 'central'
1082
+ | 'middle'
1083
1083
  | 'text-after-edge'
1084
1084
  | 'text-before-edge'
1085
1085
  | 'no-change'
@@ -1140,8 +1140,8 @@ export declare const getMotionProps: ({
1140
1140
  | 'none'
1141
1141
  | 'auto'
1142
1142
  | 'stroke'
1143
- | 'visible'
1144
1143
  | 'all'
1144
+ | 'visible'
1145
1145
  | 'painted'
1146
1146
  | 'visibleFill'
1147
1147
  | 'visiblePainted'
@@ -1156,9 +1156,9 @@ export declare const getMotionProps: ({
1156
1156
  | 'revert-layer'
1157
1157
  | 'unset'
1158
1158
  | 'auto'
1159
- | 'geometricPrecision'
1160
1159
  | 'optimizeSpeed'
1161
1160
  | 'crispEdges'
1161
+ | 'geometricPrecision'
1162
1162
  | import('framer-motion').CustomValueType
1163
1163
  | undefined;
1164
1164
  stopColor?: string | import('framer-motion').CustomValueType | undefined;
@@ -1204,9 +1204,9 @@ export declare const getMotionProps: ({
1204
1204
  | 'revert-layer'
1205
1205
  | 'unset'
1206
1206
  | 'auto'
1207
+ | 'optimizeSpeed'
1207
1208
  | 'geometricPrecision'
1208
1209
  | 'optimizeLegibility'
1209
- | 'optimizeSpeed'
1210
1210
  | import('framer-motion').CustomValueType
1211
1211
  | undefined;
1212
1212
  transform?: string | import('framer-motion').CustomValueType | undefined;
@@ -1219,7 +1219,6 @@ export declare const getMotionProps: ({
1219
1219
  | 'unset'
1220
1220
  | 'normal'
1221
1221
  | 'embed'
1222
- | 'isolate'
1223
1222
  | '-moz-isolate'
1224
1223
  | '-moz-isolate-override'
1225
1224
  | '-moz-plaintext'
@@ -1227,6 +1226,7 @@ export declare const getMotionProps: ({
1227
1226
  | '-webkit-isolate-override'
1228
1227
  | '-webkit-plaintext'
1229
1228
  | 'bidi-override'
1229
+ | 'isolate'
1230
1230
  | 'isolate-override'
1231
1231
  | 'plaintext'
1232
1232
  | import('framer-motion').CustomValueType
@@ -1281,24 +1281,12 @@ export declare const getMotionProps: ({
1281
1281
  | import('csstype').Property.Border<string | number>
1282
1282
  | import('framer-motion').CustomValueType
1283
1283
  | undefined;
1284
- animation?:
1285
- | import('csstype').Property.Animation<string & {}>
1286
- | import('framer-motion').CustomValueType
1287
- | undefined;
1288
- flex?:
1289
- | import('csstype').Property.Flex<string | number>
1290
- | import('framer-motion').CustomValueType
1291
- | undefined;
1292
- grid?:
1293
- | import('csstype').Property.Grid
1294
- | import('framer-motion').CustomValueType
1295
- | undefined;
1296
- contain?:
1297
- | import('csstype').Property.Contain
1284
+ top?:
1285
+ | import('csstype').Property.Top<string | number>
1298
1286
  | import('framer-motion').CustomValueType
1299
1287
  | undefined;
1300
- overlay?:
1301
- | import('csstype').Property.Overlay
1288
+ bottom?:
1289
+ | import('csstype').Property.Bottom<string | number>
1302
1290
  | import('framer-motion').CustomValueType
1303
1291
  | undefined;
1304
1292
  left?:
@@ -1309,43 +1297,7 @@ export declare const getMotionProps: ({
1309
1297
  | import('csstype').Property.Right<string | number>
1310
1298
  | import('framer-motion').CustomValueType
1311
1299
  | undefined;
1312
- bottom?:
1313
- | import('csstype').Property.Bottom<string | number>
1314
- | import('framer-motion').CustomValueType
1315
- | undefined;
1316
- top?:
1317
- | import('csstype').Property.Top<string | number>
1318
- | import('framer-motion').CustomValueType
1319
- | undefined;
1320
- inset?:
1321
- | import('csstype').Property.Inset<string | number>
1322
- | import('framer-motion').CustomValueType
1323
- | undefined;
1324
1300
  all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
1325
- page?:
1326
- | import('csstype').Property.Page
1327
- | import('framer-motion').CustomValueType
1328
- | undefined;
1329
- position?:
1330
- | import('csstype').Property.Position
1331
- | import('framer-motion').CustomValueType
1332
- | undefined;
1333
- caret?:
1334
- | import('csstype').Property.Caret
1335
- | import('framer-motion').CustomValueType
1336
- | undefined;
1337
- zoom?:
1338
- | import('csstype').Property.Zoom
1339
- | import('framer-motion').CustomValueType
1340
- | undefined;
1341
- clear?:
1342
- | import('csstype').Property.Clear
1343
- | import('framer-motion').CustomValueType
1344
- | undefined;
1345
- padding?:
1346
- | import('csstype').Property.Padding<string | number>
1347
- | import('framer-motion').CustomValueType
1348
- | undefined;
1349
1301
  minWidth?:
1350
1302
  | import('csstype').Property.MinWidth<string | number>
1351
1303
  | import('framer-motion').CustomValueType
@@ -1406,6 +1358,10 @@ export declare const getMotionProps: ({
1406
1358
  | import('csstype').Property.GridAutoFlow
1407
1359
  | import('framer-motion').CustomValueType
1408
1360
  | undefined;
1361
+ grid?:
1362
+ | import('csstype').Property.Grid
1363
+ | import('framer-motion').CustomValueType
1364
+ | undefined;
1409
1365
  gridRowStart?:
1410
1366
  | import('csstype').Property.GridRowStart
1411
1367
  | import('framer-motion').CustomValueType
@@ -1482,6 +1438,10 @@ export declare const getMotionProps: ({
1482
1438
  | import('csstype').Property.RowGap<string | number>
1483
1439
  | import('framer-motion').CustomValueType
1484
1440
  | undefined;
1441
+ padding?:
1442
+ | import('csstype').Property.Padding<string | number>
1443
+ | import('framer-motion').CustomValueType
1444
+ | undefined;
1485
1445
  paddingTop?:
1486
1446
  | import('csstype').Property.PaddingTop<string | number>
1487
1447
  | import('framer-motion').CustomValueType
@@ -1530,6 +1490,10 @@ export declare const getMotionProps: ({
1530
1490
  | import('csstype').Property.FlexWrap
1531
1491
  | import('framer-motion').CustomValueType
1532
1492
  | undefined;
1493
+ position?:
1494
+ | import('csstype').Property.Position
1495
+ | import('framer-motion').CustomValueType
1496
+ | undefined;
1533
1497
  textAlign?:
1534
1498
  | import('csstype').Property.TextAlign
1535
1499
  | import('framer-motion').CustomValueType
@@ -1842,6 +1806,10 @@ export declare const getMotionProps: ({
1842
1806
  | import('csstype').Property.CaretShape
1843
1807
  | import('framer-motion').CustomValueType
1844
1808
  | undefined;
1809
+ clear?:
1810
+ | import('csstype').Property.Clear
1811
+ | import('framer-motion').CustomValueType
1812
+ | undefined;
1845
1813
  colorAdjust?:
1846
1814
  | import('csstype').Property.PrintColorAdjust
1847
1815
  | import('framer-motion').CustomValueType
@@ -1878,6 +1846,10 @@ export declare const getMotionProps: ({
1878
1846
  | import('csstype').Property.ColumnWidth<string | number>
1879
1847
  | import('framer-motion').CustomValueType
1880
1848
  | undefined;
1849
+ contain?:
1850
+ | import('csstype').Property.Contain
1851
+ | import('framer-motion').CustomValueType
1852
+ | undefined;
1881
1853
  containIntrinsicBlockSize?:
1882
1854
  | import('csstype').Property.ContainIntrinsicBlockSize<string | number>
1883
1855
  | import('framer-motion').CustomValueType
@@ -2318,6 +2290,10 @@ export declare const getMotionProps: ({
2318
2290
  | import('csstype').Property.OverflowY
2319
2291
  | import('framer-motion').CustomValueType
2320
2292
  | undefined;
2293
+ overlay?:
2294
+ | import('csstype').Property.Overlay
2295
+ | import('framer-motion').CustomValueType
2296
+ | undefined;
2321
2297
  overscrollBehaviorBlock?:
2322
2298
  | import('csstype').Property.OverscrollBehaviorBlock
2323
2299
  | import('framer-motion').CustomValueType
@@ -2358,6 +2334,10 @@ export declare const getMotionProps: ({
2358
2334
  | import('csstype').Property.PaddingRight<string | number>
2359
2335
  | import('framer-motion').CustomValueType
2360
2336
  | undefined;
2337
+ page?:
2338
+ | import('csstype').Property.Page
2339
+ | import('framer-motion').CustomValueType
2340
+ | undefined;
2361
2341
  pageBreakAfter?:
2362
2342
  | import('csstype').Property.PageBreakAfter
2363
2343
  | import('framer-motion').CustomValueType
@@ -2702,6 +2682,14 @@ export declare const getMotionProps: ({
2702
2682
  | import('csstype').Property.WordWrap
2703
2683
  | import('framer-motion').CustomValueType
2704
2684
  | undefined;
2685
+ zoom?:
2686
+ | import('csstype').Property.Zoom
2687
+ | import('framer-motion').CustomValueType
2688
+ | undefined;
2689
+ animation?:
2690
+ | import('csstype').Property.Animation<string & {}>
2691
+ | import('framer-motion').CustomValueType
2692
+ | undefined;
2705
2693
  animationRange?:
2706
2694
  | import('csstype').Property.AnimationRange<string | number>
2707
2695
  | import('framer-motion').CustomValueType
@@ -2758,6 +2746,10 @@ export declare const getMotionProps: ({
2758
2746
  | import('csstype').Property.BorderTop<string | number>
2759
2747
  | import('framer-motion').CustomValueType
2760
2748
  | undefined;
2749
+ caret?:
2750
+ | import('csstype').Property.Caret
2751
+ | import('framer-motion').CustomValueType
2752
+ | undefined;
2761
2753
  columnRule?:
2762
2754
  | import('csstype').Property.ColumnRule<string | number>
2763
2755
  | import('framer-motion').CustomValueType
@@ -2774,6 +2766,10 @@ export declare const getMotionProps: ({
2774
2766
  | import('csstype').Property.Container
2775
2767
  | import('framer-motion').CustomValueType
2776
2768
  | undefined;
2769
+ flex?:
2770
+ | import('csstype').Property.Flex<string | number>
2771
+ | import('framer-motion').CustomValueType
2772
+ | undefined;
2777
2773
  flexFlow?:
2778
2774
  | import('csstype').Property.FlexFlow
2779
2775
  | import('framer-motion').CustomValueType
@@ -2782,6 +2778,10 @@ export declare const getMotionProps: ({
2782
2778
  | import('csstype').Property.Font
2783
2779
  | import('framer-motion').CustomValueType
2784
2780
  | undefined;
2781
+ inset?:
2782
+ | import('csstype').Property.Inset<string | number>
2783
+ | import('framer-motion').CustomValueType
2784
+ | undefined;
2785
2785
  insetBlock?:
2786
2786
  | import('csstype').Property.InsetBlock<string | number>
2787
2787
  | import('framer-motion').CustomValueType
@@ -4699,644 +4699,644 @@ export declare const getMotionProps: ({
4699
4699
  | import('framer-motion').CustomValueType
4700
4700
  | undefined;
4701
4701
  onCopy?:
4702
- | import('framer-motion').CustomValueType
4703
4702
  | import('react').ClipboardEventHandler<SVGElement>
4703
+ | import('framer-motion').CustomValueType
4704
4704
  | undefined;
4705
4705
  onCopyCapture?:
4706
- | import('framer-motion').CustomValueType
4707
4706
  | import('react').ClipboardEventHandler<SVGElement>
4707
+ | import('framer-motion').CustomValueType
4708
4708
  | undefined;
4709
4709
  onCut?:
4710
- | import('framer-motion').CustomValueType
4711
4710
  | import('react').ClipboardEventHandler<SVGElement>
4711
+ | import('framer-motion').CustomValueType
4712
4712
  | undefined;
4713
4713
  onCutCapture?:
4714
- | import('framer-motion').CustomValueType
4715
4714
  | import('react').ClipboardEventHandler<SVGElement>
4715
+ | import('framer-motion').CustomValueType
4716
4716
  | undefined;
4717
4717
  onPaste?:
4718
- | import('framer-motion').CustomValueType
4719
4718
  | import('react').ClipboardEventHandler<SVGElement>
4719
+ | import('framer-motion').CustomValueType
4720
4720
  | undefined;
4721
4721
  onPasteCapture?:
4722
- | import('framer-motion').CustomValueType
4723
4722
  | import('react').ClipboardEventHandler<SVGElement>
4723
+ | import('framer-motion').CustomValueType
4724
4724
  | undefined;
4725
4725
  onCompositionEnd?:
4726
- | import('framer-motion').CustomValueType
4727
4726
  | import('react').CompositionEventHandler<SVGElement>
4727
+ | import('framer-motion').CustomValueType
4728
4728
  | undefined;
4729
4729
  onCompositionEndCapture?:
4730
- | import('framer-motion').CustomValueType
4731
4730
  | import('react').CompositionEventHandler<SVGElement>
4731
+ | import('framer-motion').CustomValueType
4732
4732
  | undefined;
4733
4733
  onCompositionStart?:
4734
- | import('framer-motion').CustomValueType
4735
4734
  | import('react').CompositionEventHandler<SVGElement>
4735
+ | import('framer-motion').CustomValueType
4736
4736
  | undefined;
4737
4737
  onCompositionStartCapture?:
4738
- | import('framer-motion').CustomValueType
4739
4738
  | import('react').CompositionEventHandler<SVGElement>
4739
+ | import('framer-motion').CustomValueType
4740
4740
  | undefined;
4741
4741
  onCompositionUpdate?:
4742
- | import('framer-motion').CustomValueType
4743
4742
  | import('react').CompositionEventHandler<SVGElement>
4743
+ | import('framer-motion').CustomValueType
4744
4744
  | undefined;
4745
4745
  onCompositionUpdateCapture?:
4746
- | import('framer-motion').CustomValueType
4747
4746
  | import('react').CompositionEventHandler<SVGElement>
4747
+ | import('framer-motion').CustomValueType
4748
4748
  | undefined;
4749
4749
  onFocus?:
4750
- | import('framer-motion').CustomValueType
4751
4750
  | import('react').FocusEventHandler<SVGElement>
4751
+ | import('framer-motion').CustomValueType
4752
4752
  | undefined;
4753
4753
  onFocusCapture?:
4754
- | import('framer-motion').CustomValueType
4755
4754
  | import('react').FocusEventHandler<SVGElement>
4755
+ | import('framer-motion').CustomValueType
4756
4756
  | undefined;
4757
4757
  onBlur?:
4758
- | import('framer-motion').CustomValueType
4759
4758
  | import('react').FocusEventHandler<SVGElement>
4759
+ | import('framer-motion').CustomValueType
4760
4760
  | undefined;
4761
4761
  onBlurCapture?:
4762
- | import('framer-motion').CustomValueType
4763
4762
  | import('react').FocusEventHandler<SVGElement>
4763
+ | import('framer-motion').CustomValueType
4764
4764
  | undefined;
4765
4765
  onChange?:
4766
- | import('framer-motion').CustomValueType
4767
4766
  | import('react').FormEventHandler<SVGElement>
4767
+ | import('framer-motion').CustomValueType
4768
4768
  | undefined;
4769
4769
  onChangeCapture?:
4770
- | import('framer-motion').CustomValueType
4771
4770
  | import('react').FormEventHandler<SVGElement>
4771
+ | import('framer-motion').CustomValueType
4772
4772
  | undefined;
4773
4773
  onBeforeInput?:
4774
- | import('framer-motion').CustomValueType
4775
4774
  | import('react').FormEventHandler<SVGElement>
4775
+ | import('framer-motion').CustomValueType
4776
4776
  | undefined;
4777
4777
  onBeforeInputCapture?:
4778
- | import('framer-motion').CustomValueType
4779
4778
  | import('react').FormEventHandler<SVGElement>
4779
+ | import('framer-motion').CustomValueType
4780
4780
  | undefined;
4781
4781
  onInput?:
4782
- | import('framer-motion').CustomValueType
4783
4782
  | import('react').FormEventHandler<SVGElement>
4783
+ | import('framer-motion').CustomValueType
4784
4784
  | undefined;
4785
4785
  onInputCapture?:
4786
- | import('framer-motion').CustomValueType
4787
4786
  | import('react').FormEventHandler<SVGElement>
4787
+ | import('framer-motion').CustomValueType
4788
4788
  | undefined;
4789
4789
  onReset?:
4790
- | import('framer-motion').CustomValueType
4791
4790
  | import('react').FormEventHandler<SVGElement>
4791
+ | import('framer-motion').CustomValueType
4792
4792
  | undefined;
4793
4793
  onResetCapture?:
4794
- | import('framer-motion').CustomValueType
4795
4794
  | import('react').FormEventHandler<SVGElement>
4795
+ | import('framer-motion').CustomValueType
4796
4796
  | undefined;
4797
4797
  onSubmit?:
4798
- | import('framer-motion').CustomValueType
4799
4798
  | import('react').FormEventHandler<SVGElement>
4799
+ | import('framer-motion').CustomValueType
4800
4800
  | undefined;
4801
4801
  onSubmitCapture?:
4802
- | import('framer-motion').CustomValueType
4803
4802
  | import('react').FormEventHandler<SVGElement>
4803
+ | import('framer-motion').CustomValueType
4804
4804
  | undefined;
4805
4805
  onInvalid?:
4806
- | import('framer-motion').CustomValueType
4807
4806
  | import('react').FormEventHandler<SVGElement>
4807
+ | import('framer-motion').CustomValueType
4808
4808
  | undefined;
4809
4809
  onInvalidCapture?:
4810
- | import('framer-motion').CustomValueType
4811
4810
  | import('react').FormEventHandler<SVGElement>
4811
+ | import('framer-motion').CustomValueType
4812
4812
  | undefined;
4813
4813
  onLoad?:
4814
- | import('framer-motion').CustomValueType
4815
4814
  | import('react').ReactEventHandler<SVGElement>
4815
+ | import('framer-motion').CustomValueType
4816
4816
  | undefined;
4817
4817
  onLoadCapture?:
4818
- | import('framer-motion').CustomValueType
4819
4818
  | import('react').ReactEventHandler<SVGElement>
4819
+ | import('framer-motion').CustomValueType
4820
4820
  | undefined;
4821
4821
  onError?:
4822
- | import('framer-motion').CustomValueType
4823
4822
  | import('react').ReactEventHandler<SVGElement>
4823
+ | import('framer-motion').CustomValueType
4824
4824
  | undefined;
4825
4825
  onErrorCapture?:
4826
- | import('framer-motion').CustomValueType
4827
4826
  | import('react').ReactEventHandler<SVGElement>
4827
+ | import('framer-motion').CustomValueType
4828
4828
  | undefined;
4829
4829
  onKeyDown?:
4830
- | import('framer-motion').CustomValueType
4831
4830
  | import('react').KeyboardEventHandler<SVGElement>
4831
+ | import('framer-motion').CustomValueType
4832
4832
  | undefined;
4833
4833
  onKeyDownCapture?:
4834
- | import('framer-motion').CustomValueType
4835
4834
  | import('react').KeyboardEventHandler<SVGElement>
4835
+ | import('framer-motion').CustomValueType
4836
4836
  | undefined;
4837
4837
  onKeyPress?:
4838
- | import('framer-motion').CustomValueType
4839
4838
  | import('react').KeyboardEventHandler<SVGElement>
4839
+ | import('framer-motion').CustomValueType
4840
4840
  | undefined;
4841
4841
  onKeyPressCapture?:
4842
- | import('framer-motion').CustomValueType
4843
4842
  | import('react').KeyboardEventHandler<SVGElement>
4843
+ | import('framer-motion').CustomValueType
4844
4844
  | undefined;
4845
4845
  onKeyUp?:
4846
- | import('framer-motion').CustomValueType
4847
4846
  | import('react').KeyboardEventHandler<SVGElement>
4847
+ | import('framer-motion').CustomValueType
4848
4848
  | undefined;
4849
4849
  onKeyUpCapture?:
4850
- | import('framer-motion').CustomValueType
4851
4850
  | import('react').KeyboardEventHandler<SVGElement>
4851
+ | import('framer-motion').CustomValueType
4852
4852
  | undefined;
4853
4853
  onAbort?:
4854
- | import('framer-motion').CustomValueType
4855
4854
  | import('react').ReactEventHandler<SVGElement>
4855
+ | import('framer-motion').CustomValueType
4856
4856
  | undefined;
4857
4857
  onAbortCapture?:
4858
- | import('framer-motion').CustomValueType
4859
4858
  | import('react').ReactEventHandler<SVGElement>
4859
+ | import('framer-motion').CustomValueType
4860
4860
  | undefined;
4861
4861
  onCanPlay?:
4862
- | import('framer-motion').CustomValueType
4863
4862
  | import('react').ReactEventHandler<SVGElement>
4863
+ | import('framer-motion').CustomValueType
4864
4864
  | undefined;
4865
4865
  onCanPlayCapture?:
4866
- | import('framer-motion').CustomValueType
4867
4866
  | import('react').ReactEventHandler<SVGElement>
4867
+ | import('framer-motion').CustomValueType
4868
4868
  | undefined;
4869
4869
  onCanPlayThrough?:
4870
- | import('framer-motion').CustomValueType
4871
4870
  | import('react').ReactEventHandler<SVGElement>
4871
+ | import('framer-motion').CustomValueType
4872
4872
  | undefined;
4873
4873
  onCanPlayThroughCapture?:
4874
- | import('framer-motion').CustomValueType
4875
4874
  | import('react').ReactEventHandler<SVGElement>
4875
+ | import('framer-motion').CustomValueType
4876
4876
  | undefined;
4877
4877
  onDurationChange?:
4878
- | import('framer-motion').CustomValueType
4879
4878
  | import('react').ReactEventHandler<SVGElement>
4879
+ | import('framer-motion').CustomValueType
4880
4880
  | undefined;
4881
4881
  onDurationChangeCapture?:
4882
- | import('framer-motion').CustomValueType
4883
4882
  | import('react').ReactEventHandler<SVGElement>
4883
+ | import('framer-motion').CustomValueType
4884
4884
  | undefined;
4885
4885
  onEmptied?:
4886
- | import('framer-motion').CustomValueType
4887
4886
  | import('react').ReactEventHandler<SVGElement>
4887
+ | import('framer-motion').CustomValueType
4888
4888
  | undefined;
4889
4889
  onEmptiedCapture?:
4890
- | import('framer-motion').CustomValueType
4891
4890
  | import('react').ReactEventHandler<SVGElement>
4891
+ | import('framer-motion').CustomValueType
4892
4892
  | undefined;
4893
4893
  onEncrypted?:
4894
- | import('framer-motion').CustomValueType
4895
4894
  | import('react').ReactEventHandler<SVGElement>
4895
+ | import('framer-motion').CustomValueType
4896
4896
  | undefined;
4897
4897
  onEncryptedCapture?:
4898
- | import('framer-motion').CustomValueType
4899
4898
  | import('react').ReactEventHandler<SVGElement>
4899
+ | import('framer-motion').CustomValueType
4900
4900
  | undefined;
4901
4901
  onEnded?:
4902
- | import('framer-motion').CustomValueType
4903
4902
  | import('react').ReactEventHandler<SVGElement>
4903
+ | import('framer-motion').CustomValueType
4904
4904
  | undefined;
4905
4905
  onEndedCapture?:
4906
- | import('framer-motion').CustomValueType
4907
4906
  | import('react').ReactEventHandler<SVGElement>
4907
+ | import('framer-motion').CustomValueType
4908
4908
  | undefined;
4909
4909
  onLoadedData?:
4910
- | import('framer-motion').CustomValueType
4911
4910
  | import('react').ReactEventHandler<SVGElement>
4911
+ | import('framer-motion').CustomValueType
4912
4912
  | undefined;
4913
4913
  onLoadedDataCapture?:
4914
- | import('framer-motion').CustomValueType
4915
4914
  | import('react').ReactEventHandler<SVGElement>
4915
+ | import('framer-motion').CustomValueType
4916
4916
  | undefined;
4917
4917
  onLoadedMetadata?:
4918
- | import('framer-motion').CustomValueType
4919
4918
  | import('react').ReactEventHandler<SVGElement>
4919
+ | import('framer-motion').CustomValueType
4920
4920
  | undefined;
4921
4921
  onLoadedMetadataCapture?:
4922
- | import('framer-motion').CustomValueType
4923
4922
  | import('react').ReactEventHandler<SVGElement>
4923
+ | import('framer-motion').CustomValueType
4924
4924
  | undefined;
4925
4925
  onLoadStart?:
4926
- | import('framer-motion').CustomValueType
4927
4926
  | import('react').ReactEventHandler<SVGElement>
4927
+ | import('framer-motion').CustomValueType
4928
4928
  | undefined;
4929
4929
  onLoadStartCapture?:
4930
- | import('framer-motion').CustomValueType
4931
4930
  | import('react').ReactEventHandler<SVGElement>
4931
+ | import('framer-motion').CustomValueType
4932
4932
  | undefined;
4933
4933
  onPause?:
4934
- | import('framer-motion').CustomValueType
4935
4934
  | import('react').ReactEventHandler<SVGElement>
4935
+ | import('framer-motion').CustomValueType
4936
4936
  | undefined;
4937
4937
  onPauseCapture?:
4938
- | import('framer-motion').CustomValueType
4939
4938
  | import('react').ReactEventHandler<SVGElement>
4939
+ | import('framer-motion').CustomValueType
4940
4940
  | undefined;
4941
4941
  onPlay?:
4942
- | import('framer-motion').CustomValueType
4943
4942
  | import('react').ReactEventHandler<SVGElement>
4943
+ | import('framer-motion').CustomValueType
4944
4944
  | undefined;
4945
4945
  onPlayCapture?:
4946
- | import('framer-motion').CustomValueType
4947
4946
  | import('react').ReactEventHandler<SVGElement>
4947
+ | import('framer-motion').CustomValueType
4948
4948
  | undefined;
4949
4949
  onPlaying?:
4950
- | import('framer-motion').CustomValueType
4951
4950
  | import('react').ReactEventHandler<SVGElement>
4951
+ | import('framer-motion').CustomValueType
4952
4952
  | undefined;
4953
4953
  onPlayingCapture?:
4954
- | import('framer-motion').CustomValueType
4955
4954
  | import('react').ReactEventHandler<SVGElement>
4955
+ | import('framer-motion').CustomValueType
4956
4956
  | undefined;
4957
4957
  onProgress?:
4958
- | import('framer-motion').CustomValueType
4959
4958
  | import('react').ReactEventHandler<SVGElement>
4959
+ | import('framer-motion').CustomValueType
4960
4960
  | undefined;
4961
4961
  onProgressCapture?:
4962
- | import('framer-motion').CustomValueType
4963
4962
  | import('react').ReactEventHandler<SVGElement>
4963
+ | import('framer-motion').CustomValueType
4964
4964
  | undefined;
4965
4965
  onRateChange?:
4966
- | import('framer-motion').CustomValueType
4967
4966
  | import('react').ReactEventHandler<SVGElement>
4967
+ | import('framer-motion').CustomValueType
4968
4968
  | undefined;
4969
4969
  onRateChangeCapture?:
4970
- | import('framer-motion').CustomValueType
4971
4970
  | import('react').ReactEventHandler<SVGElement>
4971
+ | import('framer-motion').CustomValueType
4972
4972
  | undefined;
4973
4973
  onResize?:
4974
- | import('framer-motion').CustomValueType
4975
4974
  | import('react').ReactEventHandler<SVGElement>
4975
+ | import('framer-motion').CustomValueType
4976
4976
  | undefined;
4977
4977
  onResizeCapture?:
4978
- | import('framer-motion').CustomValueType
4979
4978
  | import('react').ReactEventHandler<SVGElement>
4979
+ | import('framer-motion').CustomValueType
4980
4980
  | undefined;
4981
4981
  onSeeked?:
4982
- | import('framer-motion').CustomValueType
4983
4982
  | import('react').ReactEventHandler<SVGElement>
4983
+ | import('framer-motion').CustomValueType
4984
4984
  | undefined;
4985
4985
  onSeekedCapture?:
4986
- | import('framer-motion').CustomValueType
4987
4986
  | import('react').ReactEventHandler<SVGElement>
4987
+ | import('framer-motion').CustomValueType
4988
4988
  | undefined;
4989
4989
  onSeeking?:
4990
- | import('framer-motion').CustomValueType
4991
4990
  | import('react').ReactEventHandler<SVGElement>
4991
+ | import('framer-motion').CustomValueType
4992
4992
  | undefined;
4993
4993
  onSeekingCapture?:
4994
- | import('framer-motion').CustomValueType
4995
4994
  | import('react').ReactEventHandler<SVGElement>
4995
+ | import('framer-motion').CustomValueType
4996
4996
  | undefined;
4997
4997
  onStalled?:
4998
- | import('framer-motion').CustomValueType
4999
4998
  | import('react').ReactEventHandler<SVGElement>
4999
+ | import('framer-motion').CustomValueType
5000
5000
  | undefined;
5001
5001
  onStalledCapture?:
5002
- | import('framer-motion').CustomValueType
5003
5002
  | import('react').ReactEventHandler<SVGElement>
5003
+ | import('framer-motion').CustomValueType
5004
5004
  | undefined;
5005
5005
  onSuspend?:
5006
- | import('framer-motion').CustomValueType
5007
5006
  | import('react').ReactEventHandler<SVGElement>
5007
+ | import('framer-motion').CustomValueType
5008
5008
  | undefined;
5009
5009
  onSuspendCapture?:
5010
- | import('framer-motion').CustomValueType
5011
5010
  | import('react').ReactEventHandler<SVGElement>
5011
+ | import('framer-motion').CustomValueType
5012
5012
  | undefined;
5013
5013
  onTimeUpdate?:
5014
- | import('framer-motion').CustomValueType
5015
5014
  | import('react').ReactEventHandler<SVGElement>
5015
+ | import('framer-motion').CustomValueType
5016
5016
  | undefined;
5017
5017
  onTimeUpdateCapture?:
5018
- | import('framer-motion').CustomValueType
5019
5018
  | import('react').ReactEventHandler<SVGElement>
5019
+ | import('framer-motion').CustomValueType
5020
5020
  | undefined;
5021
5021
  onVolumeChange?:
5022
- | import('framer-motion').CustomValueType
5023
5022
  | import('react').ReactEventHandler<SVGElement>
5023
+ | import('framer-motion').CustomValueType
5024
5024
  | undefined;
5025
5025
  onVolumeChangeCapture?:
5026
- | import('framer-motion').CustomValueType
5027
5026
  | import('react').ReactEventHandler<SVGElement>
5027
+ | import('framer-motion').CustomValueType
5028
5028
  | undefined;
5029
5029
  onWaiting?:
5030
- | import('framer-motion').CustomValueType
5031
5030
  | import('react').ReactEventHandler<SVGElement>
5031
+ | import('framer-motion').CustomValueType
5032
5032
  | undefined;
5033
5033
  onWaitingCapture?:
5034
- | import('framer-motion').CustomValueType
5035
5034
  | import('react').ReactEventHandler<SVGElement>
5035
+ | import('framer-motion').CustomValueType
5036
5036
  | undefined;
5037
5037
  onAuxClick?:
5038
- | import('framer-motion').CustomValueType
5039
5038
  | import('react').MouseEventHandler<SVGElement>
5039
+ | import('framer-motion').CustomValueType
5040
5040
  | undefined;
5041
5041
  onAuxClickCapture?:
5042
- | import('framer-motion').CustomValueType
5043
5042
  | import('react').MouseEventHandler<SVGElement>
5043
+ | import('framer-motion').CustomValueType
5044
5044
  | undefined;
5045
5045
  onClick?:
5046
- | import('framer-motion').CustomValueType
5047
5046
  | import('react').MouseEventHandler<SVGElement>
5047
+ | import('framer-motion').CustomValueType
5048
5048
  | undefined;
5049
5049
  onClickCapture?:
5050
- | import('framer-motion').CustomValueType
5051
5050
  | import('react').MouseEventHandler<SVGElement>
5051
+ | import('framer-motion').CustomValueType
5052
5052
  | undefined;
5053
5053
  onContextMenu?:
5054
- | import('framer-motion').CustomValueType
5055
5054
  | import('react').MouseEventHandler<SVGElement>
5055
+ | import('framer-motion').CustomValueType
5056
5056
  | undefined;
5057
5057
  onContextMenuCapture?:
5058
- | import('framer-motion').CustomValueType
5059
5058
  | import('react').MouseEventHandler<SVGElement>
5059
+ | import('framer-motion').CustomValueType
5060
5060
  | undefined;
5061
5061
  onDoubleClick?:
5062
- | import('framer-motion').CustomValueType
5063
5062
  | import('react').MouseEventHandler<SVGElement>
5063
+ | import('framer-motion').CustomValueType
5064
5064
  | undefined;
5065
5065
  onDoubleClickCapture?:
5066
- | import('framer-motion').CustomValueType
5067
5066
  | import('react').MouseEventHandler<SVGElement>
5067
+ | import('framer-motion').CustomValueType
5068
5068
  | undefined;
5069
5069
  onDrag?:
5070
- | import('framer-motion').CustomValueType
5071
5070
  | import('react').DragEventHandler<SVGElement>
5071
+ | import('framer-motion').CustomValueType
5072
5072
  | undefined;
5073
5073
  onDragCapture?:
5074
- | import('framer-motion').CustomValueType
5075
5074
  | import('react').DragEventHandler<SVGElement>
5075
+ | import('framer-motion').CustomValueType
5076
5076
  | undefined;
5077
5077
  onDragEnd?:
5078
- | import('framer-motion').CustomValueType
5079
5078
  | import('react').DragEventHandler<SVGElement>
5079
+ | import('framer-motion').CustomValueType
5080
5080
  | undefined;
5081
5081
  onDragEndCapture?:
5082
- | import('framer-motion').CustomValueType
5083
5082
  | import('react').DragEventHandler<SVGElement>
5083
+ | import('framer-motion').CustomValueType
5084
5084
  | undefined;
5085
5085
  onDragEnter?:
5086
- | import('framer-motion').CustomValueType
5087
5086
  | import('react').DragEventHandler<SVGElement>
5087
+ | import('framer-motion').CustomValueType
5088
5088
  | undefined;
5089
5089
  onDragEnterCapture?:
5090
- | import('framer-motion').CustomValueType
5091
5090
  | import('react').DragEventHandler<SVGElement>
5091
+ | import('framer-motion').CustomValueType
5092
5092
  | undefined;
5093
5093
  onDragExit?:
5094
- | import('framer-motion').CustomValueType
5095
5094
  | import('react').DragEventHandler<SVGElement>
5095
+ | import('framer-motion').CustomValueType
5096
5096
  | undefined;
5097
5097
  onDragExitCapture?:
5098
- | import('framer-motion').CustomValueType
5099
5098
  | import('react').DragEventHandler<SVGElement>
5099
+ | import('framer-motion').CustomValueType
5100
5100
  | undefined;
5101
5101
  onDragLeave?:
5102
- | import('framer-motion').CustomValueType
5103
5102
  | import('react').DragEventHandler<SVGElement>
5103
+ | import('framer-motion').CustomValueType
5104
5104
  | undefined;
5105
5105
  onDragLeaveCapture?:
5106
- | import('framer-motion').CustomValueType
5107
5106
  | import('react').DragEventHandler<SVGElement>
5107
+ | import('framer-motion').CustomValueType
5108
5108
  | undefined;
5109
5109
  onDragOver?:
5110
- | import('framer-motion').CustomValueType
5111
5110
  | import('react').DragEventHandler<SVGElement>
5111
+ | import('framer-motion').CustomValueType
5112
5112
  | undefined;
5113
5113
  onDragOverCapture?:
5114
- | import('framer-motion').CustomValueType
5115
5114
  | import('react').DragEventHandler<SVGElement>
5115
+ | import('framer-motion').CustomValueType
5116
5116
  | undefined;
5117
5117
  onDragStart?:
5118
- | import('framer-motion').CustomValueType
5119
5118
  | import('react').DragEventHandler<SVGElement>
5119
+ | import('framer-motion').CustomValueType
5120
5120
  | undefined;
5121
5121
  onDragStartCapture?:
5122
- | import('framer-motion').CustomValueType
5123
5122
  | import('react').DragEventHandler<SVGElement>
5123
+ | import('framer-motion').CustomValueType
5124
5124
  | undefined;
5125
5125
  onDrop?:
5126
- | import('framer-motion').CustomValueType
5127
5126
  | import('react').DragEventHandler<SVGElement>
5127
+ | import('framer-motion').CustomValueType
5128
5128
  | undefined;
5129
5129
  onDropCapture?:
5130
- | import('framer-motion').CustomValueType
5131
5130
  | import('react').DragEventHandler<SVGElement>
5131
+ | import('framer-motion').CustomValueType
5132
5132
  | undefined;
5133
5133
  onMouseDown?:
5134
- | import('framer-motion').CustomValueType
5135
5134
  | import('react').MouseEventHandler<SVGElement>
5135
+ | import('framer-motion').CustomValueType
5136
5136
  | undefined;
5137
5137
  onMouseDownCapture?:
5138
- | import('framer-motion').CustomValueType
5139
5138
  | import('react').MouseEventHandler<SVGElement>
5139
+ | import('framer-motion').CustomValueType
5140
5140
  | undefined;
5141
5141
  onMouseEnter?:
5142
- | import('framer-motion').CustomValueType
5143
5142
  | import('react').MouseEventHandler<SVGElement>
5143
+ | import('framer-motion').CustomValueType
5144
5144
  | undefined;
5145
5145
  onMouseLeave?:
5146
- | import('framer-motion').CustomValueType
5147
5146
  | import('react').MouseEventHandler<SVGElement>
5147
+ | import('framer-motion').CustomValueType
5148
5148
  | undefined;
5149
5149
  onMouseMove?:
5150
- | import('framer-motion').CustomValueType
5151
5150
  | import('react').MouseEventHandler<SVGElement>
5151
+ | import('framer-motion').CustomValueType
5152
5152
  | undefined;
5153
5153
  onMouseMoveCapture?:
5154
- | import('framer-motion').CustomValueType
5155
5154
  | import('react').MouseEventHandler<SVGElement>
5155
+ | import('framer-motion').CustomValueType
5156
5156
  | undefined;
5157
5157
  onMouseOut?:
5158
- | import('framer-motion').CustomValueType
5159
5158
  | import('react').MouseEventHandler<SVGElement>
5159
+ | import('framer-motion').CustomValueType
5160
5160
  | undefined;
5161
5161
  onMouseOutCapture?:
5162
- | import('framer-motion').CustomValueType
5163
5162
  | import('react').MouseEventHandler<SVGElement>
5163
+ | import('framer-motion').CustomValueType
5164
5164
  | undefined;
5165
5165
  onMouseOver?:
5166
- | import('framer-motion').CustomValueType
5167
5166
  | import('react').MouseEventHandler<SVGElement>
5167
+ | import('framer-motion').CustomValueType
5168
5168
  | undefined;
5169
5169
  onMouseOverCapture?:
5170
- | import('framer-motion').CustomValueType
5171
5170
  | import('react').MouseEventHandler<SVGElement>
5171
+ | import('framer-motion').CustomValueType
5172
5172
  | undefined;
5173
5173
  onMouseUp?:
5174
- | import('framer-motion').CustomValueType
5175
5174
  | import('react').MouseEventHandler<SVGElement>
5175
+ | import('framer-motion').CustomValueType
5176
5176
  | undefined;
5177
5177
  onMouseUpCapture?:
5178
- | import('framer-motion').CustomValueType
5179
5178
  | import('react').MouseEventHandler<SVGElement>
5179
+ | import('framer-motion').CustomValueType
5180
5180
  | undefined;
5181
5181
  onSelect?:
5182
- | import('framer-motion').CustomValueType
5183
5182
  | import('react').ReactEventHandler<SVGElement>
5183
+ | import('framer-motion').CustomValueType
5184
5184
  | undefined;
5185
5185
  onSelectCapture?:
5186
- | import('framer-motion').CustomValueType
5187
5186
  | import('react').ReactEventHandler<SVGElement>
5187
+ | import('framer-motion').CustomValueType
5188
5188
  | undefined;
5189
5189
  onTouchCancel?:
5190
- | import('framer-motion').CustomValueType
5191
5190
  | import('react').TouchEventHandler<SVGElement>
5191
+ | import('framer-motion').CustomValueType
5192
5192
  | undefined;
5193
5193
  onTouchCancelCapture?:
5194
- | import('framer-motion').CustomValueType
5195
5194
  | import('react').TouchEventHandler<SVGElement>
5195
+ | import('framer-motion').CustomValueType
5196
5196
  | undefined;
5197
5197
  onTouchEnd?:
5198
- | import('framer-motion').CustomValueType
5199
5198
  | import('react').TouchEventHandler<SVGElement>
5199
+ | import('framer-motion').CustomValueType
5200
5200
  | undefined;
5201
5201
  onTouchEndCapture?:
5202
- | import('framer-motion').CustomValueType
5203
5202
  | import('react').TouchEventHandler<SVGElement>
5203
+ | import('framer-motion').CustomValueType
5204
5204
  | undefined;
5205
5205
  onTouchMove?:
5206
- | import('framer-motion').CustomValueType
5207
5206
  | import('react').TouchEventHandler<SVGElement>
5207
+ | import('framer-motion').CustomValueType
5208
5208
  | undefined;
5209
5209
  onTouchMoveCapture?:
5210
- | import('framer-motion').CustomValueType
5211
5210
  | import('react').TouchEventHandler<SVGElement>
5211
+ | import('framer-motion').CustomValueType
5212
5212
  | undefined;
5213
5213
  onTouchStart?:
5214
- | import('framer-motion').CustomValueType
5215
5214
  | import('react').TouchEventHandler<SVGElement>
5215
+ | import('framer-motion').CustomValueType
5216
5216
  | undefined;
5217
5217
  onTouchStartCapture?:
5218
- | import('framer-motion').CustomValueType
5219
5218
  | import('react').TouchEventHandler<SVGElement>
5219
+ | import('framer-motion').CustomValueType
5220
5220
  | undefined;
5221
5221
  onPointerDown?:
5222
- | import('framer-motion').CustomValueType
5223
5222
  | import('react').PointerEventHandler<SVGElement>
5223
+ | import('framer-motion').CustomValueType
5224
5224
  | undefined;
5225
5225
  onPointerDownCapture?:
5226
- | import('framer-motion').CustomValueType
5227
5226
  | import('react').PointerEventHandler<SVGElement>
5227
+ | import('framer-motion').CustomValueType
5228
5228
  | undefined;
5229
5229
  onPointerMove?:
5230
- | import('framer-motion').CustomValueType
5231
5230
  | import('react').PointerEventHandler<SVGElement>
5231
+ | import('framer-motion').CustomValueType
5232
5232
  | undefined;
5233
5233
  onPointerMoveCapture?:
5234
- | import('framer-motion').CustomValueType
5235
5234
  | import('react').PointerEventHandler<SVGElement>
5235
+ | import('framer-motion').CustomValueType
5236
5236
  | undefined;
5237
5237
  onPointerUp?:
5238
- | import('framer-motion').CustomValueType
5239
5238
  | import('react').PointerEventHandler<SVGElement>
5239
+ | import('framer-motion').CustomValueType
5240
5240
  | undefined;
5241
5241
  onPointerUpCapture?:
5242
- | import('framer-motion').CustomValueType
5243
5242
  | import('react').PointerEventHandler<SVGElement>
5243
+ | import('framer-motion').CustomValueType
5244
5244
  | undefined;
5245
5245
  onPointerCancel?:
5246
- | import('framer-motion').CustomValueType
5247
5246
  | import('react').PointerEventHandler<SVGElement>
5247
+ | import('framer-motion').CustomValueType
5248
5248
  | undefined;
5249
5249
  onPointerCancelCapture?:
5250
- | import('framer-motion').CustomValueType
5251
5250
  | import('react').PointerEventHandler<SVGElement>
5251
+ | import('framer-motion').CustomValueType
5252
5252
  | undefined;
5253
5253
  onPointerEnter?:
5254
- | import('framer-motion').CustomValueType
5255
5254
  | import('react').PointerEventHandler<SVGElement>
5255
+ | import('framer-motion').CustomValueType
5256
5256
  | undefined;
5257
5257
  onPointerLeave?:
5258
- | import('framer-motion').CustomValueType
5259
5258
  | import('react').PointerEventHandler<SVGElement>
5259
+ | import('framer-motion').CustomValueType
5260
5260
  | undefined;
5261
5261
  onPointerOver?:
5262
- | import('framer-motion').CustomValueType
5263
5262
  | import('react').PointerEventHandler<SVGElement>
5263
+ | import('framer-motion').CustomValueType
5264
5264
  | undefined;
5265
5265
  onPointerOverCapture?:
5266
- | import('framer-motion').CustomValueType
5267
5266
  | import('react').PointerEventHandler<SVGElement>
5267
+ | import('framer-motion').CustomValueType
5268
5268
  | undefined;
5269
5269
  onPointerOut?:
5270
- | import('framer-motion').CustomValueType
5271
5270
  | import('react').PointerEventHandler<SVGElement>
5271
+ | import('framer-motion').CustomValueType
5272
5272
  | undefined;
5273
5273
  onPointerOutCapture?:
5274
- | import('framer-motion').CustomValueType
5275
5274
  | import('react').PointerEventHandler<SVGElement>
5275
+ | import('framer-motion').CustomValueType
5276
5276
  | undefined;
5277
5277
  onGotPointerCapture?:
5278
- | import('framer-motion').CustomValueType
5279
5278
  | import('react').PointerEventHandler<SVGElement>
5279
+ | import('framer-motion').CustomValueType
5280
5280
  | undefined;
5281
5281
  onGotPointerCaptureCapture?:
5282
- | import('framer-motion').CustomValueType
5283
5282
  | import('react').PointerEventHandler<SVGElement>
5283
+ | import('framer-motion').CustomValueType
5284
5284
  | undefined;
5285
5285
  onLostPointerCapture?:
5286
- | import('framer-motion').CustomValueType
5287
5286
  | import('react').PointerEventHandler<SVGElement>
5287
+ | import('framer-motion').CustomValueType
5288
5288
  | undefined;
5289
5289
  onLostPointerCaptureCapture?:
5290
- | import('framer-motion').CustomValueType
5291
5290
  | import('react').PointerEventHandler<SVGElement>
5291
+ | import('framer-motion').CustomValueType
5292
5292
  | undefined;
5293
5293
  onScroll?:
5294
- | import('framer-motion').CustomValueType
5295
5294
  | import('react').UIEventHandler<SVGElement>
5295
+ | import('framer-motion').CustomValueType
5296
5296
  | undefined;
5297
5297
  onScrollCapture?:
5298
- | import('framer-motion').CustomValueType
5299
5298
  | import('react').UIEventHandler<SVGElement>
5299
+ | import('framer-motion').CustomValueType
5300
5300
  | undefined;
5301
5301
  onWheel?:
5302
- | import('framer-motion').CustomValueType
5303
5302
  | import('react').WheelEventHandler<SVGElement>
5303
+ | import('framer-motion').CustomValueType
5304
5304
  | undefined;
5305
5305
  onWheelCapture?:
5306
- | import('framer-motion').CustomValueType
5307
5306
  | import('react').WheelEventHandler<SVGElement>
5307
+ | import('framer-motion').CustomValueType
5308
5308
  | undefined;
5309
5309
  onAnimationStart?:
5310
- | import('framer-motion').CustomValueType
5311
5310
  | import('react').AnimationEventHandler<SVGElement>
5311
+ | import('framer-motion').CustomValueType
5312
5312
  | undefined;
5313
5313
  onAnimationStartCapture?:
5314
- | import('framer-motion').CustomValueType
5315
5314
  | import('react').AnimationEventHandler<SVGElement>
5315
+ | import('framer-motion').CustomValueType
5316
5316
  | undefined;
5317
5317
  onAnimationEnd?:
5318
- | import('framer-motion').CustomValueType
5319
5318
  | import('react').AnimationEventHandler<SVGElement>
5319
+ | import('framer-motion').CustomValueType
5320
5320
  | undefined;
5321
5321
  onAnimationEndCapture?:
5322
- | import('framer-motion').CustomValueType
5323
5322
  | import('react').AnimationEventHandler<SVGElement>
5323
+ | import('framer-motion').CustomValueType
5324
5324
  | undefined;
5325
5325
  onAnimationIteration?:
5326
- | import('framer-motion').CustomValueType
5327
5326
  | import('react').AnimationEventHandler<SVGElement>
5327
+ | import('framer-motion').CustomValueType
5328
5328
  | undefined;
5329
5329
  onAnimationIterationCapture?:
5330
- | import('framer-motion').CustomValueType
5331
5330
  | import('react').AnimationEventHandler<SVGElement>
5331
+ | import('framer-motion').CustomValueType
5332
5332
  | undefined;
5333
5333
  onTransitionEnd?:
5334
- | import('framer-motion').CustomValueType
5335
5334
  | import('react').TransitionEventHandler<SVGElement>
5335
+ | import('framer-motion').CustomValueType
5336
5336
  | undefined;
5337
5337
  onTransitionEndCapture?:
5338
- | import('framer-motion').CustomValueType
5339
5338
  | import('react').TransitionEventHandler<SVGElement>
5339
+ | import('framer-motion').CustomValueType
5340
5340
  | undefined;
5341
5341
  attrX?: number | import('framer-motion').CustomValueType | undefined;
5342
5342
  attrY?: number | import('framer-motion').CustomValueType | undefined;
@@ -5636,8 +5636,8 @@ export declare const useMotionProps: (props: UseMotionProps) => {
5636
5636
  onAnimationStart?:
5637
5637
  | ((definition: import('framer-motion').AnimationDefinition) => void)
5638
5638
  | undefined;
5639
- drag?: boolean | 'x' | 'y' | undefined;
5640
5639
  layout?: boolean | 'position' | 'size' | 'preserve-aspect' | undefined;
5640
+ drag?: boolean | 'x' | 'y' | undefined;
5641
5641
  transformValues?:
5642
5642
  | (<V extends import('framer-motion').ResolvedValues>(values: V) => V)
5643
5643
  | undefined;
@@ -6534,11 +6534,11 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6534
6534
  | 'hanging'
6535
6535
  | 'ideographic'
6536
6536
  | 'mathematical'
6537
- | 'baseline'
6538
- | 'middle'
6539
6537
  | 'after-edge'
6538
+ | 'baseline'
6540
6539
  | 'before-edge'
6541
6540
  | 'central'
6541
+ | 'middle'
6542
6542
  | 'text-after-edge'
6543
6543
  | 'text-before-edge'
6544
6544
  | import('framer-motion').CustomValueType
@@ -6577,8 +6577,8 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6577
6577
  | 'revert-layer'
6578
6578
  | 'unset'
6579
6579
  | 'auto'
6580
- | 'optimizeSpeed'
6581
6580
  | 'optimizeQuality'
6581
+ | 'optimizeSpeed'
6582
6582
  | import('framer-motion').CustomValueType
6583
6583
  | undefined;
6584
6584
  cursor?: string | import('framer-motion').CustomValueType | undefined;
@@ -6606,8 +6606,8 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6606
6606
  | 'hanging'
6607
6607
  | 'ideographic'
6608
6608
  | 'mathematical'
6609
- | 'middle'
6610
6609
  | 'central'
6610
+ | 'middle'
6611
6611
  | 'text-after-edge'
6612
6612
  | 'text-before-edge'
6613
6613
  | 'no-change'
@@ -6668,8 +6668,8 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6668
6668
  | 'none'
6669
6669
  | 'auto'
6670
6670
  | 'stroke'
6671
- | 'visible'
6672
6671
  | 'all'
6672
+ | 'visible'
6673
6673
  | 'painted'
6674
6674
  | 'visibleFill'
6675
6675
  | 'visiblePainted'
@@ -6684,9 +6684,9 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6684
6684
  | 'revert-layer'
6685
6685
  | 'unset'
6686
6686
  | 'auto'
6687
- | 'geometricPrecision'
6688
6687
  | 'optimizeSpeed'
6689
6688
  | 'crispEdges'
6689
+ | 'geometricPrecision'
6690
6690
  | import('framer-motion').CustomValueType
6691
6691
  | undefined;
6692
6692
  stopColor?: string | import('framer-motion').CustomValueType | undefined;
@@ -6732,9 +6732,9 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6732
6732
  | 'revert-layer'
6733
6733
  | 'unset'
6734
6734
  | 'auto'
6735
+ | 'optimizeSpeed'
6735
6736
  | 'geometricPrecision'
6736
6737
  | 'optimizeLegibility'
6737
- | 'optimizeSpeed'
6738
6738
  | import('framer-motion').CustomValueType
6739
6739
  | undefined;
6740
6740
  transform?: string | import('framer-motion').CustomValueType | undefined;
@@ -6747,7 +6747,6 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6747
6747
  | 'unset'
6748
6748
  | 'normal'
6749
6749
  | 'embed'
6750
- | 'isolate'
6751
6750
  | '-moz-isolate'
6752
6751
  | '-moz-isolate-override'
6753
6752
  | '-moz-plaintext'
@@ -6755,6 +6754,7 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6755
6754
  | '-webkit-isolate-override'
6756
6755
  | '-webkit-plaintext'
6757
6756
  | 'bidi-override'
6757
+ | 'isolate'
6758
6758
  | 'isolate-override'
6759
6759
  | 'plaintext'
6760
6760
  | import('framer-motion').CustomValueType
@@ -6809,24 +6809,12 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6809
6809
  | import('csstype').Property.Border<string | number>
6810
6810
  | import('framer-motion').CustomValueType
6811
6811
  | undefined;
6812
- animation?:
6813
- | import('csstype').Property.Animation<string & {}>
6814
- | import('framer-motion').CustomValueType
6815
- | undefined;
6816
- flex?:
6817
- | import('csstype').Property.Flex<string | number>
6818
- | import('framer-motion').CustomValueType
6819
- | undefined;
6820
- grid?:
6821
- | import('csstype').Property.Grid
6822
- | import('framer-motion').CustomValueType
6823
- | undefined;
6824
- contain?:
6825
- | import('csstype').Property.Contain
6812
+ top?:
6813
+ | import('csstype').Property.Top<string | number>
6826
6814
  | import('framer-motion').CustomValueType
6827
6815
  | undefined;
6828
- overlay?:
6829
- | import('csstype').Property.Overlay
6816
+ bottom?:
6817
+ | import('csstype').Property.Bottom<string | number>
6830
6818
  | import('framer-motion').CustomValueType
6831
6819
  | undefined;
6832
6820
  left?:
@@ -6837,69 +6825,33 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6837
6825
  | import('csstype').Property.Right<string | number>
6838
6826
  | import('framer-motion').CustomValueType
6839
6827
  | undefined;
6840
- bottom?:
6841
- | import('csstype').Property.Bottom<string | number>
6828
+ all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
6829
+ minWidth?:
6830
+ | import('csstype').Property.MinWidth<string | number>
6842
6831
  | import('framer-motion').CustomValueType
6843
6832
  | undefined;
6844
- top?:
6845
- | import('csstype').Property.Top<string | number>
6833
+ minHeight?:
6834
+ | import('csstype').Property.MinHeight<string | number>
6846
6835
  | import('framer-motion').CustomValueType
6847
6836
  | undefined;
6848
- inset?:
6849
- | import('csstype').Property.Inset<string | number>
6837
+ maxWidth?:
6838
+ | import('csstype').Property.MaxWidth<string | number>
6850
6839
  | import('framer-motion').CustomValueType
6851
6840
  | undefined;
6852
- all?: import('csstype').Globals | import('framer-motion').CustomValueType | undefined;
6853
- page?:
6854
- | import('csstype').Property.Page
6841
+ maxHeight?:
6842
+ | import('csstype').Property.MaxHeight<string | number>
6855
6843
  | import('framer-motion').CustomValueType
6856
6844
  | undefined;
6857
- position?:
6858
- | import('csstype').Property.Position
6845
+ aspectRatio?:
6846
+ | import('csstype').Property.AspectRatio
6859
6847
  | import('framer-motion').CustomValueType
6860
6848
  | undefined;
6861
- caret?:
6862
- | import('csstype').Property.Caret
6849
+ flexBasis?:
6850
+ | import('csstype').Property.FlexBasis<string | number>
6863
6851
  | import('framer-motion').CustomValueType
6864
6852
  | undefined;
6865
- zoom?:
6866
- | import('csstype').Property.Zoom
6867
- | import('framer-motion').CustomValueType
6868
- | undefined;
6869
- clear?:
6870
- | import('csstype').Property.Clear
6871
- | import('framer-motion').CustomValueType
6872
- | undefined;
6873
- padding?:
6874
- | import('csstype').Property.Padding<string | number>
6875
- | import('framer-motion').CustomValueType
6876
- | undefined;
6877
- minWidth?:
6878
- | import('csstype').Property.MinWidth<string | number>
6879
- | import('framer-motion').CustomValueType
6880
- | undefined;
6881
- minHeight?:
6882
- | import('csstype').Property.MinHeight<string | number>
6883
- | import('framer-motion').CustomValueType
6884
- | undefined;
6885
- maxWidth?:
6886
- | import('csstype').Property.MaxWidth<string | number>
6887
- | import('framer-motion').CustomValueType
6888
- | undefined;
6889
- maxHeight?:
6890
- | import('csstype').Property.MaxHeight<string | number>
6891
- | import('framer-motion').CustomValueType
6892
- | undefined;
6893
- aspectRatio?:
6894
- | import('csstype').Property.AspectRatio
6895
- | import('framer-motion').CustomValueType
6896
- | undefined;
6897
- flexBasis?:
6898
- | import('csstype').Property.FlexBasis<string | number>
6899
- | import('framer-motion').CustomValueType
6900
- | undefined;
6901
- flexGrow?:
6902
- | import('csstype').Property.FlexGrow
6853
+ flexGrow?:
6854
+ | import('csstype').Property.FlexGrow
6903
6855
  | import('framer-motion').CustomValueType
6904
6856
  | undefined;
6905
6857
  flexShrink?:
@@ -6934,6 +6886,10 @@ export declare const useMotionProps: (props: UseMotionProps) => {
6934
6886
  | import('csstype').Property.GridAutoFlow
6935
6887
  | import('framer-motion').CustomValueType
6936
6888
  | undefined;
6889
+ grid?:
6890
+ | import('csstype').Property.Grid
6891
+ | import('framer-motion').CustomValueType
6892
+ | undefined;
6937
6893
  gridRowStart?:
6938
6894
  | import('csstype').Property.GridRowStart
6939
6895
  | import('framer-motion').CustomValueType
@@ -7010,6 +6966,10 @@ export declare const useMotionProps: (props: UseMotionProps) => {
7010
6966
  | import('csstype').Property.RowGap<string | number>
7011
6967
  | import('framer-motion').CustomValueType
7012
6968
  | undefined;
6969
+ padding?:
6970
+ | import('csstype').Property.Padding<string | number>
6971
+ | import('framer-motion').CustomValueType
6972
+ | undefined;
7013
6973
  paddingTop?:
7014
6974
  | import('csstype').Property.PaddingTop<string | number>
7015
6975
  | import('framer-motion').CustomValueType
@@ -7058,6 +7018,10 @@ export declare const useMotionProps: (props: UseMotionProps) => {
7058
7018
  | import('csstype').Property.FlexWrap
7059
7019
  | import('framer-motion').CustomValueType
7060
7020
  | undefined;
7021
+ position?:
7022
+ | import('csstype').Property.Position
7023
+ | import('framer-motion').CustomValueType
7024
+ | undefined;
7061
7025
  textAlign?:
7062
7026
  | import('csstype').Property.TextAlign
7063
7027
  | import('framer-motion').CustomValueType
@@ -7370,6 +7334,10 @@ export declare const useMotionProps: (props: UseMotionProps) => {
7370
7334
  | import('csstype').Property.CaretShape
7371
7335
  | import('framer-motion').CustomValueType
7372
7336
  | undefined;
7337
+ clear?:
7338
+ | import('csstype').Property.Clear
7339
+ | import('framer-motion').CustomValueType
7340
+ | undefined;
7373
7341
  colorAdjust?:
7374
7342
  | import('csstype').Property.PrintColorAdjust
7375
7343
  | import('framer-motion').CustomValueType
@@ -7406,6 +7374,10 @@ export declare const useMotionProps: (props: UseMotionProps) => {
7406
7374
  | import('csstype').Property.ColumnWidth<string | number>
7407
7375
  | import('framer-motion').CustomValueType
7408
7376
  | undefined;
7377
+ contain?:
7378
+ | import('csstype').Property.Contain
7379
+ | import('framer-motion').CustomValueType
7380
+ | undefined;
7409
7381
  containIntrinsicBlockSize?:
7410
7382
  | import('csstype').Property.ContainIntrinsicBlockSize<string | number>
7411
7383
  | import('framer-motion').CustomValueType
@@ -7846,6 +7818,10 @@ export declare const useMotionProps: (props: UseMotionProps) => {
7846
7818
  | import('csstype').Property.OverflowY
7847
7819
  | import('framer-motion').CustomValueType
7848
7820
  | undefined;
7821
+ overlay?:
7822
+ | import('csstype').Property.Overlay
7823
+ | import('framer-motion').CustomValueType
7824
+ | undefined;
7849
7825
  overscrollBehaviorBlock?:
7850
7826
  | import('csstype').Property.OverscrollBehaviorBlock
7851
7827
  | import('framer-motion').CustomValueType
@@ -7886,6 +7862,10 @@ export declare const useMotionProps: (props: UseMotionProps) => {
7886
7862
  | import('csstype').Property.PaddingRight<string | number>
7887
7863
  | import('framer-motion').CustomValueType
7888
7864
  | undefined;
7865
+ page?:
7866
+ | import('csstype').Property.Page
7867
+ | import('framer-motion').CustomValueType
7868
+ | undefined;
7889
7869
  pageBreakAfter?:
7890
7870
  | import('csstype').Property.PageBreakAfter
7891
7871
  | import('framer-motion').CustomValueType
@@ -8230,6 +8210,14 @@ export declare const useMotionProps: (props: UseMotionProps) => {
8230
8210
  | import('csstype').Property.WordWrap
8231
8211
  | import('framer-motion').CustomValueType
8232
8212
  | undefined;
8213
+ zoom?:
8214
+ | import('csstype').Property.Zoom
8215
+ | import('framer-motion').CustomValueType
8216
+ | undefined;
8217
+ animation?:
8218
+ | import('csstype').Property.Animation<string & {}>
8219
+ | import('framer-motion').CustomValueType
8220
+ | undefined;
8233
8221
  animationRange?:
8234
8222
  | import('csstype').Property.AnimationRange<string | number>
8235
8223
  | import('framer-motion').CustomValueType
@@ -8286,6 +8274,10 @@ export declare const useMotionProps: (props: UseMotionProps) => {
8286
8274
  | import('csstype').Property.BorderTop<string | number>
8287
8275
  | import('framer-motion').CustomValueType
8288
8276
  | undefined;
8277
+ caret?:
8278
+ | import('csstype').Property.Caret
8279
+ | import('framer-motion').CustomValueType
8280
+ | undefined;
8289
8281
  columnRule?:
8290
8282
  | import('csstype').Property.ColumnRule<string | number>
8291
8283
  | import('framer-motion').CustomValueType
@@ -8302,6 +8294,10 @@ export declare const useMotionProps: (props: UseMotionProps) => {
8302
8294
  | import('csstype').Property.Container
8303
8295
  | import('framer-motion').CustomValueType
8304
8296
  | undefined;
8297
+ flex?:
8298
+ | import('csstype').Property.Flex<string | number>
8299
+ | import('framer-motion').CustomValueType
8300
+ | undefined;
8305
8301
  flexFlow?:
8306
8302
  | import('csstype').Property.FlexFlow
8307
8303
  | import('framer-motion').CustomValueType
@@ -8310,6 +8306,10 @@ export declare const useMotionProps: (props: UseMotionProps) => {
8310
8306
  | import('csstype').Property.Font
8311
8307
  | import('framer-motion').CustomValueType
8312
8308
  | undefined;
8309
+ inset?:
8310
+ | import('csstype').Property.Inset<string | number>
8311
+ | import('framer-motion').CustomValueType
8312
+ | undefined;
8313
8313
  insetBlock?:
8314
8314
  | import('csstype').Property.InsetBlock<string | number>
8315
8315
  | import('framer-motion').CustomValueType
@@ -10227,644 +10227,644 @@ export declare const useMotionProps: (props: UseMotionProps) => {
10227
10227
  | import('framer-motion').CustomValueType
10228
10228
  | undefined;
10229
10229
  onCopy?:
10230
- | import('framer-motion').CustomValueType
10231
10230
  | import('react').ClipboardEventHandler<SVGElement>
10231
+ | import('framer-motion').CustomValueType
10232
10232
  | undefined;
10233
10233
  onCopyCapture?:
10234
- | import('framer-motion').CustomValueType
10235
10234
  | import('react').ClipboardEventHandler<SVGElement>
10235
+ | import('framer-motion').CustomValueType
10236
10236
  | undefined;
10237
10237
  onCut?:
10238
- | import('framer-motion').CustomValueType
10239
10238
  | import('react').ClipboardEventHandler<SVGElement>
10239
+ | import('framer-motion').CustomValueType
10240
10240
  | undefined;
10241
10241
  onCutCapture?:
10242
- | import('framer-motion').CustomValueType
10243
10242
  | import('react').ClipboardEventHandler<SVGElement>
10243
+ | import('framer-motion').CustomValueType
10244
10244
  | undefined;
10245
10245
  onPaste?:
10246
- | import('framer-motion').CustomValueType
10247
10246
  | import('react').ClipboardEventHandler<SVGElement>
10247
+ | import('framer-motion').CustomValueType
10248
10248
  | undefined;
10249
10249
  onPasteCapture?:
10250
- | import('framer-motion').CustomValueType
10251
10250
  | import('react').ClipboardEventHandler<SVGElement>
10251
+ | import('framer-motion').CustomValueType
10252
10252
  | undefined;
10253
10253
  onCompositionEnd?:
10254
- | import('framer-motion').CustomValueType
10255
10254
  | import('react').CompositionEventHandler<SVGElement>
10255
+ | import('framer-motion').CustomValueType
10256
10256
  | undefined;
10257
10257
  onCompositionEndCapture?:
10258
- | import('framer-motion').CustomValueType
10259
10258
  | import('react').CompositionEventHandler<SVGElement>
10259
+ | import('framer-motion').CustomValueType
10260
10260
  | undefined;
10261
10261
  onCompositionStart?:
10262
- | import('framer-motion').CustomValueType
10263
10262
  | import('react').CompositionEventHandler<SVGElement>
10263
+ | import('framer-motion').CustomValueType
10264
10264
  | undefined;
10265
10265
  onCompositionStartCapture?:
10266
- | import('framer-motion').CustomValueType
10267
10266
  | import('react').CompositionEventHandler<SVGElement>
10267
+ | import('framer-motion').CustomValueType
10268
10268
  | undefined;
10269
10269
  onCompositionUpdate?:
10270
- | import('framer-motion').CustomValueType
10271
10270
  | import('react').CompositionEventHandler<SVGElement>
10271
+ | import('framer-motion').CustomValueType
10272
10272
  | undefined;
10273
10273
  onCompositionUpdateCapture?:
10274
- | import('framer-motion').CustomValueType
10275
10274
  | import('react').CompositionEventHandler<SVGElement>
10275
+ | import('framer-motion').CustomValueType
10276
10276
  | undefined;
10277
10277
  onFocus?:
10278
- | import('framer-motion').CustomValueType
10279
10278
  | import('react').FocusEventHandler<SVGElement>
10279
+ | import('framer-motion').CustomValueType
10280
10280
  | undefined;
10281
10281
  onFocusCapture?:
10282
- | import('framer-motion').CustomValueType
10283
10282
  | import('react').FocusEventHandler<SVGElement>
10283
+ | import('framer-motion').CustomValueType
10284
10284
  | undefined;
10285
10285
  onBlur?:
10286
- | import('framer-motion').CustomValueType
10287
10286
  | import('react').FocusEventHandler<SVGElement>
10287
+ | import('framer-motion').CustomValueType
10288
10288
  | undefined;
10289
10289
  onBlurCapture?:
10290
- | import('framer-motion').CustomValueType
10291
10290
  | import('react').FocusEventHandler<SVGElement>
10291
+ | import('framer-motion').CustomValueType
10292
10292
  | undefined;
10293
10293
  onChange?:
10294
- | import('framer-motion').CustomValueType
10295
10294
  | import('react').FormEventHandler<SVGElement>
10295
+ | import('framer-motion').CustomValueType
10296
10296
  | undefined;
10297
10297
  onChangeCapture?:
10298
- | import('framer-motion').CustomValueType
10299
10298
  | import('react').FormEventHandler<SVGElement>
10299
+ | import('framer-motion').CustomValueType
10300
10300
  | undefined;
10301
10301
  onBeforeInput?:
10302
- | import('framer-motion').CustomValueType
10303
10302
  | import('react').FormEventHandler<SVGElement>
10303
+ | import('framer-motion').CustomValueType
10304
10304
  | undefined;
10305
10305
  onBeforeInputCapture?:
10306
- | import('framer-motion').CustomValueType
10307
10306
  | import('react').FormEventHandler<SVGElement>
10307
+ | import('framer-motion').CustomValueType
10308
10308
  | undefined;
10309
10309
  onInput?:
10310
- | import('framer-motion').CustomValueType
10311
10310
  | import('react').FormEventHandler<SVGElement>
10311
+ | import('framer-motion').CustomValueType
10312
10312
  | undefined;
10313
10313
  onInputCapture?:
10314
- | import('framer-motion').CustomValueType
10315
10314
  | import('react').FormEventHandler<SVGElement>
10315
+ | import('framer-motion').CustomValueType
10316
10316
  | undefined;
10317
10317
  onReset?:
10318
- | import('framer-motion').CustomValueType
10319
10318
  | import('react').FormEventHandler<SVGElement>
10319
+ | import('framer-motion').CustomValueType
10320
10320
  | undefined;
10321
10321
  onResetCapture?:
10322
- | import('framer-motion').CustomValueType
10323
10322
  | import('react').FormEventHandler<SVGElement>
10323
+ | import('framer-motion').CustomValueType
10324
10324
  | undefined;
10325
10325
  onSubmit?:
10326
- | import('framer-motion').CustomValueType
10327
10326
  | import('react').FormEventHandler<SVGElement>
10327
+ | import('framer-motion').CustomValueType
10328
10328
  | undefined;
10329
10329
  onSubmitCapture?:
10330
- | import('framer-motion').CustomValueType
10331
10330
  | import('react').FormEventHandler<SVGElement>
10331
+ | import('framer-motion').CustomValueType
10332
10332
  | undefined;
10333
10333
  onInvalid?:
10334
- | import('framer-motion').CustomValueType
10335
10334
  | import('react').FormEventHandler<SVGElement>
10335
+ | import('framer-motion').CustomValueType
10336
10336
  | undefined;
10337
10337
  onInvalidCapture?:
10338
- | import('framer-motion').CustomValueType
10339
10338
  | import('react').FormEventHandler<SVGElement>
10339
+ | import('framer-motion').CustomValueType
10340
10340
  | undefined;
10341
10341
  onLoad?:
10342
- | import('framer-motion').CustomValueType
10343
10342
  | import('react').ReactEventHandler<SVGElement>
10343
+ | import('framer-motion').CustomValueType
10344
10344
  | undefined;
10345
10345
  onLoadCapture?:
10346
- | import('framer-motion').CustomValueType
10347
10346
  | import('react').ReactEventHandler<SVGElement>
10347
+ | import('framer-motion').CustomValueType
10348
10348
  | undefined;
10349
10349
  onError?:
10350
- | import('framer-motion').CustomValueType
10351
10350
  | import('react').ReactEventHandler<SVGElement>
10351
+ | import('framer-motion').CustomValueType
10352
10352
  | undefined;
10353
10353
  onErrorCapture?:
10354
- | import('framer-motion').CustomValueType
10355
10354
  | import('react').ReactEventHandler<SVGElement>
10355
+ | import('framer-motion').CustomValueType
10356
10356
  | undefined;
10357
10357
  onKeyDown?:
10358
- | import('framer-motion').CustomValueType
10359
10358
  | import('react').KeyboardEventHandler<SVGElement>
10359
+ | import('framer-motion').CustomValueType
10360
10360
  | undefined;
10361
10361
  onKeyDownCapture?:
10362
- | import('framer-motion').CustomValueType
10363
10362
  | import('react').KeyboardEventHandler<SVGElement>
10363
+ | import('framer-motion').CustomValueType
10364
10364
  | undefined;
10365
10365
  onKeyPress?:
10366
- | import('framer-motion').CustomValueType
10367
10366
  | import('react').KeyboardEventHandler<SVGElement>
10367
+ | import('framer-motion').CustomValueType
10368
10368
  | undefined;
10369
10369
  onKeyPressCapture?:
10370
- | import('framer-motion').CustomValueType
10371
10370
  | import('react').KeyboardEventHandler<SVGElement>
10371
+ | import('framer-motion').CustomValueType
10372
10372
  | undefined;
10373
10373
  onKeyUp?:
10374
- | import('framer-motion').CustomValueType
10375
10374
  | import('react').KeyboardEventHandler<SVGElement>
10375
+ | import('framer-motion').CustomValueType
10376
10376
  | undefined;
10377
10377
  onKeyUpCapture?:
10378
- | import('framer-motion').CustomValueType
10379
10378
  | import('react').KeyboardEventHandler<SVGElement>
10379
+ | import('framer-motion').CustomValueType
10380
10380
  | undefined;
10381
10381
  onAbort?:
10382
- | import('framer-motion').CustomValueType
10383
10382
  | import('react').ReactEventHandler<SVGElement>
10383
+ | import('framer-motion').CustomValueType
10384
10384
  | undefined;
10385
10385
  onAbortCapture?:
10386
- | import('framer-motion').CustomValueType
10387
10386
  | import('react').ReactEventHandler<SVGElement>
10387
+ | import('framer-motion').CustomValueType
10388
10388
  | undefined;
10389
10389
  onCanPlay?:
10390
- | import('framer-motion').CustomValueType
10391
10390
  | import('react').ReactEventHandler<SVGElement>
10391
+ | import('framer-motion').CustomValueType
10392
10392
  | undefined;
10393
10393
  onCanPlayCapture?:
10394
- | import('framer-motion').CustomValueType
10395
10394
  | import('react').ReactEventHandler<SVGElement>
10395
+ | import('framer-motion').CustomValueType
10396
10396
  | undefined;
10397
10397
  onCanPlayThrough?:
10398
- | import('framer-motion').CustomValueType
10399
10398
  | import('react').ReactEventHandler<SVGElement>
10399
+ | import('framer-motion').CustomValueType
10400
10400
  | undefined;
10401
10401
  onCanPlayThroughCapture?:
10402
- | import('framer-motion').CustomValueType
10403
10402
  | import('react').ReactEventHandler<SVGElement>
10403
+ | import('framer-motion').CustomValueType
10404
10404
  | undefined;
10405
10405
  onDurationChange?:
10406
- | import('framer-motion').CustomValueType
10407
10406
  | import('react').ReactEventHandler<SVGElement>
10407
+ | import('framer-motion').CustomValueType
10408
10408
  | undefined;
10409
10409
  onDurationChangeCapture?:
10410
- | import('framer-motion').CustomValueType
10411
10410
  | import('react').ReactEventHandler<SVGElement>
10411
+ | import('framer-motion').CustomValueType
10412
10412
  | undefined;
10413
10413
  onEmptied?:
10414
- | import('framer-motion').CustomValueType
10415
10414
  | import('react').ReactEventHandler<SVGElement>
10415
+ | import('framer-motion').CustomValueType
10416
10416
  | undefined;
10417
10417
  onEmptiedCapture?:
10418
- | import('framer-motion').CustomValueType
10419
10418
  | import('react').ReactEventHandler<SVGElement>
10419
+ | import('framer-motion').CustomValueType
10420
10420
  | undefined;
10421
10421
  onEncrypted?:
10422
- | import('framer-motion').CustomValueType
10423
10422
  | import('react').ReactEventHandler<SVGElement>
10423
+ | import('framer-motion').CustomValueType
10424
10424
  | undefined;
10425
10425
  onEncryptedCapture?:
10426
- | import('framer-motion').CustomValueType
10427
10426
  | import('react').ReactEventHandler<SVGElement>
10427
+ | import('framer-motion').CustomValueType
10428
10428
  | undefined;
10429
10429
  onEnded?:
10430
- | import('framer-motion').CustomValueType
10431
10430
  | import('react').ReactEventHandler<SVGElement>
10431
+ | import('framer-motion').CustomValueType
10432
10432
  | undefined;
10433
10433
  onEndedCapture?:
10434
- | import('framer-motion').CustomValueType
10435
10434
  | import('react').ReactEventHandler<SVGElement>
10435
+ | import('framer-motion').CustomValueType
10436
10436
  | undefined;
10437
10437
  onLoadedData?:
10438
- | import('framer-motion').CustomValueType
10439
10438
  | import('react').ReactEventHandler<SVGElement>
10439
+ | import('framer-motion').CustomValueType
10440
10440
  | undefined;
10441
10441
  onLoadedDataCapture?:
10442
- | import('framer-motion').CustomValueType
10443
10442
  | import('react').ReactEventHandler<SVGElement>
10443
+ | import('framer-motion').CustomValueType
10444
10444
  | undefined;
10445
10445
  onLoadedMetadata?:
10446
- | import('framer-motion').CustomValueType
10447
10446
  | import('react').ReactEventHandler<SVGElement>
10447
+ | import('framer-motion').CustomValueType
10448
10448
  | undefined;
10449
10449
  onLoadedMetadataCapture?:
10450
- | import('framer-motion').CustomValueType
10451
10450
  | import('react').ReactEventHandler<SVGElement>
10451
+ | import('framer-motion').CustomValueType
10452
10452
  | undefined;
10453
10453
  onLoadStart?:
10454
- | import('framer-motion').CustomValueType
10455
10454
  | import('react').ReactEventHandler<SVGElement>
10455
+ | import('framer-motion').CustomValueType
10456
10456
  | undefined;
10457
10457
  onLoadStartCapture?:
10458
- | import('framer-motion').CustomValueType
10459
10458
  | import('react').ReactEventHandler<SVGElement>
10459
+ | import('framer-motion').CustomValueType
10460
10460
  | undefined;
10461
10461
  onPause?:
10462
- | import('framer-motion').CustomValueType
10463
10462
  | import('react').ReactEventHandler<SVGElement>
10463
+ | import('framer-motion').CustomValueType
10464
10464
  | undefined;
10465
10465
  onPauseCapture?:
10466
- | import('framer-motion').CustomValueType
10467
10466
  | import('react').ReactEventHandler<SVGElement>
10467
+ | import('framer-motion').CustomValueType
10468
10468
  | undefined;
10469
10469
  onPlay?:
10470
- | import('framer-motion').CustomValueType
10471
10470
  | import('react').ReactEventHandler<SVGElement>
10471
+ | import('framer-motion').CustomValueType
10472
10472
  | undefined;
10473
10473
  onPlayCapture?:
10474
- | import('framer-motion').CustomValueType
10475
10474
  | import('react').ReactEventHandler<SVGElement>
10475
+ | import('framer-motion').CustomValueType
10476
10476
  | undefined;
10477
10477
  onPlaying?:
10478
- | import('framer-motion').CustomValueType
10479
10478
  | import('react').ReactEventHandler<SVGElement>
10479
+ | import('framer-motion').CustomValueType
10480
10480
  | undefined;
10481
10481
  onPlayingCapture?:
10482
- | import('framer-motion').CustomValueType
10483
10482
  | import('react').ReactEventHandler<SVGElement>
10483
+ | import('framer-motion').CustomValueType
10484
10484
  | undefined;
10485
10485
  onProgress?:
10486
- | import('framer-motion').CustomValueType
10487
10486
  | import('react').ReactEventHandler<SVGElement>
10487
+ | import('framer-motion').CustomValueType
10488
10488
  | undefined;
10489
10489
  onProgressCapture?:
10490
- | import('framer-motion').CustomValueType
10491
10490
  | import('react').ReactEventHandler<SVGElement>
10491
+ | import('framer-motion').CustomValueType
10492
10492
  | undefined;
10493
10493
  onRateChange?:
10494
- | import('framer-motion').CustomValueType
10495
10494
  | import('react').ReactEventHandler<SVGElement>
10495
+ | import('framer-motion').CustomValueType
10496
10496
  | undefined;
10497
10497
  onRateChangeCapture?:
10498
- | import('framer-motion').CustomValueType
10499
10498
  | import('react').ReactEventHandler<SVGElement>
10499
+ | import('framer-motion').CustomValueType
10500
10500
  | undefined;
10501
10501
  onResize?:
10502
- | import('framer-motion').CustomValueType
10503
10502
  | import('react').ReactEventHandler<SVGElement>
10503
+ | import('framer-motion').CustomValueType
10504
10504
  | undefined;
10505
10505
  onResizeCapture?:
10506
- | import('framer-motion').CustomValueType
10507
10506
  | import('react').ReactEventHandler<SVGElement>
10507
+ | import('framer-motion').CustomValueType
10508
10508
  | undefined;
10509
10509
  onSeeked?:
10510
- | import('framer-motion').CustomValueType
10511
10510
  | import('react').ReactEventHandler<SVGElement>
10511
+ | import('framer-motion').CustomValueType
10512
10512
  | undefined;
10513
10513
  onSeekedCapture?:
10514
- | import('framer-motion').CustomValueType
10515
10514
  | import('react').ReactEventHandler<SVGElement>
10515
+ | import('framer-motion').CustomValueType
10516
10516
  | undefined;
10517
10517
  onSeeking?:
10518
- | import('framer-motion').CustomValueType
10519
10518
  | import('react').ReactEventHandler<SVGElement>
10519
+ | import('framer-motion').CustomValueType
10520
10520
  | undefined;
10521
10521
  onSeekingCapture?:
10522
- | import('framer-motion').CustomValueType
10523
10522
  | import('react').ReactEventHandler<SVGElement>
10523
+ | import('framer-motion').CustomValueType
10524
10524
  | undefined;
10525
10525
  onStalled?:
10526
- | import('framer-motion').CustomValueType
10527
10526
  | import('react').ReactEventHandler<SVGElement>
10527
+ | import('framer-motion').CustomValueType
10528
10528
  | undefined;
10529
10529
  onStalledCapture?:
10530
- | import('framer-motion').CustomValueType
10531
10530
  | import('react').ReactEventHandler<SVGElement>
10531
+ | import('framer-motion').CustomValueType
10532
10532
  | undefined;
10533
10533
  onSuspend?:
10534
- | import('framer-motion').CustomValueType
10535
10534
  | import('react').ReactEventHandler<SVGElement>
10535
+ | import('framer-motion').CustomValueType
10536
10536
  | undefined;
10537
10537
  onSuspendCapture?:
10538
- | import('framer-motion').CustomValueType
10539
10538
  | import('react').ReactEventHandler<SVGElement>
10539
+ | import('framer-motion').CustomValueType
10540
10540
  | undefined;
10541
10541
  onTimeUpdate?:
10542
- | import('framer-motion').CustomValueType
10543
10542
  | import('react').ReactEventHandler<SVGElement>
10543
+ | import('framer-motion').CustomValueType
10544
10544
  | undefined;
10545
10545
  onTimeUpdateCapture?:
10546
- | import('framer-motion').CustomValueType
10547
10546
  | import('react').ReactEventHandler<SVGElement>
10547
+ | import('framer-motion').CustomValueType
10548
10548
  | undefined;
10549
10549
  onVolumeChange?:
10550
- | import('framer-motion').CustomValueType
10551
10550
  | import('react').ReactEventHandler<SVGElement>
10551
+ | import('framer-motion').CustomValueType
10552
10552
  | undefined;
10553
10553
  onVolumeChangeCapture?:
10554
- | import('framer-motion').CustomValueType
10555
10554
  | import('react').ReactEventHandler<SVGElement>
10555
+ | import('framer-motion').CustomValueType
10556
10556
  | undefined;
10557
10557
  onWaiting?:
10558
- | import('framer-motion').CustomValueType
10559
10558
  | import('react').ReactEventHandler<SVGElement>
10559
+ | import('framer-motion').CustomValueType
10560
10560
  | undefined;
10561
10561
  onWaitingCapture?:
10562
- | import('framer-motion').CustomValueType
10563
10562
  | import('react').ReactEventHandler<SVGElement>
10563
+ | import('framer-motion').CustomValueType
10564
10564
  | undefined;
10565
10565
  onAuxClick?:
10566
- | import('framer-motion').CustomValueType
10567
10566
  | import('react').MouseEventHandler<SVGElement>
10567
+ | import('framer-motion').CustomValueType
10568
10568
  | undefined;
10569
10569
  onAuxClickCapture?:
10570
- | import('framer-motion').CustomValueType
10571
10570
  | import('react').MouseEventHandler<SVGElement>
10571
+ | import('framer-motion').CustomValueType
10572
10572
  | undefined;
10573
10573
  onClick?:
10574
- | import('framer-motion').CustomValueType
10575
10574
  | import('react').MouseEventHandler<SVGElement>
10575
+ | import('framer-motion').CustomValueType
10576
10576
  | undefined;
10577
10577
  onClickCapture?:
10578
- | import('framer-motion').CustomValueType
10579
10578
  | import('react').MouseEventHandler<SVGElement>
10579
+ | import('framer-motion').CustomValueType
10580
10580
  | undefined;
10581
10581
  onContextMenu?:
10582
- | import('framer-motion').CustomValueType
10583
10582
  | import('react').MouseEventHandler<SVGElement>
10583
+ | import('framer-motion').CustomValueType
10584
10584
  | undefined;
10585
10585
  onContextMenuCapture?:
10586
- | import('framer-motion').CustomValueType
10587
10586
  | import('react').MouseEventHandler<SVGElement>
10587
+ | import('framer-motion').CustomValueType
10588
10588
  | undefined;
10589
10589
  onDoubleClick?:
10590
- | import('framer-motion').CustomValueType
10591
10590
  | import('react').MouseEventHandler<SVGElement>
10591
+ | import('framer-motion').CustomValueType
10592
10592
  | undefined;
10593
10593
  onDoubleClickCapture?:
10594
- | import('framer-motion').CustomValueType
10595
10594
  | import('react').MouseEventHandler<SVGElement>
10595
+ | import('framer-motion').CustomValueType
10596
10596
  | undefined;
10597
10597
  onDrag?:
10598
- | import('framer-motion').CustomValueType
10599
10598
  | import('react').DragEventHandler<SVGElement>
10599
+ | import('framer-motion').CustomValueType
10600
10600
  | undefined;
10601
10601
  onDragCapture?:
10602
- | import('framer-motion').CustomValueType
10603
10602
  | import('react').DragEventHandler<SVGElement>
10603
+ | import('framer-motion').CustomValueType
10604
10604
  | undefined;
10605
10605
  onDragEnd?:
10606
- | import('framer-motion').CustomValueType
10607
10606
  | import('react').DragEventHandler<SVGElement>
10607
+ | import('framer-motion').CustomValueType
10608
10608
  | undefined;
10609
10609
  onDragEndCapture?:
10610
- | import('framer-motion').CustomValueType
10611
10610
  | import('react').DragEventHandler<SVGElement>
10611
+ | import('framer-motion').CustomValueType
10612
10612
  | undefined;
10613
10613
  onDragEnter?:
10614
- | import('framer-motion').CustomValueType
10615
10614
  | import('react').DragEventHandler<SVGElement>
10615
+ | import('framer-motion').CustomValueType
10616
10616
  | undefined;
10617
10617
  onDragEnterCapture?:
10618
- | import('framer-motion').CustomValueType
10619
10618
  | import('react').DragEventHandler<SVGElement>
10619
+ | import('framer-motion').CustomValueType
10620
10620
  | undefined;
10621
10621
  onDragExit?:
10622
- | import('framer-motion').CustomValueType
10623
10622
  | import('react').DragEventHandler<SVGElement>
10623
+ | import('framer-motion').CustomValueType
10624
10624
  | undefined;
10625
10625
  onDragExitCapture?:
10626
- | import('framer-motion').CustomValueType
10627
10626
  | import('react').DragEventHandler<SVGElement>
10627
+ | import('framer-motion').CustomValueType
10628
10628
  | undefined;
10629
10629
  onDragLeave?:
10630
- | import('framer-motion').CustomValueType
10631
10630
  | import('react').DragEventHandler<SVGElement>
10631
+ | import('framer-motion').CustomValueType
10632
10632
  | undefined;
10633
10633
  onDragLeaveCapture?:
10634
- | import('framer-motion').CustomValueType
10635
10634
  | import('react').DragEventHandler<SVGElement>
10635
+ | import('framer-motion').CustomValueType
10636
10636
  | undefined;
10637
10637
  onDragOver?:
10638
- | import('framer-motion').CustomValueType
10639
10638
  | import('react').DragEventHandler<SVGElement>
10639
+ | import('framer-motion').CustomValueType
10640
10640
  | undefined;
10641
10641
  onDragOverCapture?:
10642
- | import('framer-motion').CustomValueType
10643
10642
  | import('react').DragEventHandler<SVGElement>
10643
+ | import('framer-motion').CustomValueType
10644
10644
  | undefined;
10645
10645
  onDragStart?:
10646
- | import('framer-motion').CustomValueType
10647
10646
  | import('react').DragEventHandler<SVGElement>
10647
+ | import('framer-motion').CustomValueType
10648
10648
  | undefined;
10649
10649
  onDragStartCapture?:
10650
- | import('framer-motion').CustomValueType
10651
10650
  | import('react').DragEventHandler<SVGElement>
10651
+ | import('framer-motion').CustomValueType
10652
10652
  | undefined;
10653
10653
  onDrop?:
10654
- | import('framer-motion').CustomValueType
10655
10654
  | import('react').DragEventHandler<SVGElement>
10655
+ | import('framer-motion').CustomValueType
10656
10656
  | undefined;
10657
10657
  onDropCapture?:
10658
- | import('framer-motion').CustomValueType
10659
10658
  | import('react').DragEventHandler<SVGElement>
10659
+ | import('framer-motion').CustomValueType
10660
10660
  | undefined;
10661
10661
  onMouseDown?:
10662
- | import('framer-motion').CustomValueType
10663
10662
  | import('react').MouseEventHandler<SVGElement>
10663
+ | import('framer-motion').CustomValueType
10664
10664
  | undefined;
10665
10665
  onMouseDownCapture?:
10666
- | import('framer-motion').CustomValueType
10667
10666
  | import('react').MouseEventHandler<SVGElement>
10667
+ | import('framer-motion').CustomValueType
10668
10668
  | undefined;
10669
10669
  onMouseEnter?:
10670
- | import('framer-motion').CustomValueType
10671
10670
  | import('react').MouseEventHandler<SVGElement>
10671
+ | import('framer-motion').CustomValueType
10672
10672
  | undefined;
10673
10673
  onMouseLeave?:
10674
- | import('framer-motion').CustomValueType
10675
10674
  | import('react').MouseEventHandler<SVGElement>
10675
+ | import('framer-motion').CustomValueType
10676
10676
  | undefined;
10677
10677
  onMouseMove?:
10678
- | import('framer-motion').CustomValueType
10679
10678
  | import('react').MouseEventHandler<SVGElement>
10679
+ | import('framer-motion').CustomValueType
10680
10680
  | undefined;
10681
10681
  onMouseMoveCapture?:
10682
- | import('framer-motion').CustomValueType
10683
10682
  | import('react').MouseEventHandler<SVGElement>
10683
+ | import('framer-motion').CustomValueType
10684
10684
  | undefined;
10685
10685
  onMouseOut?:
10686
- | import('framer-motion').CustomValueType
10687
10686
  | import('react').MouseEventHandler<SVGElement>
10687
+ | import('framer-motion').CustomValueType
10688
10688
  | undefined;
10689
10689
  onMouseOutCapture?:
10690
- | import('framer-motion').CustomValueType
10691
10690
  | import('react').MouseEventHandler<SVGElement>
10691
+ | import('framer-motion').CustomValueType
10692
10692
  | undefined;
10693
10693
  onMouseOver?:
10694
- | import('framer-motion').CustomValueType
10695
10694
  | import('react').MouseEventHandler<SVGElement>
10695
+ | import('framer-motion').CustomValueType
10696
10696
  | undefined;
10697
10697
  onMouseOverCapture?:
10698
- | import('framer-motion').CustomValueType
10699
10698
  | import('react').MouseEventHandler<SVGElement>
10699
+ | import('framer-motion').CustomValueType
10700
10700
  | undefined;
10701
10701
  onMouseUp?:
10702
- | import('framer-motion').CustomValueType
10703
10702
  | import('react').MouseEventHandler<SVGElement>
10703
+ | import('framer-motion').CustomValueType
10704
10704
  | undefined;
10705
10705
  onMouseUpCapture?:
10706
- | import('framer-motion').CustomValueType
10707
10706
  | import('react').MouseEventHandler<SVGElement>
10707
+ | import('framer-motion').CustomValueType
10708
10708
  | undefined;
10709
10709
  onSelect?:
10710
- | import('framer-motion').CustomValueType
10711
10710
  | import('react').ReactEventHandler<SVGElement>
10711
+ | import('framer-motion').CustomValueType
10712
10712
  | undefined;
10713
10713
  onSelectCapture?:
10714
- | import('framer-motion').CustomValueType
10715
10714
  | import('react').ReactEventHandler<SVGElement>
10715
+ | import('framer-motion').CustomValueType
10716
10716
  | undefined;
10717
10717
  onTouchCancel?:
10718
- | import('framer-motion').CustomValueType
10719
10718
  | import('react').TouchEventHandler<SVGElement>
10719
+ | import('framer-motion').CustomValueType
10720
10720
  | undefined;
10721
10721
  onTouchCancelCapture?:
10722
- | import('framer-motion').CustomValueType
10723
10722
  | import('react').TouchEventHandler<SVGElement>
10723
+ | import('framer-motion').CustomValueType
10724
10724
  | undefined;
10725
10725
  onTouchEnd?:
10726
- | import('framer-motion').CustomValueType
10727
10726
  | import('react').TouchEventHandler<SVGElement>
10727
+ | import('framer-motion').CustomValueType
10728
10728
  | undefined;
10729
10729
  onTouchEndCapture?:
10730
- | import('framer-motion').CustomValueType
10731
10730
  | import('react').TouchEventHandler<SVGElement>
10731
+ | import('framer-motion').CustomValueType
10732
10732
  | undefined;
10733
10733
  onTouchMove?:
10734
- | import('framer-motion').CustomValueType
10735
10734
  | import('react').TouchEventHandler<SVGElement>
10735
+ | import('framer-motion').CustomValueType
10736
10736
  | undefined;
10737
10737
  onTouchMoveCapture?:
10738
- | import('framer-motion').CustomValueType
10739
10738
  | import('react').TouchEventHandler<SVGElement>
10739
+ | import('framer-motion').CustomValueType
10740
10740
  | undefined;
10741
10741
  onTouchStart?:
10742
- | import('framer-motion').CustomValueType
10743
10742
  | import('react').TouchEventHandler<SVGElement>
10743
+ | import('framer-motion').CustomValueType
10744
10744
  | undefined;
10745
10745
  onTouchStartCapture?:
10746
- | import('framer-motion').CustomValueType
10747
10746
  | import('react').TouchEventHandler<SVGElement>
10747
+ | import('framer-motion').CustomValueType
10748
10748
  | undefined;
10749
10749
  onPointerDown?:
10750
- | import('framer-motion').CustomValueType
10751
10750
  | import('react').PointerEventHandler<SVGElement>
10751
+ | import('framer-motion').CustomValueType
10752
10752
  | undefined;
10753
10753
  onPointerDownCapture?:
10754
- | import('framer-motion').CustomValueType
10755
10754
  | import('react').PointerEventHandler<SVGElement>
10755
+ | import('framer-motion').CustomValueType
10756
10756
  | undefined;
10757
10757
  onPointerMove?:
10758
- | import('framer-motion').CustomValueType
10759
10758
  | import('react').PointerEventHandler<SVGElement>
10759
+ | import('framer-motion').CustomValueType
10760
10760
  | undefined;
10761
10761
  onPointerMoveCapture?:
10762
- | import('framer-motion').CustomValueType
10763
10762
  | import('react').PointerEventHandler<SVGElement>
10763
+ | import('framer-motion').CustomValueType
10764
10764
  | undefined;
10765
10765
  onPointerUp?:
10766
- | import('framer-motion').CustomValueType
10767
10766
  | import('react').PointerEventHandler<SVGElement>
10767
+ | import('framer-motion').CustomValueType
10768
10768
  | undefined;
10769
10769
  onPointerUpCapture?:
10770
- | import('framer-motion').CustomValueType
10771
10770
  | import('react').PointerEventHandler<SVGElement>
10771
+ | import('framer-motion').CustomValueType
10772
10772
  | undefined;
10773
10773
  onPointerCancel?:
10774
- | import('framer-motion').CustomValueType
10775
10774
  | import('react').PointerEventHandler<SVGElement>
10775
+ | import('framer-motion').CustomValueType
10776
10776
  | undefined;
10777
10777
  onPointerCancelCapture?:
10778
- | import('framer-motion').CustomValueType
10779
10778
  | import('react').PointerEventHandler<SVGElement>
10779
+ | import('framer-motion').CustomValueType
10780
10780
  | undefined;
10781
10781
  onPointerEnter?:
10782
- | import('framer-motion').CustomValueType
10783
10782
  | import('react').PointerEventHandler<SVGElement>
10783
+ | import('framer-motion').CustomValueType
10784
10784
  | undefined;
10785
10785
  onPointerLeave?:
10786
- | import('framer-motion').CustomValueType
10787
10786
  | import('react').PointerEventHandler<SVGElement>
10787
+ | import('framer-motion').CustomValueType
10788
10788
  | undefined;
10789
10789
  onPointerOver?:
10790
- | import('framer-motion').CustomValueType
10791
10790
  | import('react').PointerEventHandler<SVGElement>
10791
+ | import('framer-motion').CustomValueType
10792
10792
  | undefined;
10793
10793
  onPointerOverCapture?:
10794
- | import('framer-motion').CustomValueType
10795
10794
  | import('react').PointerEventHandler<SVGElement>
10795
+ | import('framer-motion').CustomValueType
10796
10796
  | undefined;
10797
10797
  onPointerOut?:
10798
- | import('framer-motion').CustomValueType
10799
10798
  | import('react').PointerEventHandler<SVGElement>
10799
+ | import('framer-motion').CustomValueType
10800
10800
  | undefined;
10801
10801
  onPointerOutCapture?:
10802
- | import('framer-motion').CustomValueType
10803
10802
  | import('react').PointerEventHandler<SVGElement>
10803
+ | import('framer-motion').CustomValueType
10804
10804
  | undefined;
10805
10805
  onGotPointerCapture?:
10806
- | import('framer-motion').CustomValueType
10807
10806
  | import('react').PointerEventHandler<SVGElement>
10807
+ | import('framer-motion').CustomValueType
10808
10808
  | undefined;
10809
10809
  onGotPointerCaptureCapture?:
10810
- | import('framer-motion').CustomValueType
10811
10810
  | import('react').PointerEventHandler<SVGElement>
10811
+ | import('framer-motion').CustomValueType
10812
10812
  | undefined;
10813
10813
  onLostPointerCapture?:
10814
- | import('framer-motion').CustomValueType
10815
10814
  | import('react').PointerEventHandler<SVGElement>
10815
+ | import('framer-motion').CustomValueType
10816
10816
  | undefined;
10817
10817
  onLostPointerCaptureCapture?:
10818
- | import('framer-motion').CustomValueType
10819
10818
  | import('react').PointerEventHandler<SVGElement>
10819
+ | import('framer-motion').CustomValueType
10820
10820
  | undefined;
10821
10821
  onScroll?:
10822
- | import('framer-motion').CustomValueType
10823
10822
  | import('react').UIEventHandler<SVGElement>
10823
+ | import('framer-motion').CustomValueType
10824
10824
  | undefined;
10825
10825
  onScrollCapture?:
10826
- | import('framer-motion').CustomValueType
10827
10826
  | import('react').UIEventHandler<SVGElement>
10827
+ | import('framer-motion').CustomValueType
10828
10828
  | undefined;
10829
10829
  onWheel?:
10830
- | import('framer-motion').CustomValueType
10831
10830
  | import('react').WheelEventHandler<SVGElement>
10831
+ | import('framer-motion').CustomValueType
10832
10832
  | undefined;
10833
10833
  onWheelCapture?:
10834
- | import('framer-motion').CustomValueType
10835
10834
  | import('react').WheelEventHandler<SVGElement>
10835
+ | import('framer-motion').CustomValueType
10836
10836
  | undefined;
10837
10837
  onAnimationStart?:
10838
- | import('framer-motion').CustomValueType
10839
10838
  | import('react').AnimationEventHandler<SVGElement>
10839
+ | import('framer-motion').CustomValueType
10840
10840
  | undefined;
10841
10841
  onAnimationStartCapture?:
10842
- | import('framer-motion').CustomValueType
10843
10842
  | import('react').AnimationEventHandler<SVGElement>
10843
+ | import('framer-motion').CustomValueType
10844
10844
  | undefined;
10845
10845
  onAnimationEnd?:
10846
- | import('framer-motion').CustomValueType
10847
10846
  | import('react').AnimationEventHandler<SVGElement>
10847
+ | import('framer-motion').CustomValueType
10848
10848
  | undefined;
10849
10849
  onAnimationEndCapture?:
10850
- | import('framer-motion').CustomValueType
10851
10850
  | import('react').AnimationEventHandler<SVGElement>
10851
+ | import('framer-motion').CustomValueType
10852
10852
  | undefined;
10853
10853
  onAnimationIteration?:
10854
- | import('framer-motion').CustomValueType
10855
10854
  | import('react').AnimationEventHandler<SVGElement>
10855
+ | import('framer-motion').CustomValueType
10856
10856
  | undefined;
10857
10857
  onAnimationIterationCapture?:
10858
- | import('framer-motion').CustomValueType
10859
10858
  | import('react').AnimationEventHandler<SVGElement>
10859
+ | import('framer-motion').CustomValueType
10860
10860
  | undefined;
10861
10861
  onTransitionEnd?:
10862
- | import('framer-motion').CustomValueType
10863
10862
  | import('react').TransitionEventHandler<SVGElement>
10863
+ | import('framer-motion').CustomValueType
10864
10864
  | undefined;
10865
10865
  onTransitionEndCapture?:
10866
- | import('framer-motion').CustomValueType
10867
10866
  | import('react').TransitionEventHandler<SVGElement>
10867
+ | import('framer-motion').CustomValueType
10868
10868
  | undefined;
10869
10869
  attrX?: number | import('framer-motion').CustomValueType | undefined;
10870
10870
  attrY?: number | import('framer-motion').CustomValueType | undefined;