UNPKG

@hint/utils-dom

Version:
4 lines 234 B
import { HTMLElement } from './htmlelement'; import { HTMLDocument } from './htmldocument'; export declare const getElementByUrl: (dom: HTMLDocument, url: string) => HTMLElement | null; //# sourceMappingURL=get-element-by-url.d.ts.map