mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
refactor(all): allow external imports
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
|
||||
export interface SelectPopoverOption {
|
||||
text: string;
|
||||
value: string;
|
||||
disabled: boolean;
|
||||
checked: boolean;
|
||||
handler?: Function;
|
||||
}
|
Reference in New Issue
Block a user