blob: 89aa647e91f1ff01f181e0466bbee1a578963c83 [file] [log] [blame]
/**
* @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[];