UNPKG
use-screen-orientation
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
hook for handling screen orientation in react projects for web
esharmony/use-screen-orientation
use-screen-orientation
/
dist
/
useScreenOrientation.d.ts
4 lines
(3 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
export
declare
type
Orientation
=
'landscape'
|
'portrait'
;
declare
const
useScreenOrientation
:
() =>
[
Orientation
,
number
];
export
default
useScreenOrientation;