UNPKG

angular-bootstrap-md

Version:

Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.

25 lines (24 loc) 771 B
/** * @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; export declare const navigator: any;