Skip to content

Instantly share code, notes, and snippets.

@koss-lebedev
Last active May 24, 2018 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koss-lebedev/f007450e54b15a10dd23c38144792822 to your computer and use it in GitHub Desktop.
Save koss-lebedev/f007450e54b15a10dd23c38144792822 to your computer and use it in GitHub Desktop.
// @flow
const SIZE = Object.freeze({
LARGE: "large",
MEDIUM: "medium",
SMALL: "small"
})
type ISize = $Values<typeof SIZE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment