8 lines
116 B
TypeScript
8 lines
116 B
TypeScript
const breakPoints: any = {
|
|
"phone": 576,
|
|
"tablet": 768,
|
|
"desktop": 1024
|
|
};
|
|
|
|
export default breakPoints;
|