2
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-03 16:03:02 +08:00
awesome-cordova-plugins/dist/plugins/actionsheet.d.ts
2015-11-29 19:54:45 -06:00

5 lines
111 B
TypeScript

export declare class ActionSheet {
static show(options: any): void;
static hide(options: any): void;
}