Skip to content

Instantly share code, notes, and snippets.

@benjamindenboer
Last active November 20, 2018 14:58
Show Gist options
  • Save benjamindenboer/1a57895ab565c044eb8f4b7e854fa2ee to your computer and use it in GitHub Desktop.
Save benjamindenboer/1a57895ab565c044eb8f4b7e854fa2ee to your computer and use it in GitHub Desktop.
static defaultProps = {
text: "Get Started",
fill: "#09F"
};
static propertyControls: PropertyControls = {
text: { type: ControlType.String, title: "Text" },
fill: { type: ControlType.Color, title: "Fill" }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment