mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-29 21:30:18 +00:00
Fix type of NativeSyntheticEvent.timeStamp
This commit is contained in:
Vendored
+1
-1
@@ -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