@@ -149,11 +149,11 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
149149 validationMessage ?: string | string [ ] | undefined ;
150150 validationMessageStyle ?: import ( "react-native" ) . TextStyle | undefined ;
151151 retainSpace ?: boolean | undefined ;
152+ validate ?: import ( "./types" ) . Validator | import ( "./types" ) . Validator [ ] | undefined ;
152153 showCharCounter ?: boolean | undefined ;
153154 charCounterStyle ?: import ( "react-native" ) . TextStyle | undefined ;
154155 leadingAccessory ?: import ( "react" ) . ReactElement < any , string | import ( "react" ) . JSXElementConstructor < any > > | undefined ;
155156 trailingAccessory ?: import ( "react" ) . ReactElement < any , string | import ( "react" ) . JSXElementConstructor < any > > | undefined ;
156- validate ?: import ( "./types" ) . Validator | import ( "./types" ) . Validator [ ] | undefined ;
157157 validateOnStart ?: boolean | undefined ;
158158 validateOnChange ?: boolean | undefined ;
159159 validateOnBlur ?: boolean | undefined ;
@@ -481,11 +481,11 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
481481 validationMessage ?: string | string [ ] | undefined ;
482482 validationMessageStyle ?: import ( "react-native" ) . TextStyle | undefined ;
483483 retainSpace ?: boolean | undefined ;
484+ validate ?: import ( "./types" ) . Validator | import ( "./types" ) . Validator [ ] | undefined ;
484485 showCharCounter ?: boolean | undefined ;
485486 charCounterStyle ?: import ( "react-native" ) . TextStyle | undefined ;
486487 leadingAccessory ?: import ( "react" ) . ReactElement < any , string | import ( "react" ) . JSXElementConstructor < any > > | undefined ;
487488 trailingAccessory ?: import ( "react" ) . ReactElement < any , string | import ( "react" ) . JSXElementConstructor < any > > | undefined ;
488- validate ?: import ( "./types" ) . Validator | import ( "./types" ) . Validator [ ] | undefined ;
489489 validateOnStart ?: boolean | undefined ;
490490 validateOnChange ?: boolean | undefined ;
491491 validateOnBlur ?: boolean | undefined ;
@@ -1045,11 +1045,11 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
10451045 validationMessage ?: string | string [ ] | undefined ;
10461046 validationMessageStyle ?: import ( "react-native" ) . TextStyle | undefined ;
10471047 retainSpace ?: boolean | undefined ;
1048+ validate ?: import ( "./types" ) . Validator | import ( "./types" ) . Validator [ ] | undefined ;
10481049 showCharCounter ?: boolean | undefined ;
10491050 charCounterStyle ?: import ( "react-native" ) . TextStyle | undefined ;
10501051 leadingAccessory ?: import ( "react" ) . ReactElement < any , string | import ( "react" ) . JSXElementConstructor < any >> | undefined ;
10511052 trailingAccessory ?: import ( "react" ) . ReactElement < any , string | import ( "react" ) . JSXElementConstructor < any >> | undefined ;
1052- validate ?: import ( "./types" ) . Validator | import ( "./types" ) . Validator [ ] | undefined ;
10531053 validateOnStart ?: boolean | undefined ;
10541054 validateOnChange ?: boolean | undefined ;
10551055 validateOnBlur : boolean ;
0 commit comments