mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-14 09:34:39 +00:00
Fix type of NativeSyntheticEvent.timeStamp
This commit is contained in:
2
types/react-native/index.d.ts
vendored
2
types/react-native/index.d.ts
vendored
@@ -365,7 +365,7 @@ interface NativeSyntheticEvent<T> {
|
||||
preventDefault(): void
|
||||
stopPropagation(): void
|
||||
target: NodeHandle
|
||||
timeStamp: Date
|
||||
timeStamp: number
|
||||
type: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user