Skip to content

Commit 618ef02

Browse files
committed
Add eventCount property
1 parent c7591d9 commit 618ef02

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ export type TextInputSelectionChangeEvent =
504504
*/
505505
export interface TextInputKeyPressEventData {
506506
key: string;
507+
eventCount: number;
507508
}
508509

509510
/**

0 commit comments

Comments
 (0)