UNPKG

react-with-breakpoints

Version:

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

3 lines (2 loc) 165 B
import { BreakpointEdge } from './index'; export default function (breakpoints?: Array<BreakpointEdge>, breakpoint?: BreakpointEdge, isHideAt?: Boolean): boolean;