5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
export const PaperSize = {
|
|
MM_58: '58mm',
|
|
MM_80: '80mm',
|
|
} as const;
|