Adding missing method persist from SyntheticEvent

This commit is contained in:
Ivo Stratev
2016-08-05 15:55:51 +03:00
committed by GitHub
parent e659470271
commit edcbaabb56
+1
View File
@@ -277,6 +277,7 @@ declare namespace __React {
nativeEvent: Event;
preventDefault(): void;
stopPropagation(): void;
persist(): void;
target: EventTarget;
timeStamp: Date;
type: string;