mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-26 14:15:57 +08:00
Update ionic.d.ts
Fix IonicActionSheetOptions bugs
This commit is contained in:
2
ionic/ionic.d.ts
vendored
2
ionic/ionic.d.ts
vendored
@@ -16,7 +16,7 @@ declare module ionic {
|
||||
cancelText?: string;
|
||||
destructiveText?: string;
|
||||
cancel?: ()=>any;
|
||||
buttonClicked?: ()=>any;
|
||||
buttonClicked?: (index: any)=>any;
|
||||
destructiveButtonClicked?: ()=>any;
|
||||
cancelOnStateChange?: boolean;
|
||||
cssClass?: string;
|
||||
|
||||
Reference in New Issue
Block a user