mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Fix module definition for IModule
Put the IModule definition in angular module.
This commit is contained in:
4
angularjs/angular-animate.d.ts
vendored
4
angularjs/angular-animate.d.ts
vendored
@@ -287,9 +287,11 @@ declare module angular.animate {
|
||||
interface IAnimateCssService {
|
||||
(element: JQuery, animateCssOptions: IAnimationOptions): IAnimateCssRunner;
|
||||
}
|
||||
}
|
||||
|
||||
declare module angular {
|
||||
interface IModule {
|
||||
animation(name: string, animationFactory: IAnimateFactory): IModule;
|
||||
animation(name: string, animationFactory: angular.animate.IAnimateFactory): IModule;
|
||||
animation(name: string, inlineAnnotatedFunction: any[]): IModule;
|
||||
animation(object: Object): IModule;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user