Skip to content

Commit b4aa331

Browse files
committed
chore: formatting fix
1 parent c04e1cf commit b4aa331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ export interface BaseEnrichedTextInputProps
280280
selectionColor?: ColorValue;
281281
autoCapitalize?: 'none' | 'sentences' | 'words' | 'characters';
282282
htmlStyle?: HtmlStyle;
283+
style?: ViewStyle | TextStyle;
283284
scrollEnabled?: boolean;
284285
linkRegex?: RegExp | null;
285286
onFocus?: (e: FocusEvent) => void;
@@ -312,5 +313,4 @@ export interface BaseEnrichedTextInputProps
312313
* Disabled by default.
313314
*/
314315
useHtmlNormalizer?: boolean;
315-
style?: ViewStyle | TextStyle;
316316
}

0 commit comments

Comments
 (0)