UNPKG

react-with-breakpoints

Version:

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

7 lines (6 loc) 189 B
/// <reference types="react" /> declare const withBreakpoints: (WrappedComponent: any) => { (props: any): JSX.Element; displayName: string; }; export default withBreakpoints;