mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-26 06:05:54 +08:00
Merge pull request #8566 from okamiconcept/patch-2
Fix module definition for IModule
This commit is contained in:
4
angularjs/angular-animate.d.ts
vendored
4
angularjs/angular-animate.d.ts
vendored
@@ -287,9 +287,11 @@ declare namespace 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