Skip to content

Commit 466b770

Browse files
committed
f
1 parent 82a3d57 commit 466b770

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7352,8 +7352,8 @@ export type EventHandlers = $ReadOnly<{|
73527352
onBlur: (event: BlurEvent) => void,
73537353
onClick: (event: PressEvent) => void,
73547354
onFocus: (event: FocusEvent) => void,
7355-
onKeyDown: (event: KeyEvent) => void,
7356-
onKeyUp: (event: KeyEvent) => void,
7355+
onKeyDown?: (event: KeyEvent) => void,
7356+
onKeyUp?: (event: KeyEvent) => void,
73577357
onMouseEnter?: (event: MouseEvent) => void,
73587358
onMouseLeave?: (event: MouseEvent) => void,
73597359
onPointerEnter?: (event: PointerEvent) => void,

0 commit comments

Comments
 (0)