UNPKG

use-screen-details

Version:

React hook to get details of the screen

7 lines (6 loc) 154 B
type Orientation = { type: string; angle: number; }; declare function useOrientation(): Orientation; export { useOrientation, type Orientation };