File size: 137 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 |
export const pageSizeMap = {
a4: {
width: 210,
height: 297,
},
letter: {
width: 216,
height: 279,
},
} as const;
|
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 |
export const pageSizeMap = {
a4: {
width: 210,
height: 297,
},
letter: {
width: 216,
height: 279,
},
} as const;
|