Skip to content

Commit 01c360a

Browse files
authored
Run npm run build:dev and fix (#1482)
1 parent 2e59194 commit 01c360a

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;
8084
allowFontScaling?: boolean | undefined;
8185
numberOfLines?: number | undefined;
8286
maxFontSizeMultiplier?: number | null | undefined;
8387
selectionColor?: import("react-native").ColorValue | undefined;
8488
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
8589
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;
412416
allowFontScaling?: boolean | undefined;
413417
numberOfLines?: number | undefined;
414418
maxFontSizeMultiplier?: number | null | undefined;
415419
selectionColor?: import("react-native").ColorValue | undefined;
416420
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
417421
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;
856860
allowFontScaling?: boolean | undefined;
857861
numberOfLines?: number | undefined;
858862
maxFontSizeMultiplier?: number | null | undefined;
859863
selectionColor?: import("react-native").ColorValue | undefined;
860864
textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
861865
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)