Created
August 6, 2018 09:42
-
-
Save pmarquees/9cb839751a8874eaec92c378b05f17cb to your computer and use it in GitHub Desktop.
Framer X props on dev environment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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