@@ -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 ;
84
80
allowFontScaling ?: boolean | undefined ;
85
81
numberOfLines ?: number | undefined ;
86
82
maxFontSizeMultiplier ?: number | null | undefined ;
87
83
selectionColor ?: import ( "react-native" ) . ColorValue | undefined ;
88
84
textBreakStrategy ?: "simple" | "highQuality" | "balanced" | undefined ;
89
85
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 ;
416
412
allowFontScaling ?: boolean | undefined ;
417
413
numberOfLines ?: number | undefined ;
418
414
maxFontSizeMultiplier ?: number | null | undefined ;
419
415
selectionColor ?: import ( "react-native" ) . ColorValue | undefined ;
420
416
textBreakStrategy ?: "simple" | "highQuality" | "balanced" | undefined ;
421
417
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 ;
860
856
allowFontScaling ?: boolean | undefined ;
861
857
numberOfLines ?: number | undefined ;
862
858
maxFontSizeMultiplier ?: number | null | undefined ;
863
859
selectionColor ?: import ( "react-native" ) . ColorValue | undefined ;
864
860
textBreakStrategy ?: "simple" | "highQuality" | "balanced" | undefined ;
865
861
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