UNPKG

@hint/utils-dom

Version:
4 lines 255 B
import { HTMLElement } from './htmlelement'; import { HTMLDocument } from './htmldocument'; export declare const findOriginalElement: (document: HTMLDocument, element: HTMLElement) => HTMLElement | null; //# sourceMappingURL=find-original-element.d.ts.map