mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 09:42:54 +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;
|
|
};
|