UNPKG

770 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright Google Inc. All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8import * as mock_animation_player from './mock_animation_player';
9import * as test_compiler from './test_compiler';
10export declare const __core_private_testing__: {
11 TestingCompiler: typeof test_compiler.TestingCompiler;
12 _TestingCompiler?: test_compiler.TestingCompiler;
13 TestingCompilerFactory: typeof test_compiler.TestingCompilerFactory;
14 _TestingCompilerFactory?: test_compiler.TestingCompilerFactory;
15 MockAnimationPlayer: typeof mock_animation_player.MockAnimationPlayer;
16 _MockAnimationPlayer?: mock_animation_player.MockAnimationPlayer;
17};