UNPKG

119 BTypeScriptView Raw
1/**
2 * Returns the parentNode or the host of the element
3 */
4export declare function getParentNode(element: any): any;