UNPKG

@angular/flex-layout

Version:
13 lines (12 loc) 389 B
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import { BreakPoint } from '../break-point'; /** * NOTE: Smaller ranges have HIGHER priority since the match is more specific */ export declare const DEFAULT_BREAKPOINTS: BreakPoint[];