We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dd2c3 commit 6864b69Copy full SHA for 6864b69
1 file changed
packages/react-native/Libraries/Components/TextInput/TextInput.d.ts
@@ -1090,7 +1090,7 @@ interface TextInputState {
1090
*/
1091
blurTextInput(textField?: HostInstance): void;
1092
1093
-// [macOS
+ // [macOS
1094
/**
1095
* @param textField ref of the text field that was focused
1096
* Call on custom implementations of TextInput to notify the control was focused
@@ -1104,7 +1104,7 @@ interface TextInputState {
1104
* noop if it wasn't focused
1105
1106
onTextInputBlur(textField?: HostInstance): void;
1107
-// macOS]
+ // macOS]
1108
}
1109
1110
0 commit comments