Created
August 21, 2018 09:02
-
-
Save philipshen/cd86d128835e9b34b4ace73371205650 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
const PropertiesEnum = { | |
opacity: true, | |
scaleXY: true, | |
}; | |
const Properties = keyMirror(PropertiesEnum); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment