mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
refactor(all): using ComponentInterface
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Component } from '@stencil/core';
|
||||
import { Component, ComponentInterface } from '@stencil/core';
|
||||
|
||||
@Component({
|
||||
tag: 'ion-buttons',
|
||||
@ -8,4 +8,4 @@ import { Component } from '@stencil/core';
|
||||
},
|
||||
scoped: true,
|
||||
})
|
||||
export class Buttons {}
|
||||
export class Buttons implements ComponentInterface {}
|
||||
|
Reference in New Issue
Block a user