UNPKG

react-with-breakpoints

Version:

Utility React component for altering the visual experience of responsive and lean webpages.

5 lines (4 loc) 289 B
declare const _default: string[]; export default _default; export declare type BreakpointEdge = 'small' | 'medium' | 'mediumAndBelow' | 'mediumAndAbove' | 'large' | 'largeAndBelow' | 'largeAndAbove' | 'xlarge'; export declare type Breakpoint = 'small' | 'medium' | 'large' | 'xlarge';