Skip to content

Instantly share code, notes, and snippets.

@przemyslawjanpietrzak
Last active October 4, 2021 21:30
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 przemyslawjanpietrzak/f3e200069d78448f3be030fce44a029f to your computer and use it in GitHub Desktop.
Save przemyslawjanpietrzak/f3e200069d78448f3be030fce44a029f to your computer and use it in GitHub Desktop.
type ButonSizeKey = keyof typeof BUTTON_SIZES; // "SMALL" | "MEDIUM" | "LARGE"
type ButonSizeValue = typeof BUTTON_SIZES[ButonSizeKey] // "small" | "medium" | "large"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment