UNPKG
use-screen-details
Version:
latest (0.0.1)
0.0.1
React hook to get details of the screen
use-screen-details
/
dist
/
useOrientation.d.ts
7 lines
(6 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
6
7
type
Orientation
= {
type
:
string
;
angle
:
number
; };
declare
function
useOrientation
(
):
Orientation
;
export
{ useOrientation,
type
Orientation
};