Skip to content

Instantly share code, notes, and snippets.

@koss-lebedev
Created May 25, 2018 12:05
Show Gist options
  • Save koss-lebedev/568a6d4e9716576542bb09b68caef21e to your computer and use it in GitHub Desktop.
Save koss-lebedev/568a6d4e9716576542bb09b68caef21e 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