Skip to content

Instantly share code, notes, and snippets.

@przemyslawjanpietrzak
Created October 4, 2021 21:07
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/4c6cc222ac82198e0bade009dadc54e4 to your computer and use it in GitHub Desktop.
Save przemyslawjanpietrzak/4c6cc222ac82198e0bade009dadc54e4 to your computer and use it in GitHub Desktop.
export var BUTTON_SIZES_ENUM;
(function (BUTTON_SIZES_ENUM) {
BUTTON_SIZES_ENUM["SMALL"] = "small";
BUTTON_SIZES_ENUM["MEDIUM"] = "medium";
BUTTON_SIZES_ENUM["LARGE"] = "large";
})(BUTTON_SIZES_ENUM || (BUTTON_SIZES_ENUM = {}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment