UNPKG

use-screen-orientation

Version:

hook for handling screen orientation in react projects for web

4 lines (3 loc) 162 B
export declare type Orientation = 'landscape' | 'portrait'; declare const useScreenOrientation: () => [Orientation, number]; export default useScreenOrientation;