Skip to content

Commit 25de3fe

Browse files
committed
Update generated types
1 parent 723b2f5 commit 25de3fe

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

generatedTypes/incubator/TextField/usePreset.d.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
7777
onAccessibilityTap?: (() => void) | undefined;
7878
onMagicTap?: (() => void) | undefined;
7979
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;
8480
allowFontScaling?: boolean | undefined;
8581
numberOfLines?: number | undefined;
8682
maxFontSizeMultiplier?: number | null | undefined;
8783
selectionColor?: import("react-native").ColorValue | undefined;
8884
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
8985
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;
9090
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
9191
value?: string | undefined;
9292
autoCapitalize?: "none" | "characters" | "sentences" | "words" | undefined;
@@ -409,16 +409,16 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
409409
onAccessibilityTap?: (() => void) | undefined;
410410
onMagicTap?: (() => void) | undefined;
411411
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;
416412
allowFontScaling?: boolean | undefined;
417413
numberOfLines?: number | undefined;
418414
maxFontSizeMultiplier?: number | null | undefined;
419415
selectionColor?: import("react-native").ColorValue | undefined;
420416
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
421417
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;
422422
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
423423
value?: string | undefined;
424424
autoCapitalize?: "none" | "characters" | "sentences" | "words" | undefined;
@@ -853,16 +853,16 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
853853
onAccessibilityTap?: (() => void) | undefined;
854854
onMagicTap?: (() => void) | undefined;
855855
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;
860856
allowFontScaling?: boolean | undefined;
861857
numberOfLines?: number | undefined;
862858
maxFontSizeMultiplier?: number | null | undefined;
863859
selectionColor?: import("react-native").ColorValue | undefined;
864860
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
865861
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;
866866
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
867867
value?: string | undefined;
868868
autoCapitalize?: "none" | "characters" | "sentences" | "words" | undefined;

0 commit comments

Comments
 (0)