mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-15 07:17:00 +10:00
11 lines
137 B
TypeScript
11 lines
137 B
TypeScript
export const pageSizeMap = {
|
|
a4: {
|
|
width: 210,
|
|
height: 297,
|
|
},
|
|
letter: {
|
|
width: 216,
|
|
height: 279,
|
|
},
|
|
} as const;
|