Module RNEvent-BsReactNative.NativeEvent

type t;
let changedTouches : t => array(Js.t({.. }));
let identifier : t => int;
let locationX : t => float;
let locationY : t => float;
let pageX : t => float;
let pageY : t => float;
let target : t => Js.t({.. });
let touches : t => array(Js.t({.. }));
let timestamp : t => int;
let data : t => string;