UNPKG

@applitools/eyes-browser

Version:
6 lines (5 loc) 161 B
export declare enum ScreenOrientationEnum { PORTRAIT = "portrait", LANDSCAPE = "landscape" } export type ScreenOrientation = `${ScreenOrientationEnum}`;