44 * This source code is licensed under the MIT license found in the
55 * LICENSE file in the root directory of this source tree.
66 *
7- * @generated SignedSource<<0ef11b701c83f2414d61f7ec37c78df1 >>
7+ * @generated SignedSource<<0d6ccb57cc35f5518f7a83a709927f2f >>
88 *
99 * This file was generated by scripts/js-api/build-types/index.js.
1010 */
@@ -398,16 +398,6 @@ declare const staggerImpl: (
398398 time : number ,
399399 animations : Array < CompositeAnimation > ,
400400) => CompositeAnimation
401- declare const States : {
402- ERROR : "ERROR"
403- NOT_RESPONDER : "NOT_RESPONDER"
404- RESPONDER_ACTIVE_LONG_PRESS_IN : "RESPONDER_ACTIVE_LONG_PRESS_IN"
405- RESPONDER_ACTIVE_LONG_PRESS_OUT : "RESPONDER_ACTIVE_LONG_PRESS_OUT"
406- RESPONDER_ACTIVE_PRESS_IN : "RESPONDER_ACTIVE_PRESS_IN"
407- RESPONDER_ACTIVE_PRESS_OUT : "RESPONDER_ACTIVE_PRESS_OUT"
408- RESPONDER_INACTIVE_PRESS_IN : "RESPONDER_INACTIVE_PRESS_IN"
409- RESPONDER_INACTIVE_PRESS_OUT : "RESPONDER_INACTIVE_PRESS_OUT"
410- }
411401declare const subtract : typeof $$AnimatedImplementation . subtract
412402declare const subtractImpl : (
413403 a : AnimatedNode_default | number ,
@@ -449,7 +439,6 @@ declare const ToastAndroid_default: {
449439 yOffset : number ,
450440 ) => void
451441}
452- declare const Touchable : typeof TouchableImpl_default
453442declare const Touchable_default : (
454443 props : TouchableOpacityProps & {
455444 ref ?: React . Ref < TouchableOpacityInstance >
@@ -461,33 +450,6 @@ declare const TouchableHighlight_default: (
461450 ref ?: React . Ref < TouchableHighlightInstance >
462451 } ,
463452) => React . ReactNode
464- declare const TouchableImpl_default : {
465- Mixin : typeof TouchableMixinImpl
466- renderDebugView : ( $$PARAM_0$$ : {
467- color : ColorValue
468- hitSlop ?: EdgeInsetsProp
469- } ) => null | React . ReactNode
470- }
471- declare const TouchableMixinImpl : {
472- withoutDefaultFocusAndBlur : { }
473- componentDidMount : ( ) => void
474- componentWillUnmount : ( ) => void
475- touchableGetInitialState : ( ) => {
476- touchable : {
477- responderID : GestureResponderEvent [ "currentTarget" ] | undefined
478- touchState : TouchableState | undefined
479- }
480- }
481- touchableHandleBlur : ( e : BlurEvent ) => void
482- touchableHandleFocus : ( e : FocusEvent ) => void
483- touchableHandleResponderGrant : ( e : GestureResponderEvent ) => void
484- touchableHandleResponderMove : ( e : GestureResponderEvent ) => void
485- touchableHandleResponderRelease : ( e : GestureResponderEvent ) => void
486- touchableHandleResponderTerminate : ( e : GestureResponderEvent ) => void
487- touchableHandleResponderTerminationRequest : ( ) => any
488- touchableHandleStartShouldSetResponder : ( ) => any
489- touchableLongPressCancelsPress : ( ) => boolean
490- }
491453declare const TouchableOpacity : typeof Touchable_default
492454declare const UIManager : typeof UIManager_default
493455declare const UIManager_default : UIManagerJSInterface
@@ -5224,7 +5186,6 @@ declare type TimingAnimationConfig = Readonly<
52245186 }
52255187>
52265188declare type ToastAndroid = typeof ToastAndroid
5227- declare type Touchable = typeof Touchable
52285189declare type TouchableHighlight = typeof TouchableHighlight
52295190declare type TouchableHighlightBaseProps = {
52305191 readonly activeOpacity ?: number
@@ -5329,15 +5290,6 @@ declare type TouchableOpacityTVProps = {
53295290 readonly nextFocusRight ?: number
53305291 readonly nextFocusUp ?: number
53315292}
5332- declare type TouchableState =
5333- | typeof States . ERROR
5334- | typeof States . NOT_RESPONDER
5335- | typeof States . RESPONDER_ACTIVE_LONG_PRESS_IN
5336- | typeof States . RESPONDER_ACTIVE_LONG_PRESS_OUT
5337- | typeof States . RESPONDER_ACTIVE_PRESS_IN
5338- | typeof States . RESPONDER_ACTIVE_PRESS_OUT
5339- | typeof States . RESPONDER_INACTIVE_PRESS_IN
5340- | typeof States . RESPONDER_INACTIVE_PRESS_OUT
53415293declare function TouchableWithoutFeedback (
53425294 props : TouchableWithoutFeedbackProps ,
53435295) : React . ReactNode
@@ -6019,7 +5971,6 @@ export {
60195971 TextProps , // 58466ea1
60205972 TextStyle , // b62b8399
60215973 ToastAndroid , // 88a8969a
6022- Touchable , // c15da0a2
60235974 TouchableHighlight , // 20ba0199
60245975 TouchableHighlightInstance , // b510c0eb
60255976 TouchableHighlightProps , // 337a9164
0 commit comments