awesome-cordova-plugins/dist/plugins/toast.d.ts
2015-11-28 16:52:05 -06:00

7 lines
150 B
TypeScript

export declare var Toast: {
name: string;
plugin: string;
showWithOptions: (...args: any[]) => any;
hide: (...args: any[]) => any;
};