puppeteer/website/versioned_docs/version-19.2.2/api/puppeteer.lowercasepaperformat.md
2022-11-03 11:02:28 +01:00

268 B

sidebar_label
LowerCasePaperFormat

LowerCasePaperFormat type

Signature:

export declare type LowerCasePaperFormat =
  | 'letter'
  | 'legal'
  | 'tabloid'
  | 'ledger'
  | 'a0'
  | 'a1'
  | 'a2'
  | 'a3'
  | 'a4'
  | 'a5'
  | 'a6';