diff --git a/packages/react-native/Libraries/Components/TextInput/TextInput.d.ts b/packages/react-native/Libraries/Components/TextInput/TextInput.d.ts index 97535f6cf825..c2a21d34eab7 100644 --- a/packages/react-native/Libraries/Components/TextInput/TextInput.d.ts +++ b/packages/react-native/Libraries/Components/TextInput/TextInput.d.ts @@ -501,6 +501,7 @@ export type TextInputSelectionChangeEvent = */ export interface TextInputKeyPressEventData { key: string; + eventCount: number; } /**