react-native-screen-transitions 3.11.3 → 3.13.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (524) hide show
  1. package/lib/commonjs/blank-stack/components/stack-view.js +1 -2
  2. package/lib/commonjs/blank-stack/components/stack-view.js.map +1 -1
  3. package/lib/commonjs/component-stack/components/stack-view.js +1 -2
  4. package/lib/commonjs/component-stack/components/stack-view.js.map +1 -1
  5. package/lib/commonjs/native-stack/views/NativeStackView.native.js +2 -3
  6. package/lib/commonjs/native-stack/views/NativeStackView.native.js.map +1 -1
  7. package/lib/commonjs/shared/adapters/with-screen-transitions/stack-layout.js +1 -1
  8. package/lib/commonjs/shared/adapters/with-screen-transitions/stack-layout.js.map +1 -1
  9. package/lib/commonjs/shared/components/activity/variants/activity-screen.js +1 -1
  10. package/lib/commonjs/shared/components/activity/variants/activity-screen.js.map +1 -1
  11. package/lib/commonjs/shared/components/boundary/components/boundary-lifecycle.js +0 -3
  12. package/lib/commonjs/shared/components/boundary/components/boundary-lifecycle.js.map +1 -1
  13. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.js +69 -0
  14. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.js.map +1 -0
  15. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js +11 -10
  16. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +1 -1
  17. package/lib/commonjs/shared/components/boundary/hooks/use-boundary-measurement.js +3 -19
  18. package/lib/commonjs/shared/components/boundary/hooks/use-boundary-measurement.js.map +1 -1
  19. package/lib/commonjs/shared/components/boundary/hooks/use-measurer.js +6 -16
  20. package/lib/commonjs/shared/components/boundary/hooks/use-measurer.js.map +1 -1
  21. package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js +27 -1
  22. package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js.map +1 -1
  23. package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +32 -11
  24. package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -1
  25. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +8 -1
  26. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -1
  27. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.js +19 -0
  28. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.js.map +1 -0
  29. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.js +18 -0
  30. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.js.map +1 -0
  31. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js +22 -1
  32. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js.map +1 -1
  33. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js +10 -10
  34. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js.map +1 -1
  35. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +18 -6
  36. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -1
  37. package/lib/commonjs/shared/components/overlay/helpers/create-overlay-interpolator-frame.js +30 -0
  38. package/lib/commonjs/shared/components/overlay/helpers/create-overlay-interpolator-frame.js.map +1 -0
  39. package/lib/commonjs/shared/components/overlay/helpers/get-active-overlay.js +40 -22
  40. package/lib/commonjs/shared/components/overlay/helpers/get-active-overlay.js.map +1 -1
  41. package/lib/commonjs/shared/components/overlay/helpers/retain-ready-overlay-resources.js +21 -0
  42. package/lib/commonjs/shared/components/overlay/helpers/retain-ready-overlay-resources.js.map +1 -0
  43. package/lib/commonjs/shared/components/overlay/helpers/run-overlay-slot-interpolator.js +41 -0
  44. package/lib/commonjs/shared/components/overlay/helpers/run-overlay-slot-interpolator.js.map +1 -0
  45. package/lib/commonjs/shared/components/overlay/hooks/use-overlay-slot.js +85 -0
  46. package/lib/commonjs/shared/components/overlay/hooks/use-overlay-slot.js.map +1 -0
  47. package/lib/commonjs/shared/components/overlay/variations/float-overlay.js +14 -65
  48. package/lib/commonjs/shared/components/overlay/variations/float-overlay.js.map +1 -1
  49. package/lib/commonjs/shared/components/overlay/variations/overlay-host.js +89 -16
  50. package/lib/commonjs/shared/components/overlay/variations/overlay-host.js.map +1 -1
  51. package/lib/commonjs/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js +4 -1
  52. package/lib/commonjs/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +1 -1
  53. package/lib/commonjs/shared/providers/helpers/measured-bounds-writes.js +4 -0
  54. package/lib/commonjs/shared/providers/helpers/measured-bounds-writes.js.map +1 -1
  55. package/lib/commonjs/shared/providers/screen/animation/animation.provider.js +14 -8
  56. package/lib/commonjs/shared/providers/screen/animation/animation.provider.js.map +1 -1
  57. package/lib/commonjs/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js +6 -8
  58. package/lib/commonjs/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +1 -1
  59. package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js +5 -1
  60. package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -1
  61. package/lib/commonjs/shared/providers/screen/animation/helpers/interpolator-participation.js +9 -0
  62. package/lib/commonjs/shared/providers/screen/animation/helpers/interpolator-participation.js.map +1 -0
  63. package/lib/commonjs/shared/providers/screen/animation/helpers/pipeline.js +13 -2
  64. package/lib/commonjs/shared/providers/screen/animation/helpers/pipeline.js.map +1 -1
  65. package/lib/commonjs/shared/providers/screen/animation/use-screen-animation.js +8 -2
  66. package/lib/commonjs/shared/providers/screen/animation/use-screen-animation.js.map +1 -1
  67. package/lib/commonjs/shared/providers/screen/descriptors/descriptors.provider.js +40 -8
  68. package/lib/commonjs/shared/providers/screen/descriptors/descriptors.provider.js.map +1 -1
  69. package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js +2 -0
  70. package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +1 -1
  71. package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.js +12 -0
  72. package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.js.map +1 -0
  73. package/lib/commonjs/shared/providers/screen/gestures/gestures.provider.js +9 -5
  74. package/lib/commonjs/shared/providers/screen/gestures/gestures.provider.js.map +1 -1
  75. package/lib/commonjs/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js +1 -3
  76. package/lib/commonjs/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +1 -1
  77. package/lib/commonjs/shared/providers/screen/gestures/ownership/{use-walk-up-and-register-shadowing-claims.js → gesture-ownership-bridge.js} +36 -50
  78. package/lib/commonjs/shared/providers/screen/gestures/ownership/gesture-ownership-bridge.js.map +1 -0
  79. package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js +1 -0
  80. package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -1
  81. package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-release.js +9 -2
  82. package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-release.js.map +1 -1
  83. package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js +1 -0
  84. package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +1 -1
  85. package/lib/commonjs/shared/providers/screen/styles/constants.js +3 -1
  86. package/lib/commonjs/shared/providers/screen/styles/constants.js.map +1 -1
  87. package/lib/commonjs/shared/providers/screen/styles/helpers/transition-visual-state.js +20 -1
  88. package/lib/commonjs/shared/providers/screen/styles/helpers/transition-visual-state.js.map +1 -1
  89. package/lib/commonjs/shared/providers/screen/styles/helpers/visibility-block-ownership.js +19 -0
  90. package/lib/commonjs/shared/providers/screen/styles/helpers/visibility-block-ownership.js.map +1 -0
  91. package/lib/commonjs/shared/providers/screen/styles/hooks/slot-resolvers.js +14 -15
  92. package/lib/commonjs/shared/providers/screen/styles/hooks/slot-resolvers.js.map +1 -1
  93. package/lib/commonjs/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js +34 -11
  94. package/lib/commonjs/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -1
  95. package/lib/commonjs/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js +35 -15
  96. package/lib/commonjs/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -1
  97. package/lib/commonjs/shared/providers/screen/styles/slot.provider.js +31 -33
  98. package/lib/commonjs/shared/providers/screen/styles/slot.provider.js.map +1 -1
  99. package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.js +18 -0
  100. package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.js.map +1 -0
  101. package/lib/commonjs/shared/providers/stack/blank-stack.provider.js +2 -1
  102. package/lib/commonjs/shared/providers/stack/blank-stack.provider.js.map +1 -1
  103. package/lib/commonjs/shared/stores/bounds/helpers/link-pairs.helpers.js +11 -1
  104. package/lib/commonjs/shared/stores/bounds/helpers/link-pairs.helpers.js.map +1 -1
  105. package/lib/commonjs/shared/stores/bounds/internals/clear.js +6 -0
  106. package/lib/commonjs/shared/stores/bounds/internals/clear.js.map +1 -1
  107. package/lib/commonjs/shared/stores/bounds/internals/coordinator.js +298 -0
  108. package/lib/commonjs/shared/stores/bounds/internals/coordinator.js.map +1 -0
  109. package/lib/commonjs/shared/stores/bounds/internals/entries.js +0 -27
  110. package/lib/commonjs/shared/stores/bounds/internals/entries.js.map +1 -1
  111. package/lib/commonjs/shared/stores/bounds/internals/links.js +22 -32
  112. package/lib/commonjs/shared/stores/bounds/internals/links.js.map +1 -1
  113. package/lib/commonjs/shared/stores/bounds/internals/screen-graph.js +45 -0
  114. package/lib/commonjs/shared/stores/bounds/internals/screen-graph.js.map +1 -0
  115. package/lib/commonjs/shared/stores/bounds/internals/state.js +4 -1
  116. package/lib/commonjs/shared/stores/bounds/internals/state.js.map +1 -1
  117. package/lib/commonjs/shared/utils/bounds/helpers/create-bounds-accessor-core.js +7 -3
  118. package/lib/commonjs/shared/utils/bounds/helpers/create-bounds-accessor-core.js.map +1 -1
  119. package/lib/commonjs/shared/utils/bounds/helpers/create-link-accessor.js +11 -0
  120. package/lib/commonjs/shared/utils/bounds/helpers/create-link-accessor.js.map +1 -1
  121. package/lib/commonjs/shared/utils/bounds/helpers/prepare-bound-styles.js +6 -2
  122. package/lib/commonjs/shared/utils/bounds/helpers/prepare-bound-styles.js.map +1 -1
  123. package/lib/commonjs/shared/utils/bounds/helpers/resolve-bounds-pair-key.js.map +1 -1
  124. package/lib/commonjs/shared/utils/bounds/helpers/styles/compute.js +11 -5
  125. package/lib/commonjs/shared/utils/bounds/helpers/styles/compute.js.map +1 -1
  126. package/lib/commonjs/shared/utils/create-provider.js +119 -10
  127. package/lib/commonjs/shared/utils/create-provider.js.map +1 -1
  128. package/lib/module/blank-stack/components/stack-view.js +1 -2
  129. package/lib/module/blank-stack/components/stack-view.js.map +1 -1
  130. package/lib/module/component-stack/components/stack-view.js +1 -2
  131. package/lib/module/component-stack/components/stack-view.js.map +1 -1
  132. package/lib/module/native-stack/views/NativeStackView.native.js +2 -3
  133. package/lib/module/native-stack/views/NativeStackView.native.js.map +1 -1
  134. package/lib/module/shared/adapters/with-screen-transitions/stack-layout.js +1 -1
  135. package/lib/module/shared/adapters/with-screen-transitions/stack-layout.js.map +1 -1
  136. package/lib/module/shared/components/activity/variants/activity-screen.js +1 -1
  137. package/lib/module/shared/components/activity/variants/activity-screen.js.map +1 -1
  138. package/lib/module/shared/components/boundary/components/boundary-lifecycle.js +0 -3
  139. package/lib/module/shared/components/boundary/components/boundary-lifecycle.js.map +1 -1
  140. package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.js +64 -0
  141. package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.js.map +1 -0
  142. package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js +11 -10
  143. package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +1 -1
  144. package/lib/module/shared/components/boundary/hooks/use-boundary-measurement.js +3 -19
  145. package/lib/module/shared/components/boundary/hooks/use-boundary-measurement.js.map +1 -1
  146. package/lib/module/shared/components/boundary/hooks/use-measurer.js +6 -16
  147. package/lib/module/shared/components/boundary/hooks/use-measurer.js.map +1 -1
  148. package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js +24 -0
  149. package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js.map +1 -1
  150. package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +33 -12
  151. package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -1
  152. package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +8 -1
  153. package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -1
  154. package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.js +14 -0
  155. package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.js.map +1 -0
  156. package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.js +13 -0
  157. package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.js.map +1 -0
  158. package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js +19 -0
  159. package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js.map +1 -1
  160. package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js +10 -10
  161. package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js.map +1 -1
  162. package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +18 -6
  163. package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -1
  164. package/lib/module/shared/components/overlay/helpers/create-overlay-interpolator-frame.js +25 -0
  165. package/lib/module/shared/components/overlay/helpers/create-overlay-interpolator-frame.js.map +1 -0
  166. package/lib/module/shared/components/overlay/helpers/get-active-overlay.js +37 -21
  167. package/lib/module/shared/components/overlay/helpers/get-active-overlay.js.map +1 -1
  168. package/lib/module/shared/components/overlay/helpers/retain-ready-overlay-resources.js +17 -0
  169. package/lib/module/shared/components/overlay/helpers/retain-ready-overlay-resources.js.map +1 -0
  170. package/lib/module/shared/components/overlay/helpers/run-overlay-slot-interpolator.js +36 -0
  171. package/lib/module/shared/components/overlay/helpers/run-overlay-slot-interpolator.js.map +1 -0
  172. package/lib/module/shared/components/overlay/hooks/use-overlay-slot.js +80 -0
  173. package/lib/module/shared/components/overlay/hooks/use-overlay-slot.js.map +1 -0
  174. package/lib/module/shared/components/overlay/variations/float-overlay.js +15 -66
  175. package/lib/module/shared/components/overlay/variations/float-overlay.js.map +1 -1
  176. package/lib/module/shared/components/overlay/variations/overlay-host.js +90 -18
  177. package/lib/module/shared/components/overlay/variations/overlay-host.js.map +1 -1
  178. package/lib/module/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js +4 -1
  179. package/lib/module/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +1 -1
  180. package/lib/module/shared/providers/helpers/measured-bounds-writes.js +4 -0
  181. package/lib/module/shared/providers/helpers/measured-bounds-writes.js.map +1 -1
  182. package/lib/module/shared/providers/screen/animation/animation.provider.js +14 -8
  183. package/lib/module/shared/providers/screen/animation/animation.provider.js.map +1 -1
  184. package/lib/module/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js +6 -8
  185. package/lib/module/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +1 -1
  186. package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js +5 -1
  187. package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -1
  188. package/lib/module/shared/providers/screen/animation/helpers/interpolator-participation.js +4 -0
  189. package/lib/module/shared/providers/screen/animation/helpers/interpolator-participation.js.map +1 -0
  190. package/lib/module/shared/providers/screen/animation/helpers/pipeline.js +13 -2
  191. package/lib/module/shared/providers/screen/animation/helpers/pipeline.js.map +1 -1
  192. package/lib/module/shared/providers/screen/animation/use-screen-animation.js +8 -2
  193. package/lib/module/shared/providers/screen/animation/use-screen-animation.js.map +1 -1
  194. package/lib/module/shared/providers/screen/descriptors/descriptors.provider.js +41 -9
  195. package/lib/module/shared/providers/screen/descriptors/descriptors.provider.js.map +1 -1
  196. package/lib/module/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js +2 -0
  197. package/lib/module/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +1 -1
  198. package/lib/module/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.js +7 -0
  199. package/lib/module/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.js.map +1 -0
  200. package/lib/module/shared/providers/screen/gestures/gestures.provider.js +10 -6
  201. package/lib/module/shared/providers/screen/gestures/gestures.provider.js.map +1 -1
  202. package/lib/module/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js +1 -3
  203. package/lib/module/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +1 -1
  204. package/lib/module/shared/providers/screen/gestures/ownership/{use-walk-up-and-register-shadowing-claims.js → gesture-ownership-bridge.js} +35 -49
  205. package/lib/module/shared/providers/screen/gestures/ownership/gesture-ownership-bridge.js.map +1 -0
  206. package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js +1 -0
  207. package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -1
  208. package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-release.js +9 -2
  209. package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-release.js.map +1 -1
  210. package/lib/module/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js +1 -0
  211. package/lib/module/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +1 -1
  212. package/lib/module/shared/providers/screen/styles/constants.js +3 -1
  213. package/lib/module/shared/providers/screen/styles/constants.js.map +1 -1
  214. package/lib/module/shared/providers/screen/styles/helpers/transition-visual-state.js +18 -0
  215. package/lib/module/shared/providers/screen/styles/helpers/transition-visual-state.js.map +1 -1
  216. package/lib/module/shared/providers/screen/styles/helpers/visibility-block-ownership.js +14 -0
  217. package/lib/module/shared/providers/screen/styles/helpers/visibility-block-ownership.js.map +1 -0
  218. package/lib/module/shared/providers/screen/styles/hooks/slot-resolvers.js +14 -15
  219. package/lib/module/shared/providers/screen/styles/hooks/slot-resolvers.js.map +1 -1
  220. package/lib/module/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js +35 -12
  221. package/lib/module/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -1
  222. package/lib/module/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js +35 -15
  223. package/lib/module/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -1
  224. package/lib/module/shared/providers/screen/styles/slot.provider.js +30 -33
  225. package/lib/module/shared/providers/screen/styles/slot.provider.js.map +1 -1
  226. package/lib/module/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.js +14 -0
  227. package/lib/module/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.js.map +1 -0
  228. package/lib/module/shared/providers/stack/blank-stack.provider.js +2 -1
  229. package/lib/module/shared/providers/stack/blank-stack.provider.js.map +1 -1
  230. package/lib/module/shared/stores/bounds/helpers/link-pairs.helpers.js +9 -0
  231. package/lib/module/shared/stores/bounds/helpers/link-pairs.helpers.js.map +1 -1
  232. package/lib/module/shared/stores/bounds/internals/clear.js +7 -1
  233. package/lib/module/shared/stores/bounds/internals/clear.js.map +1 -1
  234. package/lib/module/shared/stores/bounds/internals/coordinator.js +286 -0
  235. package/lib/module/shared/stores/bounds/internals/coordinator.js.map +1 -0
  236. package/lib/module/shared/stores/bounds/internals/entries.js +1 -27
  237. package/lib/module/shared/stores/bounds/internals/entries.js.map +1 -1
  238. package/lib/module/shared/stores/bounds/internals/links.js +24 -32
  239. package/lib/module/shared/stores/bounds/internals/links.js.map +1 -1
  240. package/lib/module/shared/stores/bounds/internals/screen-graph.js +39 -0
  241. package/lib/module/shared/stores/bounds/internals/screen-graph.js.map +1 -0
  242. package/lib/module/shared/stores/bounds/internals/state.js +3 -0
  243. package/lib/module/shared/stores/bounds/internals/state.js.map +1 -1
  244. package/lib/module/shared/types/animation.types.js.map +1 -1
  245. package/lib/module/shared/utils/bounds/helpers/create-bounds-accessor-core.js +7 -3
  246. package/lib/module/shared/utils/bounds/helpers/create-bounds-accessor-core.js.map +1 -1
  247. package/lib/module/shared/utils/bounds/helpers/create-link-accessor.js +11 -0
  248. package/lib/module/shared/utils/bounds/helpers/create-link-accessor.js.map +1 -1
  249. package/lib/module/shared/utils/bounds/helpers/prepare-bound-styles.js +6 -2
  250. package/lib/module/shared/utils/bounds/helpers/prepare-bound-styles.js.map +1 -1
  251. package/lib/module/shared/utils/bounds/helpers/resolve-bounds-pair-key.js.map +1 -1
  252. package/lib/module/shared/utils/bounds/helpers/styles/compute.js +11 -5
  253. package/lib/module/shared/utils/bounds/helpers/styles/compute.js.map +1 -1
  254. package/lib/module/shared/utils/create-provider.js +119 -10
  255. package/lib/module/shared/utils/create-provider.js.map +1 -1
  256. package/lib/typescript/blank-stack/components/stack-view.d.ts.map +1 -1
  257. package/lib/typescript/blank-stack/types.d.ts +1 -1
  258. package/lib/typescript/blank-stack/types.d.ts.map +1 -1
  259. package/lib/typescript/component-stack/components/stack-view.d.ts.map +1 -1
  260. package/lib/typescript/component-stack/types.d.ts +1 -1
  261. package/lib/typescript/component-stack/types.d.ts.map +1 -1
  262. package/lib/typescript/native-stack/types.d.ts +1 -1
  263. package/lib/typescript/native-stack/types.d.ts.map +1 -1
  264. package/lib/typescript/native-stack/views/NativeStackView.native.d.ts.map +1 -1
  265. package/lib/typescript/native-stack/views/useHeaderConfigProps.d.ts +1 -1
  266. package/lib/typescript/shared/components/boundary/components/boundary-lifecycle.d.ts.map +1 -1
  267. package/lib/typescript/shared/components/boundary/hooks/lifecycles/{use-initial-source-measurement.d.ts → use-boundary-measurement-request.d.ts} +4 -3
  268. package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.d.ts.map +1 -0
  269. package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-boundary-presence.d.ts.map +1 -1
  270. package/lib/typescript/shared/components/boundary/hooks/use-boundary-measurement.d.ts +1 -3
  271. package/lib/typescript/shared/components/boundary/hooks/use-boundary-measurement.d.ts.map +1 -1
  272. package/lib/typescript/shared/components/boundary/hooks/use-measurer.d.ts.map +1 -1
  273. package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.d.ts +12 -0
  274. package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.d.ts.map +1 -1
  275. package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.d.ts.map +1 -1
  276. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts.map +1 -1
  277. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.d.ts +8 -0
  278. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.d.ts.map +1 -0
  279. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.d.ts +6 -0
  280. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.d.ts.map +1 -0
  281. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.d.ts +4 -1
  282. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.d.ts.map +1 -1
  283. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.d.ts +2 -3
  284. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.d.ts.map +1 -1
  285. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.d.ts.map +1 -1
  286. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.d.ts +2 -2
  287. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts +1 -1
  288. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts.map +1 -1
  289. package/lib/typescript/shared/components/boundary/types.d.ts +1 -1
  290. package/lib/typescript/shared/components/boundary/types.d.ts.map +1 -1
  291. package/lib/typescript/shared/components/create-transition-aware-component.d.ts +5 -6
  292. package/lib/typescript/shared/components/create-transition-aware-component.d.ts.map +1 -1
  293. package/lib/typescript/shared/components/overlay/helpers/create-overlay-interpolator-frame.d.ts +7 -0
  294. package/lib/typescript/shared/components/overlay/helpers/create-overlay-interpolator-frame.d.ts.map +1 -0
  295. package/lib/typescript/shared/components/overlay/helpers/get-active-overlay.d.ts +17 -7
  296. package/lib/typescript/shared/components/overlay/helpers/get-active-overlay.d.ts.map +1 -1
  297. package/lib/typescript/shared/components/overlay/helpers/retain-ready-overlay-resources.d.ts +11 -0
  298. package/lib/typescript/shared/components/overlay/helpers/retain-ready-overlay-resources.d.ts.map +1 -0
  299. package/lib/typescript/shared/components/overlay/helpers/run-overlay-slot-interpolator.d.ts +8 -0
  300. package/lib/typescript/shared/components/overlay/helpers/run-overlay-slot-interpolator.d.ts.map +1 -0
  301. package/lib/typescript/shared/components/overlay/hooks/use-overlay-slot.d.ts +15 -0
  302. package/lib/typescript/shared/components/overlay/hooks/use-overlay-slot.d.ts.map +1 -0
  303. package/lib/typescript/shared/components/overlay/variations/float-overlay.d.ts +1 -1
  304. package/lib/typescript/shared/components/overlay/variations/float-overlay.d.ts.map +1 -1
  305. package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts +7 -6
  306. package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts.map +1 -1
  307. package/lib/typescript/shared/components/screen-lifecycle/hooks/use-close-transition-intent.d.ts.map +1 -1
  308. package/lib/typescript/shared/index.d.ts +658 -710
  309. package/lib/typescript/shared/index.d.ts.map +1 -1
  310. package/lib/typescript/shared/providers/helpers/measured-bounds-writes.d.ts.map +1 -1
  311. package/lib/typescript/shared/providers/screen/animation/animation.provider.d.ts +4 -0
  312. package/lib/typescript/shared/providers/screen/animation/animation.provider.d.ts.map +1 -1
  313. package/lib/typescript/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts +4 -1
  314. package/lib/typescript/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts.map +1 -1
  315. package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/index.d.ts.map +1 -1
  316. package/lib/typescript/shared/providers/screen/animation/helpers/interpolator-participation.d.ts +3 -0
  317. package/lib/typescript/shared/providers/screen/animation/helpers/interpolator-participation.d.ts.map +1 -0
  318. package/lib/typescript/shared/providers/screen/animation/helpers/pipeline.d.ts +2 -1
  319. package/lib/typescript/shared/providers/screen/animation/helpers/pipeline.d.ts.map +1 -1
  320. package/lib/typescript/shared/providers/screen/animation/use-screen-animation.d.ts.map +1 -1
  321. package/lib/typescript/shared/providers/screen/descriptors/descriptors.provider.d.ts.map +1 -1
  322. package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.d.ts +4 -0
  323. package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.d.ts.map +1 -1
  324. package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.d.ts +5 -0
  325. package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.d.ts.map +1 -0
  326. package/lib/typescript/shared/providers/screen/gestures/gestures.provider.d.ts.map +1 -1
  327. package/lib/typescript/shared/providers/screen/gestures/hooks/use-screen-gesture-config.d.ts +2 -2
  328. package/lib/typescript/shared/providers/screen/gestures/hooks/use-screen-gesture-config.d.ts.map +1 -1
  329. package/lib/typescript/shared/providers/screen/gestures/ownership/gesture-ownership-bridge.d.ts +3 -0
  330. package/lib/typescript/shared/providers/screen/gestures/ownership/gesture-ownership-bridge.d.ts.map +1 -0
  331. package/lib/typescript/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.d.ts.map +1 -1
  332. package/lib/typescript/shared/providers/screen/gestures/pan/behavior/pan-release.d.ts.map +1 -1
  333. package/lib/typescript/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.d.ts.map +1 -1
  334. package/lib/typescript/shared/providers/screen/gestures/types.d.ts +1 -0
  335. package/lib/typescript/shared/providers/screen/gestures/types.d.ts.map +1 -1
  336. package/lib/typescript/shared/providers/screen/styles/constants.d.ts.map +1 -1
  337. package/lib/typescript/shared/providers/screen/styles/helpers/transition-visual-state.d.ts +7 -0
  338. package/lib/typescript/shared/providers/screen/styles/helpers/transition-visual-state.d.ts.map +1 -1
  339. package/lib/typescript/shared/providers/screen/styles/helpers/visibility-block-ownership.d.ts +10 -0
  340. package/lib/typescript/shared/providers/screen/styles/helpers/visibility-block-ownership.d.ts.map +1 -0
  341. package/lib/typescript/shared/providers/screen/styles/hooks/slot-resolvers.d.ts +4 -4
  342. package/lib/typescript/shared/providers/screen/styles/hooks/slot-resolvers.d.ts.map +1 -1
  343. package/lib/typescript/shared/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts +1 -1
  344. package/lib/typescript/shared/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts.map +1 -1
  345. package/lib/typescript/shared/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts +10 -4
  346. package/lib/typescript/shared/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts.map +1 -1
  347. package/lib/typescript/shared/providers/screen/styles/slot.provider.d.ts +6 -5
  348. package/lib/typescript/shared/providers/screen/styles/slot.provider.d.ts.map +1 -1
  349. package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.d.ts +3 -0
  350. package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.d.ts.map +1 -0
  351. package/lib/typescript/shared/providers/stack/blank-stack.provider.d.ts.map +1 -1
  352. package/lib/typescript/shared/stores/bounds/helpers/link-pairs.helpers.d.ts +1 -0
  353. package/lib/typescript/shared/stores/bounds/helpers/link-pairs.helpers.d.ts.map +1 -1
  354. package/lib/typescript/shared/stores/bounds/internals/clear.d.ts.map +1 -1
  355. package/lib/typescript/shared/stores/bounds/internals/coordinator.d.ts +36 -0
  356. package/lib/typescript/shared/stores/bounds/internals/coordinator.d.ts.map +1 -0
  357. package/lib/typescript/shared/stores/bounds/internals/entries.d.ts +1 -2
  358. package/lib/typescript/shared/stores/bounds/internals/entries.d.ts.map +1 -1
  359. package/lib/typescript/shared/stores/bounds/internals/links.d.ts +1 -3
  360. package/lib/typescript/shared/stores/bounds/internals/links.d.ts.map +1 -1
  361. package/lib/typescript/shared/stores/bounds/internals/screen-graph.d.ts +5 -0
  362. package/lib/typescript/shared/stores/bounds/internals/screen-graph.d.ts.map +1 -0
  363. package/lib/typescript/shared/stores/bounds/internals/state.d.ts +3 -1
  364. package/lib/typescript/shared/stores/bounds/internals/state.d.ts.map +1 -1
  365. package/lib/typescript/shared/stores/bounds/types.d.ts +13 -1
  366. package/lib/typescript/shared/stores/bounds/types.d.ts.map +1 -1
  367. package/lib/typescript/shared/types/animation.types.d.ts +8 -0
  368. package/lib/typescript/shared/types/animation.types.d.ts.map +1 -1
  369. package/lib/typescript/shared/types/index.d.ts +1 -1
  370. package/lib/typescript/shared/types/index.d.ts.map +1 -1
  371. package/lib/typescript/shared/types/overlay.types.d.ts +26 -11
  372. package/lib/typescript/shared/types/overlay.types.d.ts.map +1 -1
  373. package/lib/typescript/shared/types/screen.types.d.ts +11 -2
  374. package/lib/typescript/shared/types/screen.types.d.ts.map +1 -1
  375. package/lib/typescript/shared/utils/bounds/helpers/create-bounds-accessor-core.d.ts.map +1 -1
  376. package/lib/typescript/shared/utils/bounds/helpers/create-link-accessor.d.ts.map +1 -1
  377. package/lib/typescript/shared/utils/bounds/helpers/prepare-bound-styles.d.ts.map +1 -1
  378. package/lib/typescript/shared/utils/bounds/helpers/resolve-bounds-pair-key.d.ts.map +1 -1
  379. package/lib/typescript/shared/utils/bounds/helpers/styles/compute.d.ts.map +1 -1
  380. package/lib/typescript/shared/utils/create-provider.d.ts +21 -6
  381. package/lib/typescript/shared/utils/create-provider.d.ts.map +1 -1
  382. package/package.json +1 -1
  383. package/src/blank-stack/components/stack-view.tsx +1 -4
  384. package/src/blank-stack/types.ts +8 -2
  385. package/src/component-stack/components/stack-view.tsx +1 -4
  386. package/src/component-stack/types.ts +8 -2
  387. package/src/native-stack/types.ts +8 -2
  388. package/src/native-stack/views/NativeStackView.native.tsx +3 -9
  389. package/src/shared/adapters/with-screen-transitions/stack-layout.tsx +1 -1
  390. package/src/shared/components/activity/variants/activity-screen.tsx +1 -1
  391. package/src/shared/components/boundary/components/boundary-lifecycle.tsx +0 -6
  392. package/src/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.ts +102 -0
  393. package/src/shared/components/boundary/hooks/lifecycles/use-boundary-presence.ts +20 -11
  394. package/src/shared/components/boundary/hooks/use-boundary-measurement.ts +3 -22
  395. package/src/shared/components/boundary/hooks/use-measurer.ts +5 -20
  396. package/src/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.ts +40 -0
  397. package/src/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.ts +75 -22
  398. package/src/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.tsx +10 -1
  399. package/src/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.ts +19 -0
  400. package/src/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.ts +14 -0
  401. package/src/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.ts +36 -1
  402. package/src/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.ts +22 -13
  403. package/src/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.ts +26 -9
  404. package/src/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.ts +1 -1
  405. package/src/shared/components/boundary/types.ts +1 -1
  406. package/src/shared/components/overlay/helpers/create-overlay-interpolator-frame.ts +29 -0
  407. package/src/shared/components/overlay/helpers/get-active-overlay.ts +62 -20
  408. package/src/shared/components/overlay/helpers/retain-ready-overlay-resources.ts +38 -0
  409. package/src/shared/components/overlay/helpers/run-overlay-slot-interpolator.ts +48 -0
  410. package/src/shared/components/overlay/hooks/use-overlay-slot.ts +103 -0
  411. package/src/shared/components/overlay/variations/float-overlay.tsx +22 -64
  412. package/src/shared/components/overlay/variations/overlay-host.tsx +135 -28
  413. package/src/shared/components/screen-lifecycle/hooks/use-close-transition-intent.ts +5 -1
  414. package/src/shared/index.ts +1 -0
  415. package/src/shared/providers/helpers/measured-bounds-writes.ts +5 -0
  416. package/src/shared/providers/screen/animation/animation.provider.tsx +31 -12
  417. package/src/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.ts +15 -9
  418. package/src/shared/providers/screen/animation/helpers/hydrate-transition-state/index.ts +18 -3
  419. package/src/shared/providers/screen/animation/helpers/interpolator-participation.ts +6 -0
  420. package/src/shared/providers/screen/animation/helpers/pipeline.ts +54 -32
  421. package/src/shared/providers/screen/animation/use-screen-animation.tsx +12 -2
  422. package/src/shared/providers/screen/descriptors/descriptors.provider.tsx +80 -14
  423. package/src/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.ts +6 -0
  424. package/src/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.ts +13 -0
  425. package/src/shared/providers/screen/gestures/gestures.provider.tsx +18 -7
  426. package/src/shared/providers/screen/gestures/hooks/use-screen-gesture-config.ts +4 -4
  427. package/src/shared/providers/screen/gestures/ownership/{use-walk-up-and-register-shadowing-claims.ts → gesture-ownership-bridge.tsx} +44 -54
  428. package/src/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.ts +1 -0
  429. package/src/shared/providers/screen/gestures/pan/behavior/pan-release.ts +12 -2
  430. package/src/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.ts +1 -0
  431. package/src/shared/providers/screen/gestures/types.ts +1 -0
  432. package/src/shared/providers/screen/styles/constants.ts +2 -0
  433. package/src/shared/providers/screen/styles/helpers/transition-visual-state.ts +26 -0
  434. package/src/shared/providers/screen/styles/helpers/visibility-block-ownership.ts +16 -0
  435. package/src/shared/providers/screen/styles/hooks/slot-resolvers.tsx +17 -5
  436. package/src/shared/providers/screen/styles/hooks/use-interpolated-style-maps.tsx +51 -12
  437. package/src/shared/providers/screen/styles/hooks/use-maybe-block-visibility.tsx +40 -15
  438. package/src/shared/providers/screen/styles/slot.provider.tsx +60 -70
  439. package/src/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.ts +22 -0
  440. package/src/shared/providers/stack/blank-stack.provider.tsx +6 -1
  441. package/src/shared/stores/bounds/helpers/link-pairs.helpers.ts +12 -0
  442. package/src/shared/stores/bounds/internals/clear.ts +12 -1
  443. package/src/shared/stores/bounds/internals/coordinator.ts +403 -0
  444. package/src/shared/stores/bounds/internals/entries.ts +1 -38
  445. package/src/shared/stores/bounds/internals/links.ts +28 -38
  446. package/src/shared/stores/bounds/internals/screen-graph.ts +45 -0
  447. package/src/shared/stores/bounds/internals/state.ts +10 -1
  448. package/src/shared/stores/bounds/types.ts +19 -1
  449. package/src/shared/types/animation.types.ts +8 -0
  450. package/src/shared/types/index.ts +1 -1
  451. package/src/shared/types/overlay.types.ts +41 -14
  452. package/src/shared/types/screen.types.ts +12 -2
  453. package/src/shared/utils/bounds/helpers/create-bounds-accessor-core.ts +8 -3
  454. package/src/shared/utils/bounds/helpers/create-link-accessor.ts +11 -0
  455. package/src/shared/utils/bounds/helpers/prepare-bound-styles.ts +3 -2
  456. package/src/shared/utils/bounds/helpers/resolve-bounds-pair-key.ts +0 -1
  457. package/src/shared/utils/bounds/helpers/styles/compute.ts +12 -5
  458. package/src/shared/utils/create-provider.tsx +221 -19
  459. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +0 -177
  460. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +0 -1
  461. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.js +0 -49
  462. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +0 -1
  463. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js +0 -69
  464. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +0 -1
  465. package/lib/commonjs/shared/components/boundary/utils/destination-signals.js +0 -68
  466. package/lib/commonjs/shared/components/boundary/utils/destination-signals.js.map +0 -1
  467. package/lib/commonjs/shared/components/boundary/utils/refresh-signals.js +0 -97
  468. package/lib/commonjs/shared/components/boundary/utils/refresh-signals.js.map +0 -1
  469. package/lib/commonjs/shared/components/boundary/utils/source-signals.js +0 -43
  470. package/lib/commonjs/shared/components/boundary/utils/source-signals.js.map +0 -1
  471. package/lib/commonjs/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js +0 -29
  472. package/lib/commonjs/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +0 -1
  473. package/lib/commonjs/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +0 -1
  474. package/lib/commonjs/shared/providers/screen/styles/components/floating-overlay-layer.js +0 -28
  475. package/lib/commonjs/shared/providers/screen/styles/components/floating-overlay-layer.js.map +0 -1
  476. package/lib/commonjs/shared/providers/screen/styles/stores/slot-references.store.js +0 -53
  477. package/lib/commonjs/shared/providers/screen/styles/stores/slot-references.store.js.map +0 -1
  478. package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +0 -173
  479. package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +0 -1
  480. package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.js +0 -44
  481. package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +0 -1
  482. package/lib/module/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js +0 -64
  483. package/lib/module/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +0 -1
  484. package/lib/module/shared/components/boundary/utils/destination-signals.js +0 -63
  485. package/lib/module/shared/components/boundary/utils/destination-signals.js.map +0 -1
  486. package/lib/module/shared/components/boundary/utils/refresh-signals.js +0 -92
  487. package/lib/module/shared/components/boundary/utils/refresh-signals.js.map +0 -1
  488. package/lib/module/shared/components/boundary/utils/source-signals.js +0 -38
  489. package/lib/module/shared/components/boundary/utils/source-signals.js.map +0 -1
  490. package/lib/module/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js +0 -25
  491. package/lib/module/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +0 -1
  492. package/lib/module/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +0 -1
  493. package/lib/module/shared/providers/screen/styles/components/floating-overlay-layer.js +0 -24
  494. package/lib/module/shared/providers/screen/styles/components/floating-overlay-layer.js.map +0 -1
  495. package/lib/module/shared/providers/screen/styles/stores/slot-references.store.js +0 -47
  496. package/lib/module/shared/providers/screen/styles/stores/slot-references.store.js.map +0 -1
  497. package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.d.ts +0 -10
  498. package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.d.ts.map +0 -1
  499. package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.d.ts.map +0 -1
  500. package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.d.ts +0 -10
  501. package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.d.ts.map +0 -1
  502. package/lib/typescript/shared/components/boundary/utils/destination-signals.d.ts +0 -16
  503. package/lib/typescript/shared/components/boundary/utils/destination-signals.d.ts.map +0 -1
  504. package/lib/typescript/shared/components/boundary/utils/refresh-signals.d.ts +0 -19
  505. package/lib/typescript/shared/components/boundary/utils/refresh-signals.d.ts.map +0 -1
  506. package/lib/typescript/shared/components/boundary/utils/source-signals.d.ts +0 -14
  507. package/lib/typescript/shared/components/boundary/utils/source-signals.d.ts.map +0 -1
  508. package/lib/typescript/shared/providers/screen/descriptors/helpers/get-ancestor-keys.d.ts +0 -6
  509. package/lib/typescript/shared/providers/screen/descriptors/helpers/get-ancestor-keys.d.ts.map +0 -1
  510. package/lib/typescript/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.d.ts +0 -14
  511. package/lib/typescript/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.d.ts.map +0 -1
  512. package/lib/typescript/shared/providers/screen/styles/components/floating-overlay-layer.d.ts +0 -7
  513. package/lib/typescript/shared/providers/screen/styles/components/floating-overlay-layer.d.ts.map +0 -1
  514. package/lib/typescript/shared/providers/screen/styles/stores/slot-references.store.d.ts +0 -6
  515. package/lib/typescript/shared/providers/screen/styles/stores/slot-references.store.d.ts.map +0 -1
  516. package/src/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.ts +0 -267
  517. package/src/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.ts +0 -51
  518. package/src/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.ts +0 -90
  519. package/src/shared/components/boundary/utils/destination-signals.ts +0 -75
  520. package/src/shared/components/boundary/utils/refresh-signals.ts +0 -164
  521. package/src/shared/components/boundary/utils/source-signals.ts +0 -51
  522. package/src/shared/providers/screen/descriptors/helpers/get-ancestor-keys.ts +0 -28
  523. package/src/shared/providers/screen/styles/components/floating-overlay-layer.tsx +0 -29
  524. package/src/shared/providers/screen/styles/stores/slot-references.store.ts +0 -72
@@ -85,14 +85,14 @@ declare const _default: {
85
85
  'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
86
86
  'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
87
87
  onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
88
- importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
88
+ importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
89
89
  'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
90
90
  'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
91
91
  role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
92
92
  accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
93
93
  'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
94
94
  accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
95
- 'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
95
+ 'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
96
96
  screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
97
97
  accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
98
98
  accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
@@ -111,114 +111,108 @@ declare const _default: {
111
111
  entering?: import("react-native-reanimated").EntryOrExitLayoutType;
112
112
  exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
113
113
  } & {
114
- animatedProps?: import("react-native-reanimated/lib/typescript/css/types").AddArrayPropertyType<Partial<{
115
- children?: import("react").ReactNode | import("react-native-reanimated").SharedValue<import("react").ReactNode>;
116
- hitSlop?: number | import("react-native").Insets | import("react-native-reanimated").SharedValue<number | import("react-native").Insets | null | undefined> | null | undefined;
117
- id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
118
- needsOffscreenAlphaCompositing?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
119
- onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").LayoutChangeEvent) => void) | undefined> | undefined;
120
- pointerEvents?: "none" | "auto" | "box-none" | "box-only" | import("react-native-reanimated").SharedValue<"none" | "auto" | "box-none" | "box-only" | undefined> | undefined;
121
- removeClippedSubviews?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
122
- testID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
123
- nativeID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
124
- collapsable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
125
- collapsableChildren?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
126
- onBlur?: ((e: import("react-native").BlurEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").BlurEvent) => void) | null | undefined> | null | undefined;
127
- onFocus?: ((e: import("react-native").FocusEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").FocusEvent) => void) | null | undefined> | null | undefined;
128
- renderToHardwareTextureAndroid?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
129
- focusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
130
- tabIndex?: 0 | -1 | import("react-native-reanimated").SharedValue<0 | -1 | undefined> | undefined;
131
- shouldRasterizeIOS?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
132
- isTVSelectable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
133
- hasTVPreferredFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
134
- tvParallaxShiftDistanceX?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
135
- tvParallaxShiftDistanceY?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
136
- tvParallaxTiltAngle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
137
- tvParallaxMagnification?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
138
- onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
139
- onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
140
- onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
141
- onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
142
- onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
143
- onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
144
- onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
145
- onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
146
- onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
147
- onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
148
- onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
149
- onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
150
- onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
151
- onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
152
- onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
153
- onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
154
- onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
155
- onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
156
- onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
157
- onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
158
- onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
159
- onPointerMove?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
160
- onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
161
- onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
162
- onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
163
- onPointerDown?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
164
- onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
165
- onPointerUp?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
166
- onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
167
- accessible?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
114
+ animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
115
+ children?: import("react").ReactNode;
116
+ hitSlop?: number | import("react-native").Insets | null | undefined;
117
+ id?: string | undefined | undefined;
118
+ needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
119
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
120
+ pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
121
+ removeClippedSubviews?: boolean | undefined | undefined;
122
+ testID?: string | undefined | undefined;
123
+ nativeID?: string | undefined | undefined;
124
+ collapsable?: boolean | undefined | undefined;
125
+ collapsableChildren?: boolean | undefined | undefined;
126
+ onBlur?: ((e: import("react-native").BlurEvent) => void) | null | undefined | undefined;
127
+ onFocus?: ((e: import("react-native").FocusEvent) => void) | null | undefined | undefined;
128
+ renderToHardwareTextureAndroid?: boolean | undefined | undefined;
129
+ focusable?: boolean | undefined | undefined;
130
+ tabIndex?: 0 | -1 | undefined | undefined;
131
+ shouldRasterizeIOS?: boolean | undefined | undefined;
132
+ isTVSelectable?: boolean | undefined | undefined;
133
+ hasTVPreferredFocus?: boolean | undefined | undefined;
134
+ tvParallaxShiftDistanceX?: number | undefined | undefined;
135
+ tvParallaxShiftDistanceY?: number | undefined | undefined;
136
+ tvParallaxTiltAngle?: number | undefined | undefined;
137
+ tvParallaxMagnification?: number | undefined | undefined;
138
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
139
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
140
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
141
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
142
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
143
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
144
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
145
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
146
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
147
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
148
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
149
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
150
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
151
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
152
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
153
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
154
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
155
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
156
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
157
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
158
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
159
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
160
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
161
+ onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
162
+ onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
163
+ onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
164
+ onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
165
+ onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
166
+ onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
167
+ accessible?: boolean | undefined | undefined;
168
168
  accessibilityActions?: readonly Readonly<{
169
169
  name: import("react-native").AccessibilityActionName | string;
170
170
  label?: string | undefined;
171
- }>[] | import("react-native-reanimated").SharedValue<readonly Readonly<{
172
- name: import("react-native").AccessibilityActionName | string;
173
- label?: string | undefined;
174
- }>[] | undefined> | undefined;
175
- accessibilityLabel?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
176
- 'aria-label'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
177
- accessibilityRole?: import("react-native").AccessibilityRole | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityRole | undefined> | undefined;
178
- accessibilityState?: import("react-native").AccessibilityState | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityState | undefined> | undefined;
179
- 'aria-busy'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
180
- 'aria-checked'?: boolean | "mixed" | import("react-native-reanimated").SharedValue<boolean | "mixed" | undefined> | undefined;
181
- 'aria-disabled'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
182
- 'aria-expanded'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
183
- 'aria-selected'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
184
- accessibilityHint?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
185
- accessibilityValue?: import("react-native").AccessibilityValue | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityValue | undefined> | undefined;
186
- 'aria-valuemax'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
187
- 'aria-valuemin'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
188
- 'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
189
- 'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
190
- onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
191
- importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
192
- 'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
193
- 'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
194
- role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
195
- accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
196
- 'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
197
- accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
198
- 'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
199
- screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
200
- accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
201
- accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
202
- onAccessibilityEscape?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
203
- onAccessibilityTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
204
- onMagicTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
205
- accessibilityIgnoresInvertColors?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
206
- accessibilityLanguage?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
207
- accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
208
- accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
209
- accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
210
- } & {
211
- style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
212
- } & {
213
- layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
214
- entering?: import("react-native-reanimated").EntryOrExitLayoutType;
215
- exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
216
- }> | import("react-native-reanimated").CSSStyle<import("react-native").ViewProps>> | undefined;
171
+ }>[] | undefined;
172
+ accessibilityLabel?: string | undefined | undefined;
173
+ 'aria-label'?: string | undefined | undefined;
174
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
175
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
176
+ 'aria-busy'?: boolean | undefined | undefined;
177
+ 'aria-checked'?: boolean | "mixed" | undefined | undefined;
178
+ 'aria-disabled'?: boolean | undefined | undefined;
179
+ 'aria-expanded'?: boolean | undefined | undefined;
180
+ 'aria-selected'?: boolean | undefined | undefined;
181
+ accessibilityHint?: string | undefined | undefined;
182
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
183
+ 'aria-valuemax'?: number | undefined;
184
+ 'aria-valuemin'?: number | undefined;
185
+ 'aria-valuenow'?: number | undefined;
186
+ 'aria-valuetext'?: string | undefined;
187
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
188
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
189
+ 'aria-hidden'?: boolean | undefined | undefined;
190
+ 'aria-modal'?: boolean | undefined | undefined;
191
+ role?: import("react-native").Role | undefined;
192
+ accessibilityLabelledBy?: string | string[] | undefined | undefined;
193
+ 'aria-labelledby'?: string | undefined | undefined;
194
+ accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
195
+ 'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
196
+ screenReaderFocusable?: boolean | undefined | undefined;
197
+ accessibilityElementsHidden?: boolean | undefined | undefined;
198
+ accessibilityViewIsModal?: boolean | undefined | undefined;
199
+ onAccessibilityEscape?: (() => void) | undefined | undefined;
200
+ onAccessibilityTap?: (() => void) | undefined | undefined;
201
+ onMagicTap?: (() => void) | undefined | undefined;
202
+ accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
203
+ accessibilityLanguage?: string | undefined | undefined;
204
+ accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
205
+ accessibilityLargeContentTitle?: string | undefined | undefined;
206
+ accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
207
+ }>> | undefined;
208
+ } & {
209
+ sharedTransitionTag?: string;
210
+ sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
217
211
  } & {
218
212
  styleId?: string;
219
213
  } & import("react").RefAttributes<never>>>;
220
214
  Pressable: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
221
- children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => React.ReactNode) | import("react-native-reanimated").SharedValue<import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => React.ReactNode)>;
215
+ children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => import("react").ReactNode) | import("react-native-reanimated").SharedValue<import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => import("react").ReactNode)>;
222
216
  hitSlop?: number | import("react-native").Insets | import("react-native-reanimated").SharedValue<number | import("react-native").Insets | null | undefined> | null | undefined;
223
217
  id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
224
218
  needsOffscreenAlphaCompositing?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
@@ -294,14 +288,14 @@ declare const _default: {
294
288
  'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
295
289
  'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
296
290
  onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
297
- importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
291
+ importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
298
292
  'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
299
293
  'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
300
294
  role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
301
295
  accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
302
296
  'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
303
297
  accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
304
- 'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
298
+ 'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
305
299
  screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
306
300
  accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
307
301
  accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
@@ -315,8 +309,8 @@ declare const _default: {
315
309
  accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
316
310
  key?: import("react").Key | import("react-native-reanimated").SharedValue<import("react").Key | null | undefined> | null | undefined;
317
311
  ref?: import("react").Ref<View> | import("react-native-reanimated").SharedValue<import("react").Ref<View> | undefined> | undefined;
318
- onPress?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
319
312
  disabled?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
313
+ onPress?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
320
314
  onHoverIn?: ((event: import("react-native").MouseEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").MouseEvent) => void) | null | undefined> | null | undefined;
321
315
  onHoverOut?: ((event: import("react-native").MouseEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").MouseEvent) => void) | null | undefined> | null | undefined;
322
316
  onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
@@ -331,6 +325,7 @@ declare const _default: {
331
325
  android_ripple?: import("react-native").PressableAndroidRippleConfig | import("react-native-reanimated").SharedValue<import("react-native").PressableAndroidRippleConfig | null | undefined> | null | undefined;
332
326
  testOnly_pressed?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
333
327
  unstable_pressDelay?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
328
+ onPressMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
334
329
  } & {
335
330
  style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle> | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>)>>;
336
331
  } & {
@@ -338,130 +333,125 @@ declare const _default: {
338
333
  entering?: import("react-native-reanimated").EntryOrExitLayoutType;
339
334
  exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
340
335
  } & {
341
- animatedProps?: import("react-native-reanimated/lib/typescript/css/types").AddArrayPropertyType<Partial<{
342
- children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => React.ReactNode) | import("react-native-reanimated").SharedValue<import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => React.ReactNode)>;
343
- hitSlop?: number | import("react-native").Insets | import("react-native-reanimated").SharedValue<number | import("react-native").Insets | null | undefined> | null | undefined;
344
- id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
345
- needsOffscreenAlphaCompositing?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
346
- onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").LayoutChangeEvent) => void) | undefined> | undefined;
347
- pointerEvents?: "none" | "auto" | "box-none" | "box-only" | import("react-native-reanimated").SharedValue<"none" | "auto" | "box-none" | "box-only" | undefined> | undefined;
348
- removeClippedSubviews?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
349
- testID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
350
- nativeID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
351
- collapsable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
352
- collapsableChildren?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
353
- onBlur?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | null | undefined> | null | undefined;
354
- onFocus?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | null | undefined> | null | undefined;
355
- renderToHardwareTextureAndroid?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
356
- focusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
357
- tabIndex?: 0 | -1 | import("react-native-reanimated").SharedValue<0 | -1 | undefined> | undefined;
358
- shouldRasterizeIOS?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
359
- isTVSelectable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
360
- hasTVPreferredFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
361
- tvParallaxShiftDistanceX?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
362
- tvParallaxShiftDistanceY?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
363
- tvParallaxTiltAngle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
364
- tvParallaxMagnification?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
365
- onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
366
- onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
367
- onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
368
- onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
369
- onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
370
- onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
371
- onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
372
- onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
373
- onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
374
- onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
375
- onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
376
- onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
377
- onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
378
- onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
379
- onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
380
- onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
381
- onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
382
- onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
383
- onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
384
- onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
385
- onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
386
- onPointerMove?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
387
- onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
388
- onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
389
- onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
390
- onPointerDown?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
391
- onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
392
- onPointerUp?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
393
- onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
394
- accessible?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
336
+ animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
337
+ children?: import("react").ReactNode | ((state: import("react-native").PressableStateCallbackType) => import("react").ReactNode);
338
+ hitSlop?: number | import("react-native").Insets | null | undefined;
339
+ id?: string | undefined | undefined;
340
+ needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
341
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
342
+ pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
343
+ removeClippedSubviews?: boolean | undefined | undefined;
344
+ testID?: string | undefined | undefined;
345
+ nativeID?: string | undefined | undefined;
346
+ collapsable?: boolean | undefined | undefined;
347
+ collapsableChildren?: boolean | undefined | undefined;
348
+ onBlur?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
349
+ onFocus?: null | ((event: import("react-native").NativeSyntheticEvent<import("react-native").TargetedEvent>) => void) | undefined | undefined;
350
+ renderToHardwareTextureAndroid?: boolean | undefined | undefined;
351
+ focusable?: boolean | undefined | undefined;
352
+ tabIndex?: 0 | -1 | undefined | undefined;
353
+ shouldRasterizeIOS?: boolean | undefined | undefined;
354
+ isTVSelectable?: boolean | undefined | undefined;
355
+ hasTVPreferredFocus?: boolean | undefined | undefined;
356
+ tvParallaxShiftDistanceX?: number | undefined | undefined;
357
+ tvParallaxShiftDistanceY?: number | undefined | undefined;
358
+ tvParallaxTiltAngle?: number | undefined | undefined;
359
+ tvParallaxMagnification?: number | undefined | undefined;
360
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
361
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
362
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
363
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
364
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
365
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
366
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
367
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
368
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
369
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
370
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
371
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
372
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
373
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
374
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
375
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
376
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
377
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
378
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
379
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
380
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
381
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
382
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
383
+ onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
384
+ onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
385
+ onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
386
+ onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
387
+ onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
388
+ onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
389
+ accessible?: boolean | undefined | undefined;
395
390
  accessibilityActions?: readonly Readonly<{
396
391
  name: import("react-native").AccessibilityActionName | string;
397
392
  label?: string | undefined;
398
- }>[] | import("react-native-reanimated").SharedValue<readonly Readonly<{
399
- name: import("react-native").AccessibilityActionName | string;
400
- label?: string | undefined;
401
- }>[] | undefined> | undefined;
402
- accessibilityLabel?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
403
- 'aria-label'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
404
- accessibilityRole?: import("react-native").AccessibilityRole | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityRole | undefined> | undefined;
405
- accessibilityState?: import("react-native").AccessibilityState | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityState | undefined> | undefined;
406
- 'aria-busy'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
407
- 'aria-checked'?: boolean | "mixed" | import("react-native-reanimated").SharedValue<boolean | "mixed" | undefined> | undefined;
408
- 'aria-disabled'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
409
- 'aria-expanded'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
410
- 'aria-selected'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
411
- accessibilityHint?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
412
- accessibilityValue?: import("react-native").AccessibilityValue | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityValue | undefined> | undefined;
413
- 'aria-valuemax'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
414
- 'aria-valuemin'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
415
- 'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
416
- 'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
417
- onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
418
- importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
419
- 'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
420
- 'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
421
- role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
422
- accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
423
- 'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
424
- accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
425
- 'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
426
- screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
427
- accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
428
- accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
429
- onAccessibilityEscape?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
430
- onAccessibilityTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
431
- onMagicTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
432
- accessibilityIgnoresInvertColors?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
433
- accessibilityLanguage?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
434
- accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
435
- accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
436
- accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
437
- key?: import("react").Key | import("react-native-reanimated").SharedValue<import("react").Key | null | undefined> | null | undefined;
438
- ref?: import("react").Ref<View> | import("react-native-reanimated").SharedValue<import("react").Ref<View> | undefined> | undefined;
439
- onPress?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
440
- disabled?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
441
- onHoverIn?: ((event: import("react-native").MouseEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").MouseEvent) => void) | null | undefined> | null | undefined;
442
- onHoverOut?: ((event: import("react-native").MouseEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").MouseEvent) => void) | null | undefined> | null | undefined;
443
- onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
444
- onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
445
- onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | null | undefined> | null | undefined;
446
- cancelable?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
447
- delayHoverIn?: number | import("react-native-reanimated").SharedValue<number | null | undefined> | null | undefined;
448
- delayHoverOut?: number | import("react-native-reanimated").SharedValue<number | null | undefined> | null | undefined;
449
- delayLongPress?: number | import("react-native-reanimated").SharedValue<number | null | undefined> | null | undefined;
450
- pressRetentionOffset?: number | import("react-native").Insets | import("react-native-reanimated").SharedValue<number | import("react-native").Insets | null | undefined> | null | undefined;
451
- android_disableSound?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
452
- android_ripple?: import("react-native").PressableAndroidRippleConfig | import("react-native-reanimated").SharedValue<import("react-native").PressableAndroidRippleConfig | null | undefined> | null | undefined;
453
- testOnly_pressed?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
454
- unstable_pressDelay?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
455
- } & {
456
- style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle> | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>)>>;
457
- } & {
458
- layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
459
- entering?: import("react-native-reanimated").EntryOrExitLayoutType;
460
- exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
461
- }> | import("react-native-reanimated").CSSStyle<import("react-native").PressableProps & import("react").RefAttributes<View>>> | undefined;
393
+ }>[] | undefined;
394
+ accessibilityLabel?: string | undefined | undefined;
395
+ 'aria-label'?: string | undefined | undefined;
396
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
397
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
398
+ 'aria-busy'?: boolean | undefined | undefined;
399
+ 'aria-checked'?: boolean | "mixed" | undefined | undefined;
400
+ 'aria-disabled'?: boolean | undefined | undefined;
401
+ 'aria-expanded'?: boolean | undefined | undefined;
402
+ 'aria-selected'?: boolean | undefined | undefined;
403
+ accessibilityHint?: string | undefined | undefined;
404
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
405
+ 'aria-valuemax'?: number | undefined;
406
+ 'aria-valuemin'?: number | undefined;
407
+ 'aria-valuenow'?: number | undefined;
408
+ 'aria-valuetext'?: string | undefined;
409
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
410
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
411
+ 'aria-hidden'?: boolean | undefined | undefined;
412
+ 'aria-modal'?: boolean | undefined | undefined;
413
+ role?: import("react-native").Role | undefined;
414
+ accessibilityLabelledBy?: string | string[] | undefined | undefined;
415
+ 'aria-labelledby'?: string | undefined | undefined;
416
+ accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
417
+ 'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
418
+ screenReaderFocusable?: boolean | undefined | undefined;
419
+ accessibilityElementsHidden?: boolean | undefined | undefined;
420
+ accessibilityViewIsModal?: boolean | undefined | undefined;
421
+ onAccessibilityEscape?: (() => void) | undefined | undefined;
422
+ onAccessibilityTap?: (() => void) | undefined | undefined;
423
+ onMagicTap?: (() => void) | undefined | undefined;
424
+ accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
425
+ accessibilityLanguage?: string | undefined | undefined;
426
+ accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
427
+ accessibilityLargeContentTitle?: string | undefined | undefined;
428
+ accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
429
+ key?: import("react").Key | null | undefined;
430
+ ref?: import("react").Ref<View> | undefined;
431
+ disabled?: null | boolean | undefined | undefined;
432
+ onPress?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
433
+ onHoverIn?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
434
+ onHoverOut?: null | ((event: import("react-native").MouseEvent) => void) | undefined | undefined;
435
+ onPressIn?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
436
+ onPressOut?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
437
+ onLongPress?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
438
+ cancelable?: null | boolean | undefined | undefined;
439
+ delayHoverIn?: number | null | undefined | undefined;
440
+ delayHoverOut?: number | null | undefined | undefined;
441
+ delayLongPress?: null | number | undefined | undefined;
442
+ pressRetentionOffset?: number | import("react-native").Insets | null | undefined;
443
+ android_disableSound?: null | boolean | undefined | undefined;
444
+ android_ripple?: import("react-native").PressableAndroidRippleConfig | null | undefined;
445
+ testOnly_pressed?: null | boolean | undefined | undefined;
446
+ unstable_pressDelay?: number | undefined | undefined;
447
+ onPressMove?: null | ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
448
+ }>> | undefined;
449
+ } & {
450
+ sharedTransitionTag?: string;
451
+ sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
462
452
  } & {
463
453
  styleId?: string;
464
- } & import("react").RefAttributes<View | import("react").Component<import("react-native").PressableProps & import("react").RefAttributes<View>, any, any>>>>;
454
+ } & import("react").RefAttributes<never>>>;
465
455
  ScrollView: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
466
456
  horizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
467
457
  children?: import("react").ReactNode | import("react-native-reanimated").SharedValue<import("react").ReactNode>;
@@ -540,14 +530,14 @@ declare const _default: {
540
530
  'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
541
531
  'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
542
532
  onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
543
- importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
533
+ importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
544
534
  'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
545
535
  'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
546
536
  role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
547
537
  accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
548
538
  'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
549
539
  accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
550
- 'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
540
+ 'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
551
541
  screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
552
542
  accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
553
543
  accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
@@ -559,18 +549,24 @@ declare const _default: {
559
549
  accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
560
550
  accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
561
551
  accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
562
- onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
563
- onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
564
- onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
565
- onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
566
- scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
552
+ keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
553
+ fadingEdgeLength?: number | {
554
+ start: number;
555
+ end: number;
556
+ } | import("react-native-reanimated").SharedValue<number | {
557
+ start: number;
558
+ end: number;
559
+ } | undefined> | undefined;
567
560
  innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
568
561
  scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
569
562
  decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
570
563
  invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
571
564
  keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
572
- keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
565
+ onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
566
+ onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
573
567
  onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
568
+ onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
569
+ onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
574
570
  onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
575
571
  pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
576
572
  scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
@@ -610,6 +606,7 @@ declare const _default: {
610
606
  minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
611
607
  onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
612
608
  pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
609
+ scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
613
610
  scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
614
611
  scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
615
612
  scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
@@ -620,14 +617,8 @@ declare const _default: {
620
617
  scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
621
618
  overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
622
619
  nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
623
- fadingEdgeLength?: number | {
624
- start: number;
625
- end: number;
626
- } | import("react-native-reanimated").SharedValue<number | {
627
- start: number;
628
- end: number;
629
- } | undefined> | undefined;
630
620
  persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
621
+ scrollsChildToFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
631
622
  } & {
632
623
  style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
633
624
  contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
@@ -637,181 +628,168 @@ declare const _default: {
637
628
  entering?: import("react-native-reanimated").EntryOrExitLayoutType;
638
629
  exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
639
630
  } & {
640
- animatedProps?: import("react-native-reanimated/lib/typescript/css/types").AddArrayPropertyType<Partial<{
641
- horizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
642
- children?: import("react").ReactNode | import("react-native-reanimated").SharedValue<import("react").ReactNode>;
643
- hitSlop?: number | import("react-native").Insets | import("react-native-reanimated").SharedValue<number | import("react-native").Insets | null | undefined> | null | undefined;
644
- id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
645
- needsOffscreenAlphaCompositing?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
646
- onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").LayoutChangeEvent) => void) | undefined> | undefined;
647
- pointerEvents?: "none" | "auto" | "box-none" | "box-only" | import("react-native-reanimated").SharedValue<"none" | "auto" | "box-none" | "box-only" | undefined> | undefined;
648
- removeClippedSubviews?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
649
- testID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
650
- nativeID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
651
- collapsable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
652
- collapsableChildren?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
653
- onBlur?: ((e: import("react-native").BlurEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").BlurEvent) => void) | null | undefined> | null | undefined;
654
- onFocus?: ((e: import("react-native").FocusEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").FocusEvent) => void) | null | undefined> | null | undefined;
655
- renderToHardwareTextureAndroid?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
656
- focusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
657
- tabIndex?: 0 | -1 | import("react-native-reanimated").SharedValue<0 | -1 | undefined> | undefined;
658
- shouldRasterizeIOS?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
659
- isTVSelectable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
660
- hasTVPreferredFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
661
- tvParallaxShiftDistanceX?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
662
- tvParallaxShiftDistanceY?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
663
- tvParallaxTiltAngle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
664
- tvParallaxMagnification?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
665
- onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
666
- onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
667
- onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
668
- onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
669
- onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
670
- onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
671
- onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
672
- onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
673
- onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
674
- onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
675
- onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
676
- onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
677
- onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
678
- onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
679
- onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
680
- onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
681
- onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
682
- onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
683
- onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
684
- onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
685
- onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
686
- onPointerMove?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
687
- onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
688
- onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
689
- onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
690
- onPointerDown?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
691
- onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
692
- onPointerUp?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
693
- onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
694
- accessible?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
631
+ animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
632
+ horizontal?: boolean | null | undefined | undefined;
633
+ children?: import("react").ReactNode;
634
+ hitSlop?: number | import("react-native").Insets | null | undefined;
635
+ id?: string | undefined | undefined;
636
+ needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
637
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
638
+ pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
639
+ removeClippedSubviews?: boolean | undefined | undefined;
640
+ testID?: string | undefined | undefined;
641
+ nativeID?: string | undefined | undefined;
642
+ collapsable?: boolean | undefined | undefined;
643
+ collapsableChildren?: boolean | undefined | undefined;
644
+ onBlur?: ((e: import("react-native").BlurEvent) => void) | null | undefined | undefined;
645
+ onFocus?: ((e: import("react-native").FocusEvent) => void) | null | undefined | undefined;
646
+ renderToHardwareTextureAndroid?: boolean | undefined | undefined;
647
+ focusable?: boolean | undefined | undefined;
648
+ tabIndex?: 0 | -1 | undefined | undefined;
649
+ shouldRasterizeIOS?: boolean | undefined | undefined;
650
+ isTVSelectable?: boolean | undefined | undefined;
651
+ hasTVPreferredFocus?: boolean | undefined | undefined;
652
+ tvParallaxShiftDistanceX?: number | undefined | undefined;
653
+ tvParallaxShiftDistanceY?: number | undefined | undefined;
654
+ tvParallaxTiltAngle?: number | undefined | undefined;
655
+ tvParallaxMagnification?: number | undefined | undefined;
656
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
657
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
658
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
659
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
660
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
661
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
662
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
663
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
664
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
665
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
666
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
667
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
668
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
669
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
670
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
671
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
672
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
673
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
674
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
675
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
676
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
677
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
678
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
679
+ onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
680
+ onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
681
+ onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
682
+ onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
683
+ onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
684
+ onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
685
+ accessible?: boolean | undefined | undefined;
695
686
  accessibilityActions?: readonly Readonly<{
696
687
  name: import("react-native").AccessibilityActionName | string;
697
688
  label?: string | undefined;
698
- }>[] | import("react-native-reanimated").SharedValue<readonly Readonly<{
699
- name: import("react-native").AccessibilityActionName | string;
700
- label?: string | undefined;
701
- }>[] | undefined> | undefined;
702
- accessibilityLabel?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
703
- 'aria-label'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
704
- accessibilityRole?: import("react-native").AccessibilityRole | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityRole | undefined> | undefined;
705
- accessibilityState?: import("react-native").AccessibilityState | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityState | undefined> | undefined;
706
- 'aria-busy'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
707
- 'aria-checked'?: boolean | "mixed" | import("react-native-reanimated").SharedValue<boolean | "mixed" | undefined> | undefined;
708
- 'aria-disabled'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
709
- 'aria-expanded'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
710
- 'aria-selected'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
711
- accessibilityHint?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
712
- accessibilityValue?: import("react-native").AccessibilityValue | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityValue | undefined> | undefined;
713
- 'aria-valuemax'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
714
- 'aria-valuemin'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
715
- 'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
716
- 'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
717
- onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
718
- importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
719
- 'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
720
- 'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
721
- role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
722
- accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
723
- 'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
724
- accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
725
- 'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
726
- screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
727
- accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
728
- accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
729
- onAccessibilityEscape?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
730
- onAccessibilityTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
731
- onMagicTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
732
- accessibilityIgnoresInvertColors?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
733
- accessibilityLanguage?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
734
- accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
735
- accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
736
- accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
737
- onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
738
- onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
739
- onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
740
- onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
741
- scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
742
- innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
743
- scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
744
- decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
745
- invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
746
- keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
747
- keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
748
- onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
749
- onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
750
- pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
751
- scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
752
- showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
753
- showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
754
- stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
755
- refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined> | undefined;
756
- snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
757
- snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
758
- snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
759
- snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
760
- stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
761
- disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
762
- disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
763
- StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
764
- alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
765
- alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
766
- automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
767
- automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
768
- automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
769
- bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
770
- bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
771
- canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
772
- centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
773
- contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
774
- contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
775
- contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
776
- directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
777
- maintainVisibleContentPosition?: {
778
- autoscrollToTopThreshold?: number | null | undefined;
779
- minIndexForVisible: number;
780
- } | import("react-native-reanimated").SharedValue<{
781
- autoscrollToTopThreshold?: number | null | undefined;
782
- minIndexForVisible: number;
783
- } | null | undefined> | null | undefined;
784
- maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
785
- minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
786
- onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
787
- pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
788
- scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
789
- scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
790
- scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
791
- snapToAlignment?: "end" | "start" | "center" | import("react-native-reanimated").SharedValue<"end" | "start" | "center" | undefined> | undefined;
792
- onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
793
- zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
794
- endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
795
- scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
796
- overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
797
- nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
689
+ }>[] | undefined;
690
+ accessibilityLabel?: string | undefined | undefined;
691
+ 'aria-label'?: string | undefined | undefined;
692
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
693
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
694
+ 'aria-busy'?: boolean | undefined | undefined;
695
+ 'aria-checked'?: boolean | "mixed" | undefined | undefined;
696
+ 'aria-disabled'?: boolean | undefined | undefined;
697
+ 'aria-expanded'?: boolean | undefined | undefined;
698
+ 'aria-selected'?: boolean | undefined | undefined;
699
+ accessibilityHint?: string | undefined | undefined;
700
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
701
+ 'aria-valuemax'?: number | undefined;
702
+ 'aria-valuemin'?: number | undefined;
703
+ 'aria-valuenow'?: number | undefined;
704
+ 'aria-valuetext'?: string | undefined;
705
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
706
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
707
+ 'aria-hidden'?: boolean | undefined | undefined;
708
+ 'aria-modal'?: boolean | undefined | undefined;
709
+ role?: import("react-native").Role | undefined;
710
+ accessibilityLabelledBy?: string | string[] | undefined | undefined;
711
+ 'aria-labelledby'?: string | undefined | undefined;
712
+ accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
713
+ 'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
714
+ screenReaderFocusable?: boolean | undefined | undefined;
715
+ accessibilityElementsHidden?: boolean | undefined | undefined;
716
+ accessibilityViewIsModal?: boolean | undefined | undefined;
717
+ onAccessibilityEscape?: (() => void) | undefined | undefined;
718
+ onAccessibilityTap?: (() => void) | undefined | undefined;
719
+ onMagicTap?: (() => void) | undefined | undefined;
720
+ accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
721
+ accessibilityLanguage?: string | undefined | undefined;
722
+ accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
723
+ accessibilityLargeContentTitle?: string | undefined | undefined;
724
+ accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
725
+ keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | undefined | undefined;
798
726
  fadingEdgeLength?: number | {
799
727
  start: number;
800
728
  end: number;
801
- } | import("react-native-reanimated").SharedValue<number | {
802
- start: number;
803
- end: number;
804
- } | undefined> | undefined;
805
- persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
806
- } & {
807
- style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
808
- contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
809
- indicatorStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<"black" | "default" | "white" | undefined>>;
810
- } & {
811
- layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
812
- entering?: import("react-native-reanimated").EntryOrExitLayoutType;
813
- exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
814
- }> | import("react-native-reanimated").CSSStyle<import("react-native").ScrollViewProps>> | undefined;
729
+ } | undefined | undefined;
730
+ innerViewRef?: import("react").RefObject<View> | undefined;
731
+ scrollViewRef?: import("react").RefObject<ScrollView> | undefined;
732
+ decelerationRate?: "fast" | "normal" | number | undefined | undefined;
733
+ invertStickyHeaders?: boolean | undefined | undefined;
734
+ keyboardDismissMode?: "none" | "interactive" | "on-drag" | undefined | undefined;
735
+ onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | undefined | undefined;
736
+ onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
737
+ onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
738
+ onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
739
+ onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
740
+ onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
741
+ pagingEnabled?: boolean | undefined | undefined;
742
+ scrollEnabled?: boolean | undefined | undefined;
743
+ showsHorizontalScrollIndicator?: boolean | undefined | undefined;
744
+ showsVerticalScrollIndicator?: boolean | undefined | undefined;
745
+ stickyHeaderHiddenOnScroll?: boolean | undefined | undefined;
746
+ refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined;
747
+ snapToInterval?: number | undefined | undefined;
748
+ snapToOffsets?: number[] | undefined | undefined;
749
+ snapToStart?: boolean | undefined | undefined;
750
+ snapToEnd?: boolean | undefined | undefined;
751
+ stickyHeaderIndices?: number[] | undefined | undefined;
752
+ disableIntervalMomentum?: boolean | undefined | undefined;
753
+ disableScrollViewPanResponder?: boolean | undefined | undefined;
754
+ StickyHeaderComponent?: import("react").ComponentType<any> | undefined;
755
+ alwaysBounceHorizontal?: boolean | undefined | undefined;
756
+ alwaysBounceVertical?: boolean | undefined | undefined;
757
+ automaticallyAdjustContentInsets?: boolean | undefined | undefined;
758
+ automaticallyAdjustKeyboardInsets?: boolean | undefined | undefined;
759
+ automaticallyAdjustsScrollIndicatorInsets?: boolean | undefined | undefined;
760
+ bounces?: boolean | undefined | undefined;
761
+ bouncesZoom?: boolean | undefined | undefined;
762
+ canCancelContentTouches?: boolean | undefined | undefined;
763
+ centerContent?: boolean | undefined | undefined;
764
+ contentInset?: import("react-native").Insets | undefined;
765
+ contentOffset?: import("react-native").PointProp | undefined;
766
+ contentInsetAdjustmentBehavior?: "automatic" | "scrollableAxes" | "never" | "always" | undefined | undefined;
767
+ directionalLockEnabled?: boolean | undefined | undefined;
768
+ maintainVisibleContentPosition?: null | {
769
+ autoscrollToTopThreshold?: number | null | undefined;
770
+ minIndexForVisible: number;
771
+ } | undefined | undefined;
772
+ maximumZoomScale?: number | undefined | undefined;
773
+ minimumZoomScale?: number | undefined | undefined;
774
+ onScrollAnimationEnd?: (() => void) | undefined | undefined;
775
+ pinchGestureEnabled?: boolean | undefined | undefined;
776
+ scrollEventThrottle?: number | undefined | undefined;
777
+ scrollIndicatorInsets?: import("react-native").Insets | undefined;
778
+ scrollToOverflowEnabled?: boolean | undefined | undefined;
779
+ scrollsToTop?: boolean | undefined | undefined;
780
+ snapToAlignment?: "start" | "center" | "end" | undefined | undefined;
781
+ onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
782
+ zoomScale?: number | undefined | undefined;
783
+ endFillColor?: import("react-native").ColorValue | undefined;
784
+ scrollPerfTag?: string | undefined | undefined;
785
+ overScrollMode?: "auto" | "always" | "never" | undefined | undefined;
786
+ nestedScrollEnabled?: boolean | undefined | undefined;
787
+ persistentScrollbar?: boolean | undefined | undefined;
788
+ scrollsChildToFocus?: boolean | undefined | undefined;
789
+ }>> | undefined;
790
+ } & {
791
+ sharedTransitionTag?: string;
792
+ sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
815
793
  } & {
816
794
  styleId?: string;
817
795
  } & import("react").RefAttributes<never>>>;
@@ -893,14 +871,14 @@ declare const _default: {
893
871
  'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
894
872
  'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
895
873
  onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
896
- importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
874
+ importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "no" | "yes" | "no-hide-descendants" | undefined> | undefined;
897
875
  'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
898
876
  'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
899
877
  role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
900
878
  accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
901
879
  'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
902
880
  accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
903
- 'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
881
+ 'aria-live'?: "off" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"off" | "polite" | "assertive" | undefined> | undefined;
904
882
  screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
905
883
  accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
906
884
  accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
@@ -913,75 +891,7 @@ declare const _default: {
913
891
  accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
914
892
  accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
915
893
  data: ArrayLike<unknown> | import("react-native-reanimated").SharedValue<ArrayLike<unknown> | null | undefined> | null | undefined;
916
- onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
917
- onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
918
- onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
919
- onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
920
- scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
921
- innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
922
- scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
923
- decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
924
- invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
925
- keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
926
894
  keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
927
- onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
928
- onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
929
- pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
930
- scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
931
- showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
932
- showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
933
- stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
934
- refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined> | undefined;
935
- snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
936
- snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
937
- snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
938
- snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
939
- stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
940
- disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
941
- disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
942
- StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
943
- alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
944
- alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
945
- automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
946
- automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
947
- automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
948
- bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
949
- bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
950
- canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
951
- centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
952
- contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
953
- contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
954
- contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
955
- directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
956
- maintainVisibleContentPosition?: {
957
- autoscrollToTopThreshold?: number | null | undefined;
958
- minIndexForVisible: number;
959
- } | import("react-native-reanimated").SharedValue<{
960
- autoscrollToTopThreshold?: number | null | undefined;
961
- minIndexForVisible: number;
962
- } | null | undefined> | null | undefined;
963
- maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
964
- minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
965
- onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
966
- pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
967
- scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
968
- scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
969
- scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
970
- snapToAlignment?: "end" | "start" | "center" | import("react-native-reanimated").SharedValue<"end" | "start" | "center" | undefined> | undefined;
971
- onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
972
- zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
973
- endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
974
- scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
975
- overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
976
- nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
977
- fadingEdgeLength?: number | {
978
- start: number;
979
- end: number;
980
- } | import("react-native-reanimated").SharedValue<number | {
981
- start: number;
982
- end: number;
983
- } | undefined> | undefined;
984
- persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
985
895
  extraData?: any | undefined;
986
896
  getItemLayout?: ((data: ArrayLike<unknown> | null | undefined, index: number) => {
987
897
  length: number;
@@ -1008,10 +918,17 @@ declare const _default: {
1008
918
  refreshing?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
1009
919
  renderItem: import("react-native").ListRenderItem<unknown> | import("react-native-reanimated").SharedValue<import("react-native").ListRenderItem<unknown> | null | undefined> | null | undefined;
1010
920
  viewabilityConfig?: import("react-native").ViewabilityConfig | import("react-native-reanimated").SharedValue<import("react-native").ViewabilityConfig | undefined> | undefined;
1011
- ItemSeparatorComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | null | undefined> | null | undefined;
1012
- ListEmptyComponent?: import("react").ComponentType<any> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null | undefined> | null | undefined;
1013
- ListFooterComponent?: import("react").ComponentType<any> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null | undefined> | null | undefined;
1014
- ListHeaderComponent?: import("react").ComponentType<any> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null | undefined> | null | undefined;
921
+ fadingEdgeLength?: number | {
922
+ start: number;
923
+ end: number;
924
+ } | import("react-native-reanimated").SharedValue<number | {
925
+ start: number;
926
+ end: number;
927
+ } | undefined> | undefined;
928
+ ItemSeparatorComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined> | null | undefined;
929
+ ListEmptyComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined> | null | undefined;
930
+ ListFooterComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined> | null | undefined;
931
+ ListHeaderComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined> | null | undefined;
1015
932
  debug?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1016
933
  disableVirtualization?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1017
934
  getItem?: ((data: any, index: number) => unknown) | import("react-native-reanimated").SharedValue<((data: any, index: number) => unknown) | undefined> | undefined;
@@ -1040,265 +957,296 @@ declare const _default: {
1040
957
  }) => void) | null | undefined> | null | undefined;
1041
958
  onStartReachedThreshold?: number | import("react-native-reanimated").SharedValue<number | null | undefined> | null | undefined;
1042
959
  progressViewOffset?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1043
- renderScrollComponent?: ((props: import("react-native").ScrollViewProps) => React.ReactElement<import("react-native").ScrollViewProps>) | import("react-native-reanimated").SharedValue<((props: import("react-native").ScrollViewProps) => React.ReactElement<import("react-native").ScrollViewProps>) | undefined> | undefined;
960
+ renderScrollComponent?: ((props: import("react-native").ScrollViewProps) => import("react").ReactElement<import("react-native").ScrollViewProps>) | import("react-native-reanimated").SharedValue<((props: import("react-native").ScrollViewProps) => import("react").ReactElement<import("react-native").ScrollViewProps>) | undefined> | undefined;
1044
961
  updateCellsBatchingPeriod?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1045
962
  viewabilityConfigCallbackPairs?: import("react-native").ViewabilityConfigCallbackPairs | import("react-native-reanimated").SharedValue<import("react-native").ViewabilityConfigCallbackPairs | undefined> | undefined;
1046
963
  windowSize?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1047
964
  CellRendererComponent?: import("react").ComponentType<import("react-native").CellRendererProps<unknown>> | import("react-native-reanimated").SharedValue<import("react").ComponentType<import("react-native").CellRendererProps<unknown>> | null | undefined> | null | undefined;
965
+ innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
966
+ scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
967
+ decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
968
+ invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
969
+ keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
970
+ onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
971
+ onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
972
+ onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
973
+ onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
974
+ onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
975
+ onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
976
+ pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
977
+ scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
978
+ showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
979
+ showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
980
+ stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
981
+ refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined> | undefined;
982
+ snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
983
+ snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
984
+ snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
985
+ snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
986
+ stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
987
+ disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
988
+ disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
989
+ StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
990
+ alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
991
+ alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
992
+ automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
993
+ automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
994
+ automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
995
+ bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
996
+ bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
997
+ canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
998
+ centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
999
+ contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
1000
+ contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
1001
+ contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
1002
+ directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1003
+ maintainVisibleContentPosition?: {
1004
+ autoscrollToTopThreshold?: number | null | undefined;
1005
+ minIndexForVisible: number;
1006
+ } | import("react-native-reanimated").SharedValue<{
1007
+ autoscrollToTopThreshold?: number | null | undefined;
1008
+ minIndexForVisible: number;
1009
+ } | null | undefined> | null | undefined;
1010
+ maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1011
+ minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1012
+ onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
1013
+ pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1014
+ scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1015
+ scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
1016
+ scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1017
+ scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1018
+ snapToAlignment?: "end" | "start" | "center" | import("react-native-reanimated").SharedValue<"end" | "start" | "center" | undefined> | undefined;
1019
+ onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
1020
+ zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1021
+ endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
1022
+ scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
1023
+ overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
1024
+ nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1025
+ persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1026
+ scrollsChildToFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1048
1027
  } & {
1049
1028
  style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
1050
- contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
1051
- indicatorStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<"black" | "default" | "white" | undefined>>;
1052
1029
  columnWrapperStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
1053
1030
  ListFooterComponentStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
1054
1031
  ListHeaderComponentStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
1032
+ contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
1033
+ indicatorStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<"black" | "default" | "white" | undefined>>;
1055
1034
  } & {
1056
1035
  layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
1057
1036
  entering?: import("react-native-reanimated").EntryOrExitLayoutType;
1058
1037
  exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
1059
1038
  } & {
1060
- animatedProps?: import("react-native-reanimated/lib/typescript/css/types").AddArrayPropertyType<Partial<{
1061
- horizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
1062
- children?: import("react").ReactNode | import("react-native-reanimated").SharedValue<import("react").ReactNode>;
1063
- hitSlop?: number | import("react-native").Insets | import("react-native-reanimated").SharedValue<number | import("react-native").Insets | null | undefined> | null | undefined;
1064
- id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
1065
- needsOffscreenAlphaCompositing?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1066
- onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").LayoutChangeEvent) => void) | undefined> | undefined;
1067
- pointerEvents?: "none" | "auto" | "box-none" | "box-only" | import("react-native-reanimated").SharedValue<"none" | "auto" | "box-none" | "box-only" | undefined> | undefined;
1068
- removeClippedSubviews?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1069
- testID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
1070
- nativeID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
1071
- collapsable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1072
- collapsableChildren?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1073
- onBlur?: ((e: import("react-native").BlurEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").BlurEvent) => void) | null | undefined> | null | undefined;
1074
- onFocus?: ((e: import("react-native").FocusEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").FocusEvent) => void) | null | undefined> | null | undefined;
1075
- renderToHardwareTextureAndroid?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1076
- focusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1077
- tabIndex?: 0 | -1 | import("react-native-reanimated").SharedValue<0 | -1 | undefined> | undefined;
1078
- shouldRasterizeIOS?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1079
- isTVSelectable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1080
- hasTVPreferredFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1081
- tvParallaxShiftDistanceX?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1082
- tvParallaxShiftDistanceY?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1083
- tvParallaxTiltAngle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1084
- tvParallaxMagnification?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1085
- onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
1086
- onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
1087
- onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
1088
- onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
1089
- onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
1090
- onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
1091
- onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
1092
- onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
1093
- onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
1094
- onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
1095
- onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
1096
- onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
1097
- onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
1098
- onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
1099
- onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
1100
- onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
1101
- onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
1102
- onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
1103
- onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
1104
- onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
1105
- onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
1106
- onPointerMove?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
1107
- onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
1108
- onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
1109
- onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
1110
- onPointerDown?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
1111
- onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
1112
- onPointerUp?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
1113
- onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
1114
- accessible?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1039
+ animatedProps?: import("react-native-reanimated/lib/typescript/createAnimatedComponent/commonTypes").NestedArray<import("react-native-reanimated").CSSStyle<{
1040
+ horizontal?: boolean | null | undefined | undefined;
1041
+ children?: import("react").ReactNode;
1042
+ hitSlop?: number | import("react-native").Insets | null | undefined;
1043
+ id?: string | undefined | undefined;
1044
+ needsOffscreenAlphaCompositing?: boolean | undefined | undefined;
1045
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined | undefined;
1046
+ pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined | undefined;
1047
+ removeClippedSubviews?: boolean | undefined | undefined;
1048
+ testID?: string | undefined | undefined;
1049
+ nativeID?: string | undefined | undefined;
1050
+ collapsable?: boolean | undefined | undefined;
1051
+ collapsableChildren?: boolean | undefined | undefined;
1052
+ onBlur?: ((e: import("react-native").BlurEvent) => void) | null | undefined | undefined;
1053
+ onFocus?: ((e: import("react-native").FocusEvent) => void) | null | undefined | undefined;
1054
+ renderToHardwareTextureAndroid?: boolean | undefined | undefined;
1055
+ focusable?: boolean | undefined | undefined;
1056
+ tabIndex?: 0 | -1 | undefined | undefined;
1057
+ shouldRasterizeIOS?: boolean | undefined | undefined;
1058
+ isTVSelectable?: boolean | undefined | undefined;
1059
+ hasTVPreferredFocus?: boolean | undefined | undefined;
1060
+ tvParallaxShiftDistanceX?: number | undefined | undefined;
1061
+ tvParallaxShiftDistanceY?: number | undefined | undefined;
1062
+ tvParallaxTiltAngle?: number | undefined | undefined;
1063
+ tvParallaxMagnification?: number | undefined | undefined;
1064
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
1065
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
1066
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
1067
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
1068
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
1069
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
1070
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
1071
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
1072
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
1073
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
1074
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
1075
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined | undefined;
1076
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
1077
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
1078
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
1079
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
1080
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined | undefined;
1081
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
1082
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
1083
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
1084
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
1085
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
1086
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
1087
+ onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
1088
+ onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
1089
+ onPointerDown?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
1090
+ onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
1091
+ onPointerUp?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
1092
+ onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | undefined | undefined;
1093
+ accessible?: boolean | undefined | undefined;
1115
1094
  accessibilityActions?: readonly Readonly<{
1116
1095
  name: import("react-native").AccessibilityActionName | string;
1117
1096
  label?: string | undefined;
1118
- }>[] | import("react-native-reanimated").SharedValue<readonly Readonly<{
1119
- name: import("react-native").AccessibilityActionName | string;
1120
- label?: string | undefined;
1121
- }>[] | undefined> | undefined;
1122
- accessibilityLabel?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
1123
- 'aria-label'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
1124
- accessibilityRole?: import("react-native").AccessibilityRole | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityRole | undefined> | undefined;
1125
- accessibilityState?: import("react-native").AccessibilityState | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityState | undefined> | undefined;
1126
- 'aria-busy'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1127
- 'aria-checked'?: boolean | "mixed" | import("react-native-reanimated").SharedValue<boolean | "mixed" | undefined> | undefined;
1128
- 'aria-disabled'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1129
- 'aria-expanded'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1130
- 'aria-selected'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1131
- accessibilityHint?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
1132
- accessibilityValue?: import("react-native").AccessibilityValue | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityValue | undefined> | undefined;
1133
- 'aria-valuemax'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1134
- 'aria-valuemin'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1135
- 'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1136
- 'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
1137
- onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
1138
- importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
1139
- 'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1140
- 'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1141
- role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
1142
- accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
1143
- 'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
1144
- accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
1145
- 'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
1146
- screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1147
- accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1148
- accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1149
- onAccessibilityEscape?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
1150
- onAccessibilityTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
1151
- onMagicTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
1152
- accessibilityIgnoresInvertColors?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1153
- accessibilityLanguage?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
1154
- accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1155
- accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
1156
- accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1157
- data: ArrayLike<unknown> | import("react-native-reanimated").SharedValue<ArrayLike<unknown> | null | undefined> | null | undefined;
1158
- onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
1159
- onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
1160
- onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
1161
- onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | import("react-native-reanimated").SharedValue<((contentWidth: number, contentHeight: number) => void) | undefined> | undefined;
1162
- scrollEventThrottle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1163
- innerViewRef?: import("react").RefObject<View> | import("react-native-reanimated").SharedValue<import("react").RefObject<View> | undefined> | undefined;
1164
- scrollViewRef?: import("react").RefObject<ScrollView> | import("react-native-reanimated").SharedValue<import("react").RefObject<ScrollView> | undefined> | undefined;
1165
- decelerationRate?: number | "normal" | "fast" | import("react-native-reanimated").SharedValue<number | "normal" | "fast" | undefined> | undefined;
1166
- invertStickyHeaders?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1167
- keyboardDismissMode?: "none" | "interactive" | "on-drag" | import("react-native-reanimated").SharedValue<"none" | "interactive" | "on-drag" | undefined> | undefined;
1168
- keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | import("react-native-reanimated").SharedValue<boolean | "always" | "never" | "handled" | undefined> | undefined;
1169
- onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
1170
- onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
1171
- pagingEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1172
- scrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1173
- showsHorizontalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1174
- showsVerticalScrollIndicator?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1175
- stickyHeaderHiddenOnScroll?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1176
- refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined> | undefined;
1177
- snapToInterval?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1178
- snapToOffsets?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
1179
- snapToStart?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1180
- snapToEnd?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1181
- stickyHeaderIndices?: number[] | import("react-native-reanimated").SharedValue<number[] | undefined> | undefined;
1182
- disableIntervalMomentum?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1183
- disableScrollViewPanResponder?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1184
- StickyHeaderComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | undefined> | undefined;
1185
- alwaysBounceHorizontal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1186
- alwaysBounceVertical?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1187
- automaticallyAdjustContentInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1188
- automaticallyAdjustKeyboardInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1189
- automaticallyAdjustsScrollIndicatorInsets?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1190
- bounces?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1191
- bouncesZoom?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1192
- canCancelContentTouches?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1193
- centerContent?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1194
- contentInset?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
1195
- contentOffset?: import("react-native").PointProp | import("react-native-reanimated").SharedValue<import("react-native").PointProp | undefined> | undefined;
1196
- contentInsetAdjustmentBehavior?: "always" | "never" | "automatic" | "scrollableAxes" | import("react-native-reanimated").SharedValue<"always" | "never" | "automatic" | "scrollableAxes" | undefined> | undefined;
1197
- directionalLockEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1198
- maintainVisibleContentPosition?: {
1199
- autoscrollToTopThreshold?: number | null | undefined;
1200
- minIndexForVisible: number;
1201
- } | import("react-native-reanimated").SharedValue<{
1202
- autoscrollToTopThreshold?: number | null | undefined;
1203
- minIndexForVisible: number;
1204
- } | null | undefined> | null | undefined;
1205
- maximumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1206
- minimumZoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1207
- onScrollAnimationEnd?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
1208
- pinchGestureEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1209
- scrollIndicatorInsets?: import("react-native").Insets | import("react-native-reanimated").SharedValue<import("react-native").Insets | undefined> | undefined;
1210
- scrollToOverflowEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1211
- scrollsToTop?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1212
- snapToAlignment?: "end" | "start" | "center" | import("react-native-reanimated").SharedValue<"end" | "start" | "center" | undefined> | undefined;
1213
- onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined> | undefined;
1214
- zoomScale?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1215
- endFillColor?: import("react-native").ColorValue | import("react-native-reanimated").SharedValue<import("react-native").ColorValue | undefined> | undefined;
1216
- scrollPerfTag?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
1217
- overScrollMode?: "always" | "auto" | "never" | import("react-native-reanimated").SharedValue<"always" | "auto" | "never" | undefined> | undefined;
1218
- nestedScrollEnabled?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1219
- fadingEdgeLength?: number | {
1220
- start: number;
1221
- end: number;
1222
- } | import("react-native-reanimated").SharedValue<number | {
1223
- start: number;
1224
- end: number;
1225
- } | undefined> | undefined;
1226
- persistentScrollbar?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1097
+ }>[] | undefined;
1098
+ accessibilityLabel?: string | undefined | undefined;
1099
+ 'aria-label'?: string | undefined | undefined;
1100
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
1101
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
1102
+ 'aria-busy'?: boolean | undefined | undefined;
1103
+ 'aria-checked'?: boolean | "mixed" | undefined | undefined;
1104
+ 'aria-disabled'?: boolean | undefined | undefined;
1105
+ 'aria-expanded'?: boolean | undefined | undefined;
1106
+ 'aria-selected'?: boolean | undefined | undefined;
1107
+ accessibilityHint?: string | undefined | undefined;
1108
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
1109
+ 'aria-valuemax'?: number | undefined;
1110
+ 'aria-valuemin'?: number | undefined;
1111
+ 'aria-valuenow'?: number | undefined;
1112
+ 'aria-valuetext'?: string | undefined;
1113
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined | undefined;
1114
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined | undefined;
1115
+ 'aria-hidden'?: boolean | undefined | undefined;
1116
+ 'aria-modal'?: boolean | undefined | undefined;
1117
+ role?: import("react-native").Role | undefined;
1118
+ accessibilityLabelledBy?: string | string[] | undefined | undefined;
1119
+ 'aria-labelledby'?: string | undefined | undefined;
1120
+ accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined | undefined;
1121
+ 'aria-live'?: ("polite" | "assertive" | "off") | undefined | undefined;
1122
+ screenReaderFocusable?: boolean | undefined | undefined;
1123
+ accessibilityElementsHidden?: boolean | undefined | undefined;
1124
+ accessibilityViewIsModal?: boolean | undefined | undefined;
1125
+ onAccessibilityEscape?: (() => void) | undefined | undefined;
1126
+ onAccessibilityTap?: (() => void) | undefined | undefined;
1127
+ onMagicTap?: (() => void) | undefined | undefined;
1128
+ accessibilityIgnoresInvertColors?: boolean | undefined | undefined;
1129
+ accessibilityLanguage?: string | undefined | undefined;
1130
+ accessibilityShowsLargeContentViewer?: boolean | undefined | undefined;
1131
+ accessibilityLargeContentTitle?: string | undefined | undefined;
1132
+ accessibilityRespondsToUserInteraction?: boolean | undefined | undefined;
1133
+ data?: ArrayLike<unknown> | null | undefined;
1134
+ keyboardShouldPersistTaps?: boolean | "always" | "never" | "handled" | undefined | undefined;
1227
1135
  extraData?: any | undefined;
1228
1136
  getItemLayout?: ((data: ArrayLike<unknown> | null | undefined, index: number) => {
1229
1137
  length: number;
1230
1138
  offset: number;
1231
1139
  index: number;
1232
- }) | import("react-native-reanimated").SharedValue<((data: ArrayLike<unknown> | null | undefined, index: number) => {
1233
- length: number;
1234
- offset: number;
1235
- index: number;
1236
- }) | undefined> | undefined;
1237
- initialNumToRender?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1238
- initialScrollIndex?: number | import("react-native-reanimated").SharedValue<number | null | undefined> | null | undefined;
1239
- keyExtractor?: ((item: unknown, index: number) => string) | import("react-native-reanimated").SharedValue<((item: unknown, index: number) => string) | undefined> | undefined;
1240
- legacyImplementation?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1241
- numColumns?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1242
- onRefresh?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | null | undefined> | null | undefined;
1140
+ }) | undefined;
1141
+ initialNumToRender?: number | undefined | undefined;
1142
+ initialScrollIndex?: number | null | undefined | undefined;
1143
+ keyExtractor?: ((item: unknown, index: number) => string) | undefined;
1144
+ legacyImplementation?: boolean | undefined | undefined;
1145
+ numColumns?: number | undefined | undefined;
1146
+ onRefresh?: (() => void) | null | undefined | undefined;
1243
1147
  onViewableItemsChanged?: ((info: {
1244
1148
  viewableItems: import("react-native").ViewToken<unknown>[];
1245
1149
  changed: import("react-native").ViewToken<unknown>[];
1246
- }) => void) | import("react-native-reanimated").SharedValue<((info: {
1247
- viewableItems: import("react-native").ViewToken<unknown>[];
1248
- changed: import("react-native").ViewToken<unknown>[];
1249
- }) => void) | null | undefined> | null | undefined;
1250
- refreshing?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
1251
- renderItem: import("react-native").ListRenderItem<unknown> | import("react-native-reanimated").SharedValue<import("react-native").ListRenderItem<unknown> | null | undefined> | null | undefined;
1252
- viewabilityConfig?: import("react-native").ViewabilityConfig | import("react-native-reanimated").SharedValue<import("react-native").ViewabilityConfig | undefined> | undefined;
1253
- ItemSeparatorComponent?: import("react").ComponentType<any> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | null | undefined> | null | undefined;
1254
- ListEmptyComponent?: import("react").ComponentType<any> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null | undefined> | null | undefined;
1255
- ListFooterComponent?: import("react").ComponentType<any> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null | undefined> | null | undefined;
1256
- ListHeaderComponent?: import("react").ComponentType<any> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react-native-reanimated").SharedValue<import("react").ComponentType<any> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null | undefined> | null | undefined;
1257
- debug?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1258
- disableVirtualization?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
1259
- getItem?: ((data: any, index: number) => unknown) | import("react-native-reanimated").SharedValue<((data: any, index: number) => unknown) | undefined> | undefined;
1260
- getItemCount?: ((data: any) => number) | import("react-native-reanimated").SharedValue<((data: any) => number) | undefined> | undefined;
1261
- inverted?: boolean | import("react-native-reanimated").SharedValue<boolean | null | undefined> | null | undefined;
1262
- maxToRenderPerBatch?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1150
+ }) => void) | null | undefined;
1151
+ refreshing?: boolean | null | undefined | undefined;
1152
+ renderItem?: import("react-native").ListRenderItem<unknown> | null | undefined;
1153
+ viewabilityConfig?: import("react-native").ViewabilityConfig | undefined;
1154
+ fadingEdgeLength?: number | {
1155
+ start: number;
1156
+ end: number;
1157
+ } | undefined | undefined;
1158
+ ItemSeparatorComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
1159
+ ListEmptyComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
1160
+ ListFooterComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
1161
+ ListHeaderComponent?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ComponentType<any> | null | undefined;
1162
+ debug?: boolean | undefined | undefined;
1163
+ disableVirtualization?: boolean | undefined | undefined;
1164
+ getItem?: ((data: any, index: number) => unknown) | undefined;
1165
+ getItemCount?: ((data: any) => number) | undefined | undefined;
1166
+ inverted?: boolean | null | undefined | undefined;
1167
+ maxToRenderPerBatch?: number | undefined | undefined;
1263
1168
  onEndReached?: ((info: {
1264
1169
  distanceFromEnd: number;
1265
- }) => void) | import("react-native-reanimated").SharedValue<((info: {
1266
- distanceFromEnd: number;
1267
- }) => void) | null | undefined> | null | undefined;
1268
- onEndReachedThreshold?: number | import("react-native-reanimated").SharedValue<number | null | undefined> | null | undefined;
1170
+ }) => void) | null | undefined | undefined;
1171
+ onEndReachedThreshold?: number | null | undefined | undefined;
1269
1172
  onScrollToIndexFailed?: ((info: {
1270
1173
  index: number;
1271
1174
  highestMeasuredFrameIndex: number;
1272
1175
  averageItemLength: number;
1273
- }) => void) | import("react-native-reanimated").SharedValue<((info: {
1274
- index: number;
1275
- highestMeasuredFrameIndex: number;
1276
- averageItemLength: number;
1277
- }) => void) | undefined> | undefined;
1176
+ }) => void) | undefined | undefined;
1278
1177
  onStartReached?: ((info: {
1279
1178
  distanceFromStart: number;
1280
- }) => void) | import("react-native-reanimated").SharedValue<((info: {
1281
- distanceFromStart: number;
1282
- }) => void) | null | undefined> | null | undefined;
1283
- onStartReachedThreshold?: number | import("react-native-reanimated").SharedValue<number | null | undefined> | null | undefined;
1284
- progressViewOffset?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1285
- renderScrollComponent?: ((props: import("react-native").ScrollViewProps) => React.ReactElement<import("react-native").ScrollViewProps>) | import("react-native-reanimated").SharedValue<((props: import("react-native").ScrollViewProps) => React.ReactElement<import("react-native").ScrollViewProps>) | undefined> | undefined;
1286
- updateCellsBatchingPeriod?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1287
- viewabilityConfigCallbackPairs?: import("react-native").ViewabilityConfigCallbackPairs | import("react-native-reanimated").SharedValue<import("react-native").ViewabilityConfigCallbackPairs | undefined> | undefined;
1288
- windowSize?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
1289
- CellRendererComponent?: import("react").ComponentType<import("react-native").CellRendererProps<unknown>> | import("react-native-reanimated").SharedValue<import("react").ComponentType<import("react-native").CellRendererProps<unknown>> | null | undefined> | null | undefined;
1290
- } & {
1291
- style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
1292
- contentContainerStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
1293
- indicatorStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<"black" | "default" | "white" | undefined>>;
1294
- columnWrapperStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
1295
- ListFooterComponentStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
1296
- ListHeaderComponentStyle?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
1297
- } & {
1298
- layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
1299
- entering?: import("react-native-reanimated").EntryOrExitLayoutType;
1300
- exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
1301
- }> | import("react-native-reanimated").CSSStyle<import("react-native").FlatListProps<unknown>>> | undefined;
1179
+ }) => void) | null | undefined | undefined;
1180
+ onStartReachedThreshold?: number | null | undefined | undefined;
1181
+ progressViewOffset?: number | undefined | undefined;
1182
+ renderScrollComponent?: ((props: import("react-native").ScrollViewProps) => import("react").ReactElement<import("react-native").ScrollViewProps>) | undefined | undefined;
1183
+ updateCellsBatchingPeriod?: number | undefined | undefined;
1184
+ viewabilityConfigCallbackPairs?: import("react-native").ViewabilityConfigCallbackPairs | undefined;
1185
+ windowSize?: number | undefined | undefined;
1186
+ CellRendererComponent?: import("react").ComponentType<import("react-native").CellRendererProps<unknown>> | null | undefined;
1187
+ innerViewRef?: import("react").RefObject<View> | undefined;
1188
+ scrollViewRef?: import("react").RefObject<ScrollView> | undefined;
1189
+ decelerationRate?: "fast" | "normal" | number | undefined | undefined;
1190
+ invertStickyHeaders?: boolean | undefined | undefined;
1191
+ keyboardDismissMode?: "none" | "interactive" | "on-drag" | undefined | undefined;
1192
+ onContentSizeChange?: ((contentWidth: number, contentHeight: number) => void) | undefined | undefined;
1193
+ onScroll?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
1194
+ onScrollBeginDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
1195
+ onScrollEndDrag?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
1196
+ onMomentumScrollEnd?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
1197
+ onMomentumScrollBegin?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
1198
+ pagingEnabled?: boolean | undefined | undefined;
1199
+ scrollEnabled?: boolean | undefined | undefined;
1200
+ showsHorizontalScrollIndicator?: boolean | undefined | undefined;
1201
+ showsVerticalScrollIndicator?: boolean | undefined | undefined;
1202
+ stickyHeaderHiddenOnScroll?: boolean | undefined | undefined;
1203
+ refreshControl?: import("react").ReactElement<import("react-native").RefreshControlProps, string | import("react").JSXElementConstructor<any>> | undefined;
1204
+ snapToInterval?: number | undefined | undefined;
1205
+ snapToOffsets?: number[] | undefined | undefined;
1206
+ snapToStart?: boolean | undefined | undefined;
1207
+ snapToEnd?: boolean | undefined | undefined;
1208
+ stickyHeaderIndices?: number[] | undefined | undefined;
1209
+ disableIntervalMomentum?: boolean | undefined | undefined;
1210
+ disableScrollViewPanResponder?: boolean | undefined | undefined;
1211
+ StickyHeaderComponent?: import("react").ComponentType<any> | undefined;
1212
+ alwaysBounceHorizontal?: boolean | undefined | undefined;
1213
+ alwaysBounceVertical?: boolean | undefined | undefined;
1214
+ automaticallyAdjustContentInsets?: boolean | undefined | undefined;
1215
+ automaticallyAdjustKeyboardInsets?: boolean | undefined | undefined;
1216
+ automaticallyAdjustsScrollIndicatorInsets?: boolean | undefined | undefined;
1217
+ bounces?: boolean | undefined | undefined;
1218
+ bouncesZoom?: boolean | undefined | undefined;
1219
+ canCancelContentTouches?: boolean | undefined | undefined;
1220
+ centerContent?: boolean | undefined | undefined;
1221
+ contentInset?: import("react-native").Insets | undefined;
1222
+ contentOffset?: import("react-native").PointProp | undefined;
1223
+ contentInsetAdjustmentBehavior?: "automatic" | "scrollableAxes" | "never" | "always" | undefined | undefined;
1224
+ directionalLockEnabled?: boolean | undefined | undefined;
1225
+ maintainVisibleContentPosition?: null | {
1226
+ autoscrollToTopThreshold?: number | null | undefined;
1227
+ minIndexForVisible: number;
1228
+ } | undefined | undefined;
1229
+ maximumZoomScale?: number | undefined | undefined;
1230
+ minimumZoomScale?: number | undefined | undefined;
1231
+ onScrollAnimationEnd?: (() => void) | undefined | undefined;
1232
+ pinchGestureEnabled?: boolean | undefined | undefined;
1233
+ scrollEventThrottle?: number | undefined | undefined;
1234
+ scrollIndicatorInsets?: import("react-native").Insets | undefined;
1235
+ scrollToOverflowEnabled?: boolean | undefined | undefined;
1236
+ scrollsToTop?: boolean | undefined | undefined;
1237
+ snapToAlignment?: "start" | "center" | "end" | undefined | undefined;
1238
+ onScrollToTop?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").NativeScrollEvent>) => void) | undefined | undefined;
1239
+ zoomScale?: number | undefined | undefined;
1240
+ endFillColor?: import("react-native").ColorValue | undefined;
1241
+ scrollPerfTag?: string | undefined | undefined;
1242
+ overScrollMode?: "auto" | "always" | "never" | undefined | undefined;
1243
+ nestedScrollEnabled?: boolean | undefined | undefined;
1244
+ persistentScrollbar?: boolean | undefined | undefined;
1245
+ scrollsChildToFocus?: boolean | undefined | undefined;
1246
+ }>> | undefined;
1247
+ } & {
1248
+ sharedTransitionTag?: string;
1249
+ sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
1302
1250
  } & {
1303
1251
  styleId?: string;
1304
1252
  } & import("react").RefAttributes<never>>>;
@@ -1357,5 +1305,5 @@ export { useHistory } from "./hooks/navigation/use-history";
1357
1305
  export { type ScreenState, useScreenState, } from "./hooks/navigation/use-screen-state";
1358
1306
  export { type ScreenAnimationTarget, useScreenAnimation, } from "./providers/screen/animation";
1359
1307
  export { type ScreenGestureTarget, useScreenGesture, } from "./providers/screen/gestures/hooks/use-screen-gesture";
1360
- export type { AnimatedViewStyle, AnimationConfig, BoundaryTeleportControl, BoundsMotion, BoundsMotionFrame, BoundsMotionTransform, BoundsNavigationAccessor, BoundsNavigationRevealOptions, BoundsNavigationRevealStyle, BoundsNavigationZoomAxisResponse, BoundsNavigationZoomDragOptions, BoundsNavigationZoomOpacityRange, BoundsNavigationZoomOpacityRanges, BoundsNavigationZoomOptions, BoundsNavigationZoomStyle, GestureHandoffValues, InactiveBehavior, OverlayProps, RawGestureValues, ScreenBackdropComponent, ScreenBackdropComponentProps, ScreenContentComponent, ScreenContentComponentProps, ScreenInterpolationProps, ScreenLayerComponentProps, ScreenStyleInterpolator, ScreenTransitionAccessor, ScreenTransitionConfig, ScreenTransitionDepthTarget, ScreenTransitionTarget, ScrollGestureAxis, ScrollGestureAxisState, ScrollGestureState, ScrollMetadataState, TransitionInterpolatedStyle, TransitionSlotProps, TransitionSlotStyle, TransitionSpec, } from "./types";
1308
+ export type { AnimatedViewStyle, AnimationConfig, BoundaryTeleportControl, BoundsMotion, BoundsMotionFrame, BoundsMotionTransform, BoundsNavigationAccessor, BoundsNavigationRevealOptions, BoundsNavigationRevealStyle, BoundsNavigationZoomAxisResponse, BoundsNavigationZoomDragOptions, BoundsNavigationZoomOpacityRange, BoundsNavigationZoomOpacityRanges, BoundsNavigationZoomOptions, BoundsNavigationZoomStyle, GestureHandoffValues, InactiveBehavior, OverlayComponent, OverlayProps, RawGestureValues, ScreenBackdropComponent, ScreenBackdropComponentProps, ScreenContentComponent, ScreenContentComponentProps, ScreenInterpolationProps, ScreenLayerComponentProps, ScreenStyleInterpolator, ScreenTransitionAccessor, ScreenTransitionConfig, ScreenTransitionDepthTarget, ScreenTransitionTarget, ScrollGestureAxis, ScrollGestureAxisState, ScrollGestureState, ScrollMetadataState, TransitionInterpolatedStyle, TransitionSlotProps, TransitionSlotStyle, TransitionSpec, } from "./types";
1361
1309
  //# sourceMappingURL=index.d.ts.map