Skip to content

Instantly share code, notes, and snippets.

@przemyslawjanpietrzak
Created October 4, 2021 21:14
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/666d33cbb86e22f57b82e4a8c82830b4 to your computer and use it in GitHub Desktop.
Save przemyslawjanpietrzak/666d33cbb86e22f57b82e4a8c82830b4 to your computer and use it in GitHub Desktop.
export const enum BUTTON_SIZES_CONST_ENUM {
SMALL = 'small',
MEDIUM = 'medium',
LARGE = 'large',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment