UNPKG

use-screen-details

Version:

React hook to get details of the screen

5 lines (4 loc) 220 B
type Breakpoints = Record<string, number>; declare const defaultBreakPoints: Breakpoints; declare function useScreenSize(breakpoints: Breakpoints): string; export { defaultBreakPoints, useScreenSize, type Breakpoints };