UNPKG

use-screen-orientation

Version:

hook for handling screen orientation in react projects for web

3 lines (2 loc) 106 B
declare const useScreenOrientation: () => [OrientationType, number]; export default useScreenOrientation;