mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(all): ts strict (part 3)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user