UNPKG

@ionic-native/core

Version:

Ionic Native - Native plugins for ionic apps

9 lines (8 loc) 186 B
/** * @private */ export declare function get(element: Element | Window, path: string): any; /** * @private */ export declare function getPromise(callback?: Function): Promise<any>;