Fix type of NativeSyntheticEvent.timeStamp

This commit is contained in:
Simon Trény
2017-10-03 09:59:31 +02:00
parent 563022d9a6
commit 33844ff8a5

View File

@@ -365,7 +365,7 @@ interface NativeSyntheticEvent<T> {
preventDefault(): void
stopPropagation(): void
target: NodeHandle
timeStamp: Date
timeStamp: number
type: string
}