mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Added commonJS support
This commit is contained in:
+9
-1
@@ -6,7 +6,15 @@
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
|
||||
// Support for AMD require
|
||||
declare module 'angular-bootstrap' {}
|
||||
declare module 'angular-bootstrap' {
|
||||
let _: string;
|
||||
export = _;
|
||||
}
|
||||
|
||||
declare module 'angular-ui-bootstrap' {
|
||||
let _: string;
|
||||
export = _;
|
||||
}
|
||||
|
||||
declare module angular.ui.bootstrap {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user