3 lines
173 B
TypeScript
3 lines
173 B
TypeScript
export declare function isOrContainsTarget(node: HTMLElement, target: Element): boolean;
|
|
export declare function getOwnerDocument(el: Element | null | undefined): Document;
|