mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Replace references to angularjs with angular to match package name
This commit is contained in:
4
angular-ui-bootstrap/index.d.ts
vendored
4
angular-ui-bootstrap/index.d.ts
vendored
@@ -5,9 +5,9 @@
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
import * as angular from 'angularjs';
|
||||
import * as angular from 'angular';
|
||||
|
||||
declare module 'angularjs' {
|
||||
declare module 'angular' {
|
||||
export namespace ui.bootstrap {
|
||||
|
||||
interface IAccordionConfig {
|
||||
|
||||
Reference in New Issue
Block a user