mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-12 18:56:31 +08:00
5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
export declare class ActionSheet {
|
|
static show(options: any): void;
|
|
static hide(options: any): void;
|
|
}
|