import { Component } from '@stencil/core'; @Component({ tag: 'ion-row' }) export class Row {}