Skip to content
Snippets Groups Projects
screen.enum.ts 70 B
Newer Older
  • Learn to ignore specific revisions
  • Hugo NOUTS's avatar
    Hugo NOUTS committed
    export enum ScreenType {
      MOBILE = 0,
      TABLET = 1,
      DESKTOP = 2,
    }