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
/
useScreenOrientation.d.ts
3 lines
(2 loc)
•
106 B
TypeScript
View Raw
1
2
3
declare
const
useScreenOrientation
:
() =>
[
OrientationType
,
number
];
export
default
useScreenOrientation;