mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(all): updated tslint rules to latest
This commit is contained in:
@ -4,5 +4,5 @@ export interface SelectPopoverOption {
|
||||
value: string;
|
||||
disabled: boolean;
|
||||
checked: boolean;
|
||||
handler?: Function;
|
||||
handler?: () => void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user