refactor: misc cleanup

This commit is contained in:
Victor Berchet
2016-09-20 14:14:57 -07:00
committed by Rado Kirov
parent 0ca971c5bd
commit f23b22a0f4
10 changed files with 55 additions and 88 deletions

View File

@ -916,7 +916,7 @@ export declare const TRANSLATIONS_FORMAT: OpaqueToken;
export declare function trigger(name: string, animation: AnimationMetadata[]): AnimationEntryMetadata;
/** @stable */
export declare var Type: FunctionConstructor;
export declare const Type: FunctionConstructor;
/** @stable */
export interface TypeDecorator {