mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update ionic.d.ts
Fix IonicActionSheetOptions bugs
This commit is contained in:
Vendored
+1
-1
@@ -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