mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
lint(eslint): migrate to eslint and prettier (#25046)
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
|
||||
export interface SelectPopoverOption {
|
||||
text: string;
|
||||
value: string;
|
||||
disabled: boolean;
|
||||
checked: boolean;
|
||||
cssClass?: string | string[];
|
||||
handler?: (value: any) => boolean | void | {[key: string]: any};
|
||||
handler?: (value: any) => boolean | void | { [key: string]: any };
|
||||
}
|
||||
|
Reference in New Issue
Block a user