{"ast":null,"code":"var breakpoints = {\n  'base': 0,\n  'sm': 480,\n  'md': 768,\n  'lg': 992,\n  'xl': 1280,\n  '2xl': 1536\n};\nexport default breakpoints;","map":{"version":3,"sources":["breakpoints.ts"],"names":["breakpoints"],"mappings":"AAAA,IAAMA,WAAW,GAAG;EAClB,MAAA,EAAQ,CADU;EAElB,IAAA,EAAM,GAFY;EAGlB,IAAA,EAAM,GAHY;EAIlB,IAAA,EAAM,GAJY;EAKlB,IAAA,EAAM,IALY;EAMlB,KAAA,EAAO;AANW,CAApB;AAUA,eAAeA,WAAf","sourcesContent":["const breakpoints = {\n  'base': 0,\n  'sm': 480,\n  'md': 768,\n  'lg': 992,\n  'xl': 1280,\n  '2xl': 1536,\n};\nexport type IBreakpoint = keyof typeof breakpoints;\n\nexport default breakpoints;\n"]},"metadata":{},"sourceType":"module"}