mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
export declare class Toast {
|
|
static hide(): void;
|
|
static showWithOptions(options: any): void;
|
|
}
|