@@ -77,16 +77,16 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
77
77
onAccessibilityTap ?: ( ( ) => void ) | undefined ;
78
78
onMagicTap ?: ( ( ) => void ) | undefined ;
79
79
accessibilityIgnoresInvertColors ?: boolean | undefined ;
80
+ onBlur ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
81
+ onFocus ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
82
+ onPressIn ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
83
+ onPressOut ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
80
84
allowFontScaling ?: boolean | undefined ;
81
85
numberOfLines ?: number | undefined ;
82
86
maxFontSizeMultiplier ?: number | null | undefined ;
83
87
selectionColor ?: import ( "react-native" ) . ColorValue | undefined ;
84
88
textBreakStrategy ?: "simple" | "highQuality" | "balanced" | undefined ;
85
89
textAlign ?: "left" | "right" | "center" | undefined ;
86
- onBlur ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
87
- onFocus ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
88
- onPressIn ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
89
- onPressOut ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
90
90
textAlignVertical ?: "auto" | "center" | "top" | "bottom" | undefined ;
91
91
value ?: string | undefined ;
92
92
autoCapitalize ?: "none" | "characters" | "sentences" | "words" | undefined ;
@@ -409,16 +409,16 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
409
409
onAccessibilityTap ?: ( ( ) => void ) | undefined ;
410
410
onMagicTap ?: ( ( ) => void ) | undefined ;
411
411
accessibilityIgnoresInvertColors ?: boolean | undefined ;
412
+ onBlur ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
413
+ onFocus ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
414
+ onPressIn ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
415
+ onPressOut ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
412
416
allowFontScaling ?: boolean | undefined ;
413
417
numberOfLines ?: number | undefined ;
414
418
maxFontSizeMultiplier ?: number | null | undefined ;
415
419
selectionColor ?: import ( "react-native" ) . ColorValue | undefined ;
416
420
textBreakStrategy ?: "simple" | "highQuality" | "balanced" | undefined ;
417
421
textAlign ?: "left" | "right" | "center" | undefined ;
418
- onBlur ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
419
- onFocus ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
420
- onPressIn ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
421
- onPressOut ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
422
422
textAlignVertical ?: "auto" | "center" | "top" | "bottom" | undefined ;
423
423
value ?: string | undefined ;
424
424
autoCapitalize ?: "none" | "characters" | "sentences" | "words" | undefined ;
@@ -853,16 +853,16 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
853
853
onAccessibilityTap ?: ( ( ) => void ) | undefined ;
854
854
onMagicTap ?: ( ( ) => void ) | undefined ;
855
855
accessibilityIgnoresInvertColors ?: boolean | undefined ;
856
+ onBlur ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
857
+ onFocus ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
858
+ onPressIn ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
859
+ onPressOut ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
856
860
allowFontScaling ?: boolean | undefined ;
857
861
numberOfLines ?: number | undefined ;
858
862
maxFontSizeMultiplier ?: number | null | undefined ;
859
863
selectionColor ?: import ( "react-native" ) . ColorValue | undefined ;
860
864
textBreakStrategy ?: "simple" | "highQuality" | "balanced" | undefined ;
861
865
textAlign ?: "left" | "right" | "center" | undefined ;
862
- onBlur ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
863
- onFocus ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . TextInputFocusEventData > ) => void ) | undefined ;
864
- onPressIn ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
865
- onPressOut ?: ( ( e : import ( "react-native" ) . NativeSyntheticEvent < import ( "react-native" ) . NativeTouchEvent > ) => void ) | undefined ;
866
866
textAlignVertical ?: "auto" | "center" | "top" | "bottom" | undefined ;
867
867
value ?: string | undefined ;
868
868
autoCapitalize ?: "none" | "characters" | "sentences" | "words" | undefined ;
0 commit comments