@angular/cdk
Version:
Angular Material Component Development Kit
17 lines (16 loc) • 430 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 { Provider } from '@angular/core';
export declare class OverlayModule {
}
/**
* @deprecated Use `OverlayModule` instead.
* @breaking-change 8.0.0
* @docs-private
*/
export declare const OVERLAY_PROVIDERS: Provider[];