UNPKG

use-screen-details

Version:

React hook to get details of the screen

8 lines (7 loc) 236 B
import { Breakpoints } from './useScreenSize'; declare function useScreenDetails(breakpoints: Breakpoints): { ratio: number; orientation: import('./useOrientation').Orientation; size: string; }; export { useScreenDetails };