mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
14 lines
179 B
TypeScript
14 lines
179 B
TypeScript
|
|
@Decorator({
|
|
selector: 'ion-primary-options'
|
|
})
|
|
export class ItemPrimaryOptions {
|
|
}
|
|
|
|
@Decorator({
|
|
selector: 'ion-secondary-options'
|
|
})
|
|
export class ItemSecondaryOptions {
|
|
}
|
|
|