2015-11-30 22:15:21 -06:00

5 lines
111 B
TypeScript

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