UNPKG

@ionic-native/core

Version:

Ionic Native - Native plugins for ionic apps

3 lines (2 loc) 171 B
import { CordovaOptions } from './interfaces'; export declare function cordova(pluginObj: any, methodName: string, config: CordovaOptions, args: IArguments | any[]): any;