@angular/flex-layout
Version:
Angular Flex-Layout =======
13 lines (12 loc) • 389 B
TypeScript
/**
* @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[];