mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
fix(all): updated tslint rules to latest
This commit is contained in:
@ -3,7 +3,7 @@ export interface PickerButton {
|
||||
text?: string;
|
||||
role?: string;
|
||||
cssClass?: string | string[];
|
||||
handler?: (value: any) => boolean|void;
|
||||
handler?: (value: any) => boolean | void;
|
||||
}
|
||||
|
||||
export interface PickerOptions {
|
||||
|
Reference in New Issue
Block a user