mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
refactor(all): using ComponentInterface
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Component, Element, Event, EventEmitter, Method, Prop, QueueApi, State, Watch } from '@stencil/core';
|
||||
import { Component, ComponentInterface, Element, Event, EventEmitter, Method, Prop, QueueApi, State, Watch } from '@stencil/core';
|
||||
|
||||
import { Gesture, GestureDetail, Mode } from '../../interface';
|
||||
import { createThemedClasses } from '../../utils/theme';
|
||||
@ -10,7 +10,7 @@ import { createThemedClasses } from '../../utils/theme';
|
||||
md: 'refresher.md.scss'
|
||||
}
|
||||
})
|
||||
export class Refresher {
|
||||
export class Refresher implements ComponentInterface {
|
||||
|
||||
private appliedStyles = false;
|
||||
private didStart = false;
|
||||
|
||||
Reference in New Issue
Block a user