Skip to content

Instantly share code, notes, and snippets.

@maapteh
Last active January 27, 2022 11:44
Show Gist options
  • Save maapteh/01ce7c4a6f1068f5f1338f39b29ad059 to your computer and use it in GitHub Desktop.
Save maapteh/01ce7c4a6f1068f5f1338f39b29ad059 to your computer and use it in GitHub Desktop.
export enum Viewport {
xs = 'xs',
sm = 'sm',
md = 'md',
lg = 'lg',
xl = 'xl',
'2xl' = '2xl',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment