mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 11:03:01 +08:00
7 lines
150 B
TypeScript
7 lines
150 B
TypeScript
|
export declare var Toast: {
|
||
|
name: string;
|
||
|
plugin: string;
|
||
|
showWithOptions: (...args: any[]) => any;
|
||
|
hide: (...args: any[]) => any;
|
||
|
};
|