Skip to content

Instantly share code, notes, and snippets.

@bryceosterhaus
Created May 24, 2016 19:22
Show Gist options
  • Select an option

  • Save bryceosterhaus/e341cfae2a84353318f6eb3895a7cde5 to your computer and use it in GitHub Desktop.

Select an option

Save bryceosterhaus/e341cfae2a84353318f6eb3895a7cde5 to your computer and use it in GitHub Desktop.
ImageViewer.STATE = {
backgroundBlur: {
validator: Types.bool,
value: true
},
items: {
validator: Types.array
value: []
},
_currentIndex: {
value: 0
},
_height: {
value: null
},
_loading: {
value: true
},
_maximized: {
value: false
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment