getParentNode.d.ts 119 B

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