Skip to content

Commit 6864b69

Browse files
committed
format
1 parent e8dd2c3 commit 6864b69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native/Libraries/Components/TextInput/TextInput.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ interface TextInputState {
10901090
*/
10911091
blurTextInput(textField?: HostInstance): void;
10921092

1093-
// [macOS
1093+
// [macOS
10941094
/**
10951095
* @param textField ref of the text field that was focused
10961096
* Call on custom implementations of TextInput to notify the control was focused
@@ -1104,7 +1104,7 @@ interface TextInputState {
11041104
* noop if it wasn't focused
11051105
*/
11061106
onTextInputBlur(textField?: HostInstance): void;
1107-
// macOS]
1107+
// macOS]
11081108
}
11091109

11101110
/**

0 commit comments

Comments
 (0)