mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
fix(all): lint errors
This commit is contained in:
@ -17,5 +17,5 @@ export interface ActionSheetButton {
|
||||
role?: 'cancel' | 'destructive' | 'selected' | string;
|
||||
icon?: string;
|
||||
cssClass?: string | string[];
|
||||
handler?: () => boolean | void;
|
||||
handler?: () => boolean | void | Promise<boolean>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user