fix(all): ts strict (part 3)

This commit is contained in:
Manu Mtz.-Almeida
2018-03-20 16:25:43 +01:00
parent 28215a3722
commit 06ad60ea0c
10 changed files with 74 additions and 75 deletions

View File

@ -44,7 +44,7 @@ export interface Animation {
export interface AnimationBuilder {
(Animation: Animation, baseEl?: HTMLElement, opts?: any): Promise<Animation>;
(Animation: Animation, baseEl: HTMLElement, opts?: any): Promise<Animation>;
}
export interface PlayOptions {