/** * A 7 standard viewport-azonosító, amit a `DyE2E_StandardViewportAudit` preset * fan-out-tal végigjár. Konkrét `width`/`height`/`deviceScaleFactor` a * `STANDARD_VIEWPORT_CATALOG` const-ban. */ export declare enum DyE2E_StandardViewport_Type { mobileS = "mobile-s",// 320 × 568 — iPhone SE mobileM = "mobile-m",// 375 × 667 — iPhone 12 mini mobileL = "mobile-l",// 414 × 896 — iPhone 11 Pro Max tabletPortrait = "tablet-p",// 768 × 1024 — iPad portrait tabletLandscape = "tablet-l",// 1024 × 768 — iPad landscape desktop = "desktop",// 1440 × 900 — Standard desktopWide = "desktop-wide" } //# sourceMappingURL=standard-viewport.enum.d.ts.map