3
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-17 17:21:08 +08:00

5 lines
111 B
TypeScript
Raw Normal View History

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