File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/core/src/animation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export const ANIMATION_MODULE_TYPE: InjectionToken<"NoopAnimations" | "BrowserAn
8484// @public
8585export type AnimationCallbackEvent = {
8686 target: Element ;
87- animationComplete: Function ;
87+ animationComplete: VoidFunction ;
8888};
8989
9090// @public
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const ANIMATIONS_DISABLED = new InjectionToken<boolean>(
2525 *
2626 * @publicApi 20.2
2727 */
28- export type AnimationCallbackEvent = { target : Element ; animationComplete : Function } ;
28+ export type AnimationCallbackEvent = { target : Element ; animationComplete : VoidFunction } ;
2929
3030/**
3131 * A [DI token](api/core/InjectionToken) that configures the maximum animation timeout
You can’t perform that action at this time.
0 commit comments