Module RNEvent.NativeLayoutEvent

type t;
type layout = {
x : float,
y : float,
width : float,
height : float,
};
let layout : t => layout;