[devtools][easy] Fix flow type (#25147)

This commit is contained in:
Tianyu Yao 2022-08-26 18:47:39 -07:00 committed by GitHub
parent 0de3ddf56e
commit 9ff738f53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ export type InspectorData = $ReadOnly<{|
export type TouchedViewDataAtPoint = $ReadOnly<{|
pointerY: number,
touchedViewTag?: number,
closestInstance?: Object,
closestInstance?: mixed,
frame: $ReadOnly<{|
top: number,
left: number,