mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
chore(packages): move the packages to root
This commit is contained in:
14
core/src/components/grid/grid.tsx
Normal file
14
core/src/components/grid/grid.tsx
Normal file
@ -0,0 +1,14 @@
|
||||
import { Component } from '@stencil/core';
|
||||
|
||||
|
||||
@Component({
|
||||
tag: 'ion-grid',
|
||||
styleUrls: {
|
||||
ios: 'grid.ios.scss',
|
||||
md: 'grid.md.scss'
|
||||
},
|
||||
host: {
|
||||
theme: 'grid'
|
||||
}
|
||||
})
|
||||
export class Grid {}
|
||||
Reference in New Issue
Block a user