UNPKG

use-screen-size

Version:

A React hook to get the current screen size and breakpoint or write conditional code based on screen size

9 lines (8 loc) 216 B
export declare const BreakPoint: { readonly xs: "xs"; readonly s: "s"; readonly m: "m"; readonly l: "l"; readonly xl: "xl"; }; export type BreakPoint = typeof BreakPoint[keyof typeof BreakPoint];