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