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
}