mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
Yea toast
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ export declare const getPlugin: (pluginRef: string) => any;
|
||||
export declare const isInstalled: (pluginRef: string) => boolean;
|
||||
export declare const pluginWarn: (pluginName: string, method: string, plugin: string) => void;
|
||||
export declare const cordovaWarn: (pluginName: string, method: string) => void;
|
||||
export declare const wrap: (pluginObj: any, methodName: any, opts?: any) => (...args: any[]) => any;
|
||||
export declare const wrap: (pluginObj: any, methodName: string, opts?: any) => (...args: any[]) => any;
|
||||
/**
|
||||
* Class decorator specifying Plugin metadata. Required for all plugins.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user