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,11 +1,11 @@
|
||||
import { Component, Prop } from '@stencil/core';
|
||||
import { Component, ComponentInterface, Prop } from '@stencil/core';
|
||||
|
||||
@Component({
|
||||
tag: 'ion-grid',
|
||||
styleUrl: 'grid.scss',
|
||||
shadow: true
|
||||
})
|
||||
export class Grid {
|
||||
export class Grid implements ComponentInterface {
|
||||
|
||||
/**
|
||||
* If true, the grid will have a fixed width based on the screen size. Defaults to `false`.
|
||||
|
||||
Reference in New Issue
Block a user