UNPKG

cabbie-sync

Version:
8 lines (7 loc) 282 B
export declare type BrowserOrientation = 'landscape' | 'portrait'; export interface IBrowserOrientationEnum { readonly ORIENTATION_LANDSCAPE: 'landscape'; readonly ORIENTATION_PORTRAIT: 'portrait'; } declare const _default: IBrowserOrientationEnum; export default _default;