react-native-a11y-order 0.7.2 → 0.8.1-rc

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.

Potentially problematic release.


This version of react-native-a11y-order might be problematic. Click here for more details.

Files changed (198) hide show
  1. package/android/src/main/java/com/a11yorder/A11yOrderPackage.java +1 -0
  2. package/android/src/main/java/com/a11yorder/events/ScreenReaderFocusedEvent.java +2 -0
  3. package/lib/module/components/A11yGroup/A11yGroup.android.js +7 -4
  4. package/lib/module/components/A11yGroup/A11yGroup.android.js.map +1 -1
  5. package/lib/module/components/A11yGroup/A11yGroup.ios.js +9 -4
  6. package/lib/module/components/A11yGroup/A11yGroup.ios.js.map +1 -1
  7. package/lib/module/components/A11yGroup/A11yGroup.js +2 -0
  8. package/lib/module/components/A11yGroup/A11yGroup.js.map +1 -1
  9. package/lib/module/components/A11yIndex/A11yIndex.js +16 -11
  10. package/lib/module/components/A11yIndex/A11yIndex.js.map +1 -1
  11. package/lib/module/components/A11yIndex/A11yIndex.web.js +6 -3
  12. package/lib/module/components/A11yIndex/A11yIndex.web.js.map +1 -1
  13. package/lib/module/components/A11yLock/A11yBaseLock/A11yBaseLock.android.js +6 -3
  14. package/lib/module/components/A11yLock/A11yBaseLock/A11yBaseLock.android.js.map +1 -1
  15. package/lib/module/components/A11yLock/A11yBaseLock/A11yBaseLock.js +2 -0
  16. package/lib/module/components/A11yLock/A11yBaseLock/A11yBaseLock.js.map +1 -1
  17. package/lib/module/components/A11yLock/A11yFocusFrame/A11yFocusFrame.android.js +11 -6
  18. package/lib/module/components/A11yLock/A11yFocusFrame/A11yFocusFrame.android.js.map +1 -1
  19. package/lib/module/components/A11yLock/A11yFocusFrame/A11yFocusFrame.js +9 -2
  20. package/lib/module/components/A11yLock/A11yFocusFrame/A11yFocusFrame.js.map +1 -1
  21. package/lib/module/components/A11yLock/A11yFocusTrap/A11yFocusTrap.android.js +11 -6
  22. package/lib/module/components/A11yLock/A11yFocusTrap/A11yFocusTrap.android.js.map +1 -1
  23. package/lib/module/components/A11yLock/A11yFocusTrap/A11yFocusTrap.js +11 -6
  24. package/lib/module/components/A11yLock/A11yFocusTrap/A11yFocusTrap.js.map +1 -1
  25. package/lib/module/components/A11yLock/A11yFocusTrap/A11yFocusTrapMountWrapper.js +3 -1
  26. package/lib/module/components/A11yLock/A11yFocusTrap/A11yFocusTrapMountWrapper.js.map +1 -1
  27. package/lib/module/components/A11yPaneTitle/A11yPaneTitle.js +5 -2
  28. package/lib/module/components/A11yPaneTitle/A11yPaneTitle.js.map +1 -1
  29. package/lib/module/components/A11ySequence/A11ySequence.js +11 -7
  30. package/lib/module/components/A11ySequence/A11ySequence.js.map +1 -1
  31. package/lib/module/components/A11yUIContainer/A11yUIContainer.ios.js +8 -5
  32. package/lib/module/components/A11yUIContainer/A11yUIContainer.ios.js.map +1 -1
  33. package/lib/module/components/A11yUIContainer/A11yUIContainer.js +2 -0
  34. package/lib/module/components/A11yUIContainer/A11yUIContainer.js.map +1 -1
  35. package/lib/module/components/A11yView/A11yView.js +9 -6
  36. package/lib/module/components/A11yView/A11yView.js.map +1 -1
  37. package/lib/module/context/A11yFocusFrameProviderContext.js +7 -3
  38. package/lib/module/context/A11yFocusFrameProviderContext.js.map +1 -1
  39. package/lib/module/context/A11ySequenceOrderContext.js +2 -0
  40. package/lib/module/context/A11ySequenceOrderContext.js.map +1 -1
  41. package/lib/module/index.js +5 -3
  42. package/lib/module/index.js.map +1 -1
  43. package/lib/module/index.web.js +2 -0
  44. package/lib/module/index.web.js.map +1 -1
  45. package/lib/module/modules/A11yAnnounceModule.android.js +2 -0
  46. package/lib/module/modules/A11yAnnounceModule.android.js.map +1 -1
  47. package/lib/module/modules/A11yAnnounceModule.js +2 -0
  48. package/lib/module/modules/A11yAnnounceModule.js.map +1 -1
  49. package/lib/module/nativeSpecs/A11yGroupNativeComponent.ts +9 -0
  50. package/lib/module/nativeSpecs/A11yIndexNativeComponent.ts +39 -0
  51. package/lib/module/nativeSpecs/A11yLockNativeComponent.ts +12 -0
  52. package/lib/module/nativeSpecs/A11yOrderNativeComponent.ts +11 -0
  53. package/lib/module/nativeSpecs/A11yPaneTitleNativeComponent.ts +13 -0
  54. package/lib/module/nativeSpecs/A11yUIContainerNativeComponent.ts +12 -0
  55. package/lib/module/nativeSpecs/A11yViewNativeComponent.ts +36 -0
  56. package/lib/module/nativeSpecs/NativeA11yAnnounceModule.js +2 -0
  57. package/lib/module/nativeSpecs/NativeA11yAnnounceModule.js.map +1 -1
  58. package/lib/module/package.json +1 -0
  59. package/lib/module/types/A11yGroup.types.js +2 -0
  60. package/lib/module/types/A11yGroup.types.js.map +1 -1
  61. package/lib/module/types/A11yIndex.types.js +2 -0
  62. package/lib/module/types/A11yIndex.types.js.map +1 -1
  63. package/lib/module/types/A11yLock.types.js +2 -0
  64. package/lib/module/types/A11yLock.types.js.map +1 -1
  65. package/lib/module/types/A11yModule.types.js +2 -0
  66. package/lib/module/types/A11yModule.types.js.map +1 -1
  67. package/lib/module/types/A11yUIContainerView.types.js +2 -0
  68. package/lib/module/types/A11yUIContainerView.types.js.map +1 -1
  69. package/lib/module/types/A11yView.types.js +2 -0
  70. package/lib/module/types/A11yView.types.js.map +1 -1
  71. package/lib/typescript/package.json +1 -0
  72. package/lib/typescript/src/components/A11yIndex/A11yIndex.d.ts +124 -1
  73. package/lib/typescript/src/components/A11yIndex/A11yIndex.d.ts.map +1 -1
  74. package/lib/typescript/src/components/A11yIndex/A11yIndex.web.d.ts +124 -1
  75. package/lib/typescript/src/components/A11yIndex/A11yIndex.web.d.ts.map +1 -1
  76. package/lib/typescript/src/components/A11ySequence/A11ySequence.d.ts +124 -2
  77. package/lib/typescript/src/components/A11ySequence/A11ySequence.d.ts.map +1 -1
  78. package/lib/typescript/src/components/A11yView/A11yView.d.ts +129 -3
  79. package/lib/typescript/src/components/A11yView/A11yView.d.ts.map +1 -1
  80. package/lib/typescript/src/index.d.ts +377 -4
  81. package/lib/typescript/src/index.d.ts.map +1 -1
  82. package/lib/typescript/src/index.web.d.ts +164 -10
  83. package/lib/typescript/src/index.web.d.ts.map +1 -1
  84. package/lib/typescript/src/nativeSpecs/A11yGroupNativeComponent.d.ts +3 -1
  85. package/lib/typescript/src/nativeSpecs/A11yGroupNativeComponent.d.ts.map +1 -1
  86. package/lib/typescript/src/nativeSpecs/A11yIndexNativeComponent.d.ts +3 -1
  87. package/lib/typescript/src/nativeSpecs/A11yIndexNativeComponent.d.ts.map +1 -1
  88. package/lib/typescript/src/nativeSpecs/A11yLockNativeComponent.d.ts +3 -1
  89. package/lib/typescript/src/nativeSpecs/A11yLockNativeComponent.d.ts.map +1 -1
  90. package/lib/typescript/src/nativeSpecs/A11yOrderNativeComponent.d.ts +3 -1
  91. package/lib/typescript/src/nativeSpecs/A11yOrderNativeComponent.d.ts.map +1 -1
  92. package/lib/typescript/src/nativeSpecs/A11yPaneTitleNativeComponent.d.ts +3 -1
  93. package/lib/typescript/src/nativeSpecs/A11yPaneTitleNativeComponent.d.ts.map +1 -1
  94. package/lib/typescript/src/nativeSpecs/A11yUIContainerNativeComponent.d.ts +3 -1
  95. package/lib/typescript/src/nativeSpecs/A11yUIContainerNativeComponent.d.ts.map +1 -1
  96. package/lib/typescript/src/nativeSpecs/A11yViewNativeComponent.d.ts +3 -1
  97. package/lib/typescript/src/nativeSpecs/A11yViewNativeComponent.d.ts.map +1 -1
  98. package/lib/typescript/src/nativeSpecs/NativeA11yAnnounceModule.d.ts +1 -1
  99. package/package.json +86 -97
  100. package/react-native-a11y-order.podspec +1 -23
  101. package/src/components/A11yIndex/A11yIndex.tsx +2 -1
  102. package/src/components/A11yIndex/A11yIndex.web.tsx +1 -1
  103. package/src/components/A11yView/A11yView.tsx +1 -1
  104. package/src/nativeSpecs/A11yGroupNativeComponent.ts +1 -0
  105. package/src/nativeSpecs/A11yIndexNativeComponent.ts +3 -0
  106. package/src/nativeSpecs/A11yLockNativeComponent.ts +1 -0
  107. package/src/nativeSpecs/A11yOrderNativeComponent.ts +1 -0
  108. package/src/nativeSpecs/A11yPaneTitleNativeComponent.ts +1 -0
  109. package/src/nativeSpecs/A11yUIContainerNativeComponent.ts +1 -0
  110. package/src/nativeSpecs/A11yViewNativeComponent.ts +3 -0
  111. package/lib/commonjs/components/A11yGroup/A11yGroup.android.js +0 -17
  112. package/lib/commonjs/components/A11yGroup/A11yGroup.android.js.map +0 -1
  113. package/lib/commonjs/components/A11yGroup/A11yGroup.ios.js +0 -21
  114. package/lib/commonjs/components/A11yGroup/A11yGroup.ios.js.map +0 -1
  115. package/lib/commonjs/components/A11yGroup/A11yGroup.js +0 -9
  116. package/lib/commonjs/components/A11yGroup/A11yGroup.js.map +0 -1
  117. package/lib/commonjs/components/A11yIndex/A11yIndex.js +0 -55
  118. package/lib/commonjs/components/A11yIndex/A11yIndex.js.map +0 -1
  119. package/lib/commonjs/components/A11yIndex/A11yIndex.web.js +0 -25
  120. package/lib/commonjs/components/A11yIndex/A11yIndex.web.js.map +0 -1
  121. package/lib/commonjs/components/A11yLock/A11yBaseLock/A11yBaseLock.android.js +0 -22
  122. package/lib/commonjs/components/A11yLock/A11yBaseLock/A11yBaseLock.android.js.map +0 -1
  123. package/lib/commonjs/components/A11yLock/A11yBaseLock/A11yBaseLock.js +0 -9
  124. package/lib/commonjs/components/A11yLock/A11yBaseLock/A11yBaseLock.js.map +0 -1
  125. package/lib/commonjs/components/A11yLock/A11yFocusFrame/A11yFocusFrame.android.js +0 -21
  126. package/lib/commonjs/components/A11yLock/A11yFocusFrame/A11yFocusFrame.android.js.map +0 -1
  127. package/lib/commonjs/components/A11yLock/A11yFocusFrame/A11yFocusFrame.js +0 -13
  128. package/lib/commonjs/components/A11yLock/A11yFocusFrame/A11yFocusFrame.js.map +0 -1
  129. package/lib/commonjs/components/A11yLock/A11yFocusTrap/A11yFocusTrap.android.js +0 -19
  130. package/lib/commonjs/components/A11yLock/A11yFocusTrap/A11yFocusTrap.android.js.map +0 -1
  131. package/lib/commonjs/components/A11yLock/A11yFocusTrap/A11yFocusTrap.js +0 -17
  132. package/lib/commonjs/components/A11yLock/A11yFocusTrap/A11yFocusTrap.js.map +0 -1
  133. package/lib/commonjs/components/A11yLock/A11yFocusTrap/A11yFocusTrapMountWrapper.js +0 -46
  134. package/lib/commonjs/components/A11yLock/A11yFocusTrap/A11yFocusTrapMountWrapper.js.map +0 -1
  135. package/lib/commonjs/components/A11yPaneTitle/A11yPaneTitle.js +0 -41
  136. package/lib/commonjs/components/A11yPaneTitle/A11yPaneTitle.js.map +0 -1
  137. package/lib/commonjs/components/A11ySequence/A11ySequence.js +0 -20
  138. package/lib/commonjs/components/A11ySequence/A11ySequence.js.map +0 -1
  139. package/lib/commonjs/components/A11yUIContainer/A11yUIContainer.ios.js +0 -21
  140. package/lib/commonjs/components/A11yUIContainer/A11yUIContainer.ios.js.map +0 -1
  141. package/lib/commonjs/components/A11yUIContainer/A11yUIContainer.js +0 -9
  142. package/lib/commonjs/components/A11yUIContainer/A11yUIContainer.js.map +0 -1
  143. package/lib/commonjs/components/A11yView/A11yView.js +0 -37
  144. package/lib/commonjs/components/A11yView/A11yView.js.map +0 -1
  145. package/lib/commonjs/context/A11yFocusFrameProviderContext.js +0 -28
  146. package/lib/commonjs/context/A11yFocusFrameProviderContext.js.map +0 -1
  147. package/lib/commonjs/context/A11ySequenceOrderContext.js +0 -10
  148. package/lib/commonjs/context/A11ySequenceOrderContext.js.map +0 -1
  149. package/lib/commonjs/index.js +0 -33
  150. package/lib/commonjs/index.js.map +0 -1
  151. package/lib/commonjs/index.web.js +0 -27
  152. package/lib/commonjs/index.web.js.map +0 -1
  153. package/lib/commonjs/modules/A11yAnnounceModule.android.js +0 -11
  154. package/lib/commonjs/modules/A11yAnnounceModule.android.js.map +0 -1
  155. package/lib/commonjs/modules/A11yAnnounceModule.js +0 -28
  156. package/lib/commonjs/modules/A11yAnnounceModule.js.map +0 -1
  157. package/lib/commonjs/nativeSpecs/A11yGroupNativeComponent.js +0 -10
  158. package/lib/commonjs/nativeSpecs/A11yGroupNativeComponent.js.map +0 -1
  159. package/lib/commonjs/nativeSpecs/A11yIndexNativeComponent.js +0 -14
  160. package/lib/commonjs/nativeSpecs/A11yIndexNativeComponent.js.map +0 -1
  161. package/lib/commonjs/nativeSpecs/A11yLockNativeComponent.js +0 -10
  162. package/lib/commonjs/nativeSpecs/A11yLockNativeComponent.js.map +0 -1
  163. package/lib/commonjs/nativeSpecs/A11yOrderNativeComponent.js +0 -10
  164. package/lib/commonjs/nativeSpecs/A11yOrderNativeComponent.js.map +0 -1
  165. package/lib/commonjs/nativeSpecs/A11yPaneTitleNativeComponent.js +0 -10
  166. package/lib/commonjs/nativeSpecs/A11yPaneTitleNativeComponent.js.map +0 -1
  167. package/lib/commonjs/nativeSpecs/A11yUIContainerNativeComponent.js +0 -10
  168. package/lib/commonjs/nativeSpecs/A11yUIContainerNativeComponent.js.map +0 -1
  169. package/lib/commonjs/nativeSpecs/A11yViewNativeComponent.js +0 -14
  170. package/lib/commonjs/nativeSpecs/A11yViewNativeComponent.js.map +0 -1
  171. package/lib/commonjs/nativeSpecs/NativeA11yAnnounceModule.js +0 -9
  172. package/lib/commonjs/nativeSpecs/NativeA11yAnnounceModule.js.map +0 -1
  173. package/lib/commonjs/types/A11yGroup.types.js +0 -6
  174. package/lib/commonjs/types/A11yGroup.types.js.map +0 -1
  175. package/lib/commonjs/types/A11yIndex.types.js +0 -13
  176. package/lib/commonjs/types/A11yIndex.types.js.map +0 -1
  177. package/lib/commonjs/types/A11yLock.types.js +0 -6
  178. package/lib/commonjs/types/A11yLock.types.js.map +0 -1
  179. package/lib/commonjs/types/A11yModule.types.js +0 -6
  180. package/lib/commonjs/types/A11yModule.types.js.map +0 -1
  181. package/lib/commonjs/types/A11yUIContainerView.types.js +0 -15
  182. package/lib/commonjs/types/A11yUIContainerView.types.js.map +0 -1
  183. package/lib/commonjs/types/A11yView.types.js +0 -6
  184. package/lib/commonjs/types/A11yView.types.js.map +0 -1
  185. package/lib/module/nativeSpecs/A11yGroupNativeComponent.js +0 -3
  186. package/lib/module/nativeSpecs/A11yGroupNativeComponent.js.map +0 -1
  187. package/lib/module/nativeSpecs/A11yIndexNativeComponent.js +0 -7
  188. package/lib/module/nativeSpecs/A11yIndexNativeComponent.js.map +0 -1
  189. package/lib/module/nativeSpecs/A11yLockNativeComponent.js +0 -3
  190. package/lib/module/nativeSpecs/A11yLockNativeComponent.js.map +0 -1
  191. package/lib/module/nativeSpecs/A11yOrderNativeComponent.js +0 -3
  192. package/lib/module/nativeSpecs/A11yOrderNativeComponent.js.map +0 -1
  193. package/lib/module/nativeSpecs/A11yPaneTitleNativeComponent.js +0 -3
  194. package/lib/module/nativeSpecs/A11yPaneTitleNativeComponent.js.map +0 -1
  195. package/lib/module/nativeSpecs/A11yUIContainerNativeComponent.js +0 -3
  196. package/lib/module/nativeSpecs/A11yUIContainerNativeComponent.js.map +0 -1
  197. package/lib/module/nativeSpecs/A11yViewNativeComponent.js +0 -7
  198. package/lib/module/nativeSpecs/A11yViewNativeComponent.js.map +0 -1
@@ -3,7 +3,130 @@ export type { A11yContainerTypeEnum, A11yUIContainerType, A11yUIContainerProps,
3
3
  export type { ScreenReaderDescendantFocusChangedEvent } from './types/A11yView.types';
4
4
  export type { A11yViewProps } from './types/A11yView.types';
5
5
  export declare const A11y: {
6
- Order: import("react").NamedExoticComponent<import("react-native").ViewProps>;
6
+ Order: import("react").NamedExoticComponent<Readonly<Omit<Readonly<{
7
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
8
+ onAccessibilityTap?: (() => unknown) | undefined;
9
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
10
+ onMagicTap?: (() => unknown) | undefined;
11
+ onAccessibilityEscape?: (() => unknown) | undefined;
12
+ }>, "onMoveShouldSetResponder" | "onMoveShouldSetResponderCapture" | "onResponderGrant" | "onResponderMove" | "onResponderReject" | "onResponderRelease" | "onResponderStart" | "onResponderEnd" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
13
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
14
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
15
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
16
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
17
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
18
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
19
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
20
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
21
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
22
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
23
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
24
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
25
+ }>, "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
26
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
27
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
28
+ }>, "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
29
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
30
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
31
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
32
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
33
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
34
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
35
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
36
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
37
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
38
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
39
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
40
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
41
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
42
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
43
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
44
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
45
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
46
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
47
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
48
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
49
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
50
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
51
+ }>, "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
52
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
53
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
54
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
55
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
56
+ }>, "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
57
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
58
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
59
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
60
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
61
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
62
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
63
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
64
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
65
+ }>, "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
66
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
67
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
68
+ renderToHardwareTextureAndroid?: boolean | undefined;
69
+ hasTVPreferredFocus?: boolean | undefined;
70
+ nextFocusDown?: number | undefined;
71
+ nextFocusForward?: number | undefined;
72
+ nextFocusLeft?: number | undefined;
73
+ nextFocusRight?: number | undefined;
74
+ nextFocusUp?: number | undefined;
75
+ focusable?: boolean | undefined;
76
+ tabIndex?: 0 | -1;
77
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
78
+ }>, "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
79
+ shouldRasterizeIOS?: boolean | undefined;
80
+ }>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
81
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
82
+ "aria-labelledby"?: string | undefined;
83
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
84
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
85
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
86
+ screenReaderFocusable?: boolean;
87
+ }>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
88
+ accessibilityIgnoresInvertColors?: boolean | undefined;
89
+ accessibilityViewIsModal?: boolean | undefined;
90
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
91
+ accessibilityLargeContentTitle?: string | undefined;
92
+ "aria-modal"?: boolean | undefined;
93
+ accessibilityElementsHidden?: boolean | undefined;
94
+ accessibilityLanguage?: string | undefined;
95
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
96
+ }>, "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
97
+ accessible?: boolean | undefined;
98
+ accessibilityLabel?: string | undefined;
99
+ accessibilityHint?: string | undefined;
100
+ "aria-label"?: string | undefined;
101
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
102
+ role?: import("react-native").Role | undefined;
103
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
104
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
105
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
106
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
107
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
108
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
109
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
110
+ "aria-busy"?: boolean | undefined;
111
+ "aria-checked"?: (boolean | undefined) | "mixed";
112
+ "aria-disabled"?: boolean | undefined;
113
+ "aria-expanded"?: boolean | undefined;
114
+ "aria-selected"?: boolean | undefined;
115
+ "aria-hidden"?: boolean | undefined;
116
+ }>, "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
117
+ children?: React.ReactNode;
118
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
119
+ collapsable?: boolean | undefined;
120
+ collapsableChildren?: boolean | undefined;
121
+ id?: string;
122
+ testID?: string | undefined;
123
+ nativeID?: string | undefined;
124
+ needsOffscreenAlphaCompositing?: boolean | undefined;
125
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
126
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
127
+ removeClippedSubviews?: boolean | undefined;
128
+ experimental_accessibilityOrder?: Array<string> | undefined;
129
+ }>, never>>>;
7
130
  Index: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
8
131
  children: React.ReactNode;
9
132
  index: number;
@@ -11,7 +134,130 @@ export declare const A11y: {
11
134
  onScreenReaderSubViewFocusChange?: (isFocused: boolean) => void;
12
135
  onScreenReaderSubViewFocused?: () => void;
13
136
  onScreenReaderSubViewBlurred?: () => void;
14
- } & import("react-native").ViewProps & import("react").RefAttributes<import(".").IndexCommands>>>;
137
+ } & Readonly<Omit<Readonly<{
138
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
139
+ onAccessibilityTap?: (() => unknown) | undefined;
140
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
141
+ onMagicTap?: (() => unknown) | undefined;
142
+ onAccessibilityEscape?: (() => unknown) | undefined;
143
+ }>, "onMoveShouldSetResponder" | "onMoveShouldSetResponderCapture" | "onResponderGrant" | "onResponderMove" | "onResponderReject" | "onResponderRelease" | "onResponderStart" | "onResponderEnd" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
144
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
145
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
146
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
147
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
148
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
149
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
150
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
151
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
152
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
153
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
154
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
155
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
156
+ }>, "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
157
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
158
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
159
+ }>, "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
160
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
161
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
162
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
163
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
164
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
165
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
166
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
167
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
168
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
169
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
170
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
171
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
172
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
173
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
174
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
175
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
176
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
177
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
178
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
179
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
180
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
181
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
182
+ }>, "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
183
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
184
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
185
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
186
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
187
+ }>, "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
188
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
189
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
190
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
191
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
192
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
193
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
194
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
195
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
196
+ }>, "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
197
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
198
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
199
+ renderToHardwareTextureAndroid?: boolean | undefined;
200
+ hasTVPreferredFocus?: boolean | undefined;
201
+ nextFocusDown?: number | undefined;
202
+ nextFocusForward?: number | undefined;
203
+ nextFocusLeft?: number | undefined;
204
+ nextFocusRight?: number | undefined;
205
+ nextFocusUp?: number | undefined;
206
+ focusable?: boolean | undefined;
207
+ tabIndex?: 0 | -1;
208
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
209
+ }>, "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
210
+ shouldRasterizeIOS?: boolean | undefined;
211
+ }>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
212
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
213
+ "aria-labelledby"?: string | undefined;
214
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
215
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
216
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
217
+ screenReaderFocusable?: boolean;
218
+ }>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
219
+ accessibilityIgnoresInvertColors?: boolean | undefined;
220
+ accessibilityViewIsModal?: boolean | undefined;
221
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
222
+ accessibilityLargeContentTitle?: string | undefined;
223
+ "aria-modal"?: boolean | undefined;
224
+ accessibilityElementsHidden?: boolean | undefined;
225
+ accessibilityLanguage?: string | undefined;
226
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
227
+ }>, "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
228
+ accessible?: boolean | undefined;
229
+ accessibilityLabel?: string | undefined;
230
+ accessibilityHint?: string | undefined;
231
+ "aria-label"?: string | undefined;
232
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
233
+ role?: import("react-native").Role | undefined;
234
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
235
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
236
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
237
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
238
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
239
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
240
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
241
+ "aria-busy"?: boolean | undefined;
242
+ "aria-checked"?: (boolean | undefined) | "mixed";
243
+ "aria-disabled"?: boolean | undefined;
244
+ "aria-expanded"?: boolean | undefined;
245
+ "aria-selected"?: boolean | undefined;
246
+ "aria-hidden"?: boolean | undefined;
247
+ }>, "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
248
+ children?: React.ReactNode;
249
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
250
+ collapsable?: boolean | undefined;
251
+ collapsableChildren?: boolean | undefined;
252
+ id?: string;
253
+ testID?: string | undefined;
254
+ nativeID?: string | undefined;
255
+ needsOffscreenAlphaCompositing?: boolean | undefined;
256
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
257
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
258
+ removeClippedSubviews?: boolean | undefined;
259
+ experimental_accessibilityOrder?: Array<string> | undefined;
260
+ }>, never>> & import("react").RefAttributes<import(".").IndexCommands>>>;
15
261
  Group: import("react").ExoticComponent<import("./types/A11yGroup.types").A11yGroupProps>;
16
262
  Container: import("react").ExoticComponent<import(".").A11yUIContainerProps>;
17
263
  PaneTitle: ({ title, detachMessage, type, children, displayed, withFocusRestore, }: import("react-native").ViewProps & ({
@@ -32,14 +278,141 @@ export declare const A11y: {
32
278
  } & {
33
279
  children?: import("react").ReactNode | undefined;
34
280
  }, "type">) => import("react").JSX.Element;
35
- View: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("react-native").ViewProps & {
281
+ View: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Readonly<Omit<Readonly<{
282
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
283
+ onAccessibilityTap?: (() => unknown) | undefined;
284
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
285
+ onMagicTap?: (() => unknown) | undefined;
286
+ onAccessibilityEscape?: (() => unknown) | undefined;
287
+ }>, "onMoveShouldSetResponder" | "onMoveShouldSetResponderCapture" | "onResponderGrant" | "onResponderMove" | "onResponderReject" | "onResponderRelease" | "onResponderStart" | "onResponderEnd" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
288
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
289
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
290
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
291
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
292
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
293
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
294
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
295
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
296
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
297
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
298
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
299
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
300
+ }>, "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
301
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
302
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
303
+ }>, "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
304
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
305
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
306
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
307
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
308
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
309
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
310
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
311
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
312
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
313
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
314
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
315
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
316
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
317
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
318
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
319
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
320
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
321
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
322
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
323
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
324
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
325
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
326
+ }>, "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
327
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
328
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
329
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
330
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
331
+ }>, "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
332
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
333
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
334
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
335
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
336
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
337
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
338
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
339
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
340
+ }>, "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
341
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
342
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
343
+ renderToHardwareTextureAndroid?: boolean | undefined;
344
+ hasTVPreferredFocus?: boolean | undefined;
345
+ nextFocusDown?: number | undefined;
346
+ nextFocusForward?: number | undefined;
347
+ nextFocusLeft?: number | undefined;
348
+ nextFocusRight?: number | undefined;
349
+ nextFocusUp?: number | undefined;
350
+ focusable?: boolean | undefined;
351
+ tabIndex?: 0 | -1;
352
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
353
+ }>, "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
354
+ shouldRasterizeIOS?: boolean | undefined;
355
+ }>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
356
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
357
+ "aria-labelledby"?: string | undefined;
358
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
359
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
360
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
361
+ screenReaderFocusable?: boolean;
362
+ }>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
363
+ accessibilityIgnoresInvertColors?: boolean | undefined;
364
+ accessibilityViewIsModal?: boolean | undefined;
365
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
366
+ accessibilityLargeContentTitle?: string | undefined;
367
+ "aria-modal"?: boolean | undefined;
368
+ accessibilityElementsHidden?: boolean | undefined;
369
+ accessibilityLanguage?: string | undefined;
370
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
371
+ }>, "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
372
+ accessible?: boolean | undefined;
373
+ accessibilityLabel?: string | undefined;
374
+ accessibilityHint?: string | undefined;
375
+ "aria-label"?: string | undefined;
376
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
377
+ role?: import("react-native").Role | undefined;
378
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
379
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
380
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
381
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
382
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
383
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
384
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
385
+ "aria-busy"?: boolean | undefined;
386
+ "aria-checked"?: (boolean | undefined) | "mixed";
387
+ "aria-disabled"?: boolean | undefined;
388
+ "aria-expanded"?: boolean | undefined;
389
+ "aria-selected"?: boolean | undefined;
390
+ "aria-hidden"?: boolean | undefined;
391
+ }>, "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
392
+ children?: React.ReactNode;
393
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
394
+ collapsable?: boolean | undefined;
395
+ collapsableChildren?: boolean | undefined;
396
+ id?: string;
397
+ testID?: string | undefined;
398
+ nativeID?: string | undefined;
399
+ needsOffscreenAlphaCompositing?: boolean | undefined;
400
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
401
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
402
+ removeClippedSubviews?: boolean | undefined;
403
+ experimental_accessibilityOrder?: Array<string> | undefined;
404
+ }>, never>> & {
36
405
  autoFocus?: boolean;
37
406
  onScreenReaderFocused?: () => void;
38
407
  onScreenReaderSubViewFocusChange?: (isFocused: boolean) => void;
39
408
  onScreenReaderSubViewFocused?: () => void;
40
409
  onScreenReaderSubViewBlurred?: () => void;
41
410
  onScreenReaderDescendantFocusChanged?: (e: import(".").ScreenReaderDescendantFocusChangedEvent) => void;
42
- } & import("react").RefAttributes<import("react-native").View>>>;
411
+ } & import("react").RefAttributes<(props: Omit<import("react-native").ViewProps, keyof {
412
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native").unstable_NativeView>>;
413
+ }> & {
414
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native").unstable_NativeView>>;
415
+ }) => React.ReactNode>>>;
43
416
  FocusFrame: (props: import("react-native").ViewProps) => import("react").JSX.Element;
44
417
  FocusTrap: (props: import("./types/A11yLock.types").A11yLockProps) => import("react").JSX.Element;
45
418
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAYA,YAAY,EACV,aAAa,EACb,aAAa,EACb,iBAAiB,EACjB,cAAc,GACf,MAAM,yBAAyB,CAAC;AAEjC,YAAY,EACV,qBAAqB,EACrB,mBAAmB,EACnB,oBAAoB,GACrB,MAAM,mCAAmC,CAAC;AAE3C,YAAY,EAAE,uCAAuC,EAAE,MAAM,wBAAwB,CAAC;AAEtF,YAAY,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAE5D,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUhB,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAYA,YAAY,EACV,aAAa,EACb,aAAa,EACb,iBAAiB,EACjB,cAAc,GACf,MAAM,yBAAyB,CAAC;AAEjC,YAAY,EACV,qBAAqB,EACrB,mBAAmB,EACnB,oBAAoB,GACrB,MAAM,mCAAmC,CAAC;AAE3C,YAAY,EAAE,uCAAuC,EAAE,MAAM,wBAAwB,CAAC;AAEtF,YAAY,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAE5D,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WANE,CAAC;;WAE4B,CAAC;;;;CAchD,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC"}