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