mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
refactor(all): using ComponentInterface
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Component, Method } from '@stencil/core';
|
||||
import { Component, ComponentInterface, Method } from '@stencil/core';
|
||||
|
||||
import { Animation, AnimationBuilder, AnimationController } from '../../interface';
|
||||
|
||||
@ -8,7 +8,7 @@ import { Animator } from './animator';
|
||||
@Component({
|
||||
tag: 'ion-animation-controller'
|
||||
})
|
||||
export class AnimationControllerImpl implements AnimationController {
|
||||
export class AnimationControllerImpl implements ComponentInterface, AnimationController {
|
||||
|
||||
/**
|
||||
* Creates an animation instance
|
||||
|
Reference in New Issue
Block a user