Skip to content

Instantly share code, notes, and snippets.

@souhe
Created January 23, 2017 14:22
Show Gist options
  • Save souhe/d6b3126bc4bfd7a06fff9844c9d01642 to your computer and use it in GitHub Desktop.
Save souhe/d6b3126bc4bfd7a06fff9844c9d01642 to your computer and use it in GitHub Desktop.
{
activeSelectable: ?Object;
selectables: Array<{
x: number;
y: number;
onFocus: Function;
onPress: Function;
onBlur: Function;
}>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment