Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created June 6, 2019 23:30
Show Gist options
  • Save arturovt/a87f931e5781f35f2403d3fe0e22a227 to your computer and use it in GitHub Desktop.
Save arturovt/a87f931e5781f35f2403d3fe0e22a227 to your computer and use it in GitHub Desktop.
function ButtonComponent() {
this.type = null;
this.color = null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment