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<<67eb674c33870c82986054f0cee48385 >>
7+ * @generated SignedSource<<117357f08899828c66a83bdec1ee08f6 >>
88 *
99 * This file was generated by scripts/js-api/build-types/index.js.
1010 */
@@ -399,16 +399,6 @@ declare const staggerImpl: (
399399 time : number ,
400400 animations : Array < CompositeAnimation > ,
401401) => CompositeAnimation
402- declare const States : {
403- ERROR : "ERROR"
404- NOT_RESPONDER : "NOT_RESPONDER"
405- RESPONDER_ACTIVE_LONG_PRESS_IN : "RESPONDER_ACTIVE_LONG_PRESS_IN"
406- RESPONDER_ACTIVE_LONG_PRESS_OUT : "RESPONDER_ACTIVE_LONG_PRESS_OUT"
407- RESPONDER_ACTIVE_PRESS_IN : "RESPONDER_ACTIVE_PRESS_IN"
408- RESPONDER_ACTIVE_PRESS_OUT : "RESPONDER_ACTIVE_PRESS_OUT"
409- RESPONDER_INACTIVE_PRESS_IN : "RESPONDER_INACTIVE_PRESS_IN"
410- RESPONDER_INACTIVE_PRESS_OUT : "RESPONDER_INACTIVE_PRESS_OUT"
411- }
412402declare const subtract : typeof $$AnimatedImplementation . subtract
413403declare const subtractImpl : (
414404 a : AnimatedNode_default | number ,
@@ -452,7 +442,6 @@ declare const ToastAndroid_default: {
452442 yOffset : number ,
453443 ) => void
454444}
455- declare const Touchable : typeof TouchableImpl_default
456445declare const Touchable_default : (
457446 props : TouchableOpacityProps & {
458447 ref ?: React . Ref < TouchableOpacityInstance >
@@ -464,33 +453,6 @@ declare const TouchableHighlight_default: (
464453 ref ?: React . Ref < TouchableHighlightInstance >
465454 } ,
466455) => React . ReactNode
467- declare const TouchableImpl_default : {
468- Mixin : typeof TouchableMixinImpl
469- renderDebugView : ( $$PARAM_0$$ : {
470- color : ColorValue
471- hitSlop ?: EdgeInsetsProp
472- } ) => null | React . ReactNode
473- }
474- declare const TouchableMixinImpl : {
475- withoutDefaultFocusAndBlur : { }
476- componentDidMount : ( ) => void
477- componentWillUnmount : ( ) => void
478- touchableGetInitialState : ( ) => {
479- touchable : {
480- responderID : GestureResponderEvent [ "currentTarget" ] | undefined
481- touchState : TouchableState | undefined
482- }
483- }
484- touchableHandleBlur : ( e : BlurEvent ) => void
485- touchableHandleFocus : ( e : FocusEvent ) => void
486- touchableHandleResponderGrant : ( e : GestureResponderEvent ) => void
487- touchableHandleResponderMove : ( e : GestureResponderEvent ) => void
488- touchableHandleResponderRelease : ( e : GestureResponderEvent ) => void
489- touchableHandleResponderTerminate : ( e : GestureResponderEvent ) => void
490- touchableHandleResponderTerminationRequest : ( ) => any
491- touchableHandleStartShouldSetResponder : ( ) => any
492- touchableLongPressCancelsPress : ( ) => boolean
493- }
494456declare const TouchableOpacity : typeof Touchable_default
495457declare const UIManager : typeof UIManager_default
496458declare const UIManager_default : UIManagerJSInterface
@@ -5353,7 +5315,6 @@ declare type TimingAnimationConfig = Readonly<
53535315 }
53545316>
53555317declare type ToastAndroid = typeof ToastAndroid
5356- declare type Touchable = typeof Touchable
53575318declare type TouchableHighlight = typeof TouchableHighlight
53585319declare type TouchableHighlightBaseProps = {
53595320 readonly activeOpacity ?: number
@@ -5460,15 +5421,6 @@ declare type TouchableOpacityTVProps = {
54605421 readonly nextFocusRight ?: number
54615422 readonly nextFocusUp ?: number
54625423}
5463- declare type TouchableState =
5464- | typeof States . ERROR
5465- | typeof States . NOT_RESPONDER
5466- | typeof States . RESPONDER_ACTIVE_LONG_PRESS_IN
5467- | typeof States . RESPONDER_ACTIVE_LONG_PRESS_OUT
5468- | typeof States . RESPONDER_ACTIVE_PRESS_IN
5469- | typeof States . RESPONDER_ACTIVE_PRESS_OUT
5470- | typeof States . RESPONDER_INACTIVE_PRESS_IN
5471- | typeof States . RESPONDER_INACTIVE_PRESS_OUT
54725424declare function TouchableWithoutFeedback (
54735425 props : TouchableWithoutFeedbackProps ,
54745426) : React . ReactNode
@@ -6153,7 +6105,6 @@ export {
61536105 TextProps , // 58466ea1
61546106 TextStyle , // b62b8399
61556107 ToastAndroid , // 88a8969a
6156- Touchable , // c15da0a2
61576108 TouchableHighlight , // 20ba0199
61586109 TouchableHighlightInstance , // b510c0eb
61596110 TouchableHighlightProps , // 337a9164
0 commit comments