UNPKG

ng-agm-core-lib

Version:
9 lines (8 loc) 232 B
import { Provider } from '@angular/core'; export declare class WindowRef { getNativeWindow(): any; } export declare class DocumentRef { getNativeDocument(): any; } export declare const BROWSER_GLOBALS_PROVIDERS: Provider[];