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<<637f1d0b012ebca68c9e020a52eb2803 >>
7+ * @generated SignedSource<<e85dfe98c549ac9fff85a8d7b90b5fd3 >>
88 *
99 * This file was generated by scripts/js-api/build-types/index.js.
1010 */
@@ -403,16 +403,6 @@ declare const staggerImpl: (
403403 time : number ,
404404 animations : Array < CompositeAnimation > ,
405405) => CompositeAnimation
406- declare const States : {
407- ERROR : "ERROR"
408- NOT_RESPONDER : "NOT_RESPONDER"
409- RESPONDER_ACTIVE_LONG_PRESS_IN : "RESPONDER_ACTIVE_LONG_PRESS_IN"
410- RESPONDER_ACTIVE_LONG_PRESS_OUT : "RESPONDER_ACTIVE_LONG_PRESS_OUT"
411- RESPONDER_ACTIVE_PRESS_IN : "RESPONDER_ACTIVE_PRESS_IN"
412- RESPONDER_ACTIVE_PRESS_OUT : "RESPONDER_ACTIVE_PRESS_OUT"
413- RESPONDER_INACTIVE_PRESS_IN : "RESPONDER_INACTIVE_PRESS_IN"
414- RESPONDER_INACTIVE_PRESS_OUT : "RESPONDER_INACTIVE_PRESS_OUT"
415- }
416406declare const subtract : typeof $$AnimatedImplementation . subtract
417407declare const subtractImpl : (
418408 a : AnimatedNode_default | number ,
@@ -456,7 +446,6 @@ declare const ToastAndroid_default: {
456446 yOffset : number ,
457447 ) => void
458448}
459- declare const Touchable : typeof TouchableImpl_default
460449declare const Touchable_default : (
461450 props : TouchableOpacityProps & {
462451 ref ?: React . Ref < TouchableOpacityInstance >
@@ -468,33 +457,6 @@ declare const TouchableHighlight_default: (
468457 ref ?: React . Ref < TouchableHighlightInstance >
469458 } ,
470459) => React . ReactNode
471- declare const TouchableImpl_default : {
472- Mixin : typeof TouchableMixinImpl
473- renderDebugView : ( $$PARAM_0$$ : {
474- color : ColorValue
475- hitSlop ?: EdgeInsetsProp
476- } ) => null | React . ReactNode
477- }
478- declare const TouchableMixinImpl : {
479- withoutDefaultFocusAndBlur : { }
480- componentDidMount : ( ) => void
481- componentWillUnmount : ( ) => void
482- touchableGetInitialState : ( ) => {
483- touchable : {
484- responderID : GestureResponderEvent [ "currentTarget" ] | undefined
485- touchState : TouchableState | undefined
486- }
487- }
488- touchableHandleBlur : ( e : BlurEvent ) => void
489- touchableHandleFocus : ( e : FocusEvent ) => void
490- touchableHandleResponderGrant : ( e : GestureResponderEvent ) => void
491- touchableHandleResponderMove : ( e : GestureResponderEvent ) => void
492- touchableHandleResponderRelease : ( e : GestureResponderEvent ) => void
493- touchableHandleResponderTerminate : ( e : GestureResponderEvent ) => void
494- touchableHandleResponderTerminationRequest : ( ) => any
495- touchableHandleStartShouldSetResponder : ( ) => any
496- touchableLongPressCancelsPress : ( ) => boolean
497- }
498460declare const TouchableOpacity : typeof Touchable_default
499461declare const UIManager : typeof UIManager_default
500462declare const UIManager_default : UIManagerJSInterface
@@ -5371,7 +5333,6 @@ declare type TimingAnimationConfig = Readonly<
53715333 }
53725334>
53735335declare type ToastAndroid = typeof ToastAndroid
5374- declare type Touchable = typeof Touchable
53755336declare type TouchableHighlight = typeof TouchableHighlight
53765337declare type TouchableHighlightBaseProps = {
53775338 readonly activeOpacity ?: number
@@ -5478,15 +5439,6 @@ declare type TouchableOpacityTVProps = {
54785439 readonly nextFocusRight ?: number
54795440 readonly nextFocusUp ?: number
54805441}
5481- declare type TouchableState =
5482- | typeof States . ERROR
5483- | typeof States . NOT_RESPONDER
5484- | typeof States . RESPONDER_ACTIVE_LONG_PRESS_IN
5485- | typeof States . RESPONDER_ACTIVE_LONG_PRESS_OUT
5486- | typeof States . RESPONDER_ACTIVE_PRESS_IN
5487- | typeof States . RESPONDER_ACTIVE_PRESS_OUT
5488- | typeof States . RESPONDER_INACTIVE_PRESS_IN
5489- | typeof States . RESPONDER_INACTIVE_PRESS_OUT
54905442declare function TouchableWithoutFeedback (
54915443 props : TouchableWithoutFeedbackProps ,
54925444) : React . ReactNode
@@ -6174,7 +6126,6 @@ export {
61746126 TextProps , // 58466ea1
61756127 TextStyle , // b62b8399
61766128 ToastAndroid , // 88a8969a
6177- Touchable , // c15da0a2
61786129 TouchableHighlight , // 20ba0199
61796130 TouchableHighlightInstance , // b510c0eb
61806131 TouchableHighlightProps , // 337a9164
0 commit comments