blob: 5983afc1a8679c7978e54a4f6557db73e6cff2a2 [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 { InjectionToken } from '@angular/core';
export declare const DISABLE_VENDOR_PREFIXES: InjectionToken<boolean>;