ng2-bootstrap
Version:
Native Angular Bootstrap Components
24 lines (23 loc) • 734 B
TypeScript
/**
* @license
* Copyright Google Inc. 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
*/
/**
* JS version of browser APIs. This library can only run in the browser.
*/
declare var win: any;
export { win as window };
export declare var document: any;
export declare var location: any;
export declare var gc: () => any;
export declare var performance: any;
export declare const Event: any;
export declare const MouseEvent: any;
export declare const KeyboardEvent: any;
export declare const EventTarget: any;
export declare const History: any;
export declare const Location: any;
export declare const EventListener: any;