mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
8 lines
98 B
TypeScript
8 lines
98 B
TypeScript
import { Component } from '@stencil/core';
|
|
|
|
|
|
@Component({
|
|
tag: 'ion-row'
|
|
})
|
|
export class Row {}
|