UNPKG

186 BTypeScriptView Raw
1/**
2 * @private
3 */
4export declare function get(element: Element | Window, path: string): any;
5/**
6 * @private
7 */
8export declare function getPromise(callback?: Function): Promise<any>;