UNPKG

ri-flex-layout

Version:

An alternative library to Angular's deprecated [angular-flex-layout](https://github.com/angular/flex-layout) library. `ri-flex-layout` helps you achieve responsive layouts in Angular applications with minimal code changes.

6 lines (5 loc) 187 B
import { BreakPoint } from '../break-point'; /** * NOTE: Smaller ranges have HIGHER priority since the match is more specific */ export declare const DEFAULT_BREAKPOINTS: BreakPoint[];