awesome-cordova-plugins/dist/plugins/actionsheet.d.ts

5 lines
111 B
TypeScript
Raw Normal View History

2015-11-30 06:30:15 +08:00
export declare class ActionSheet {
2015-11-30 09:54:45 +08:00
static show(options: any): void;
static hide(options: any): void;
2015-11-30 06:30:15 +08:00
}