UNPKG

@skyux/core

Version:

This library was generated with [Nx](https://nx.dev).

23 lines (22 loc) 417 B
/** * Represents all available media breakpoints. * @deprecated Use `SkyBreakpoint` instead. */ export declare enum SkyMediaBreakpoints { /** * Screen widths of 767px or less. */ xs = 1, /** * Screen widths of 768px to 991px. */ sm = 2, /** * Screen widths of 992px to 1199px. */ md = 3, /** * Screen widths of 1200px or greater. */ lg = 4 }