m3-academy-template-vtexio-.../custom/react/utils/breakPoints.ts

8 lines
116 B
TypeScript
Raw Normal View History

2022-08-11 13:06:07 +00:00
const breakPoints: any = {
"phone": 576,
"tablet": 768,
"desktop": 1024
};
export default breakPoints;