refactor(animations): change NoOp -> Noop (#14690)
This commit is contained in:

committed by
Igor Minar

parent
1f3198cb50
commit
32c2fd5c9f
@ -7,7 +7,7 @@ export declare class MockAnimationDriver implements AnimationDriver {
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export declare class MockAnimationPlayer extends NoOpAnimationPlayer {
|
||||
export declare class MockAnimationPlayer extends NoopAnimationPlayer {
|
||||
delay: number;
|
||||
duration: number;
|
||||
easing: string;
|
||||
|
Reference in New Issue
Block a user