Skip to content

Instantly share code, notes, and snippets.

@przemyslawjanpietrzak
Last active October 4, 2021 21:31
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/ff84b85f4b2d13d9bbf3a56ece42ea87 to your computer and use it in GitHub Desktop.
Save przemyslawjanpietrzak/ff84b85f4b2d13d9bbf3a56ece42ea87 to your computer and use it in GitHub Desktop.
export enum BUTTON_SIZES_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