Skip to content

Instantly share code, notes, and snippets.

@pmarquees
Created August 6, 2018 09:42
Show Gist options
  • Save pmarquees/9cb839751a8874eaec92c378b05f17cb to your computer and use it in GitHub Desktop.
Save pmarquees/9cb839751a8874eaec92c378b05f17cb to your computer and use it in GitHub Desktop.
Framer X props on dev environment
static propertyControls: PropertyControls<Props> = process.env.NODE_ENV === 'development'
? {
title: { type: ControlType.String, title: "Title" },
},
}
: null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment