mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0bae97a726
PR Close #26595
8 lines
197 B
TypeScript
8 lines
197 B
TypeScript
export declare const ANIMATION_MODULE_TYPE: InjectionToken<"NoopAnimations" | "BrowserAnimations">;
|
|
|
|
export declare class BrowserAnimationsModule {
|
|
}
|
|
|
|
export declare class NoopAnimationsModule {
|
|
}
|