Skip to content

Instantly share code, notes, and snippets.

@philipshen
Created August 21, 2018 08:59
Show Gist options
  • Save philipshen/09a74e2b6d3d9ccf49835717a7ee47c4 to your computer and use it in GitHub Desktop.
Save philipshen/09a74e2b6d3d9ccf49835717a7ee47c4 to your computer and use it in GitHub Desktop.
const TypesEnum = {
spring: true,
linear: true,
easeInEaseOut: true,
easeIn: true,
easeOut: true,
keyboard: true,
};
const Types = keyMirror(TypesEnum);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment