mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
refactor(all): allow external imports
This commit is contained in:
@ -58,12 +58,6 @@ export class SelectOption {
|
||||
'id': this.inputId
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
export interface HTMLIonSelectOptionElementEvent extends CustomEvent {
|
||||
target: HTMLIonSelectOptionElement;
|
||||
}
|
||||
|
||||
let selectOptionIds = 0;
|
||||
|
||||
Reference in New Issue
Block a user