diff --git a/packages/react-native/Libraries/Components/TextInput/TextInput.d.ts b/packages/react-native/Libraries/Components/TextInput/TextInput.d.ts index 9f3966bc7dc..407a73e786f 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; } /**