feat(animations): Update types for TypeScript nullability support

Closes #15870
This commit is contained in:
Miško Hevery
2017-03-24 09:56:34 -07:00
committed by Hans Larsen
parent 04fb29b589
commit 38d75d410e
18 changed files with 82 additions and 81 deletions

View File

@ -13,7 +13,7 @@ export interface ɵStyleData { [key: string]: string|number; }
export declare type AnimateTimings = {
duration: number,
delay: number,
easing: string
easing: string | null
};
/**