UNPKG

@pmwcs/base

Version:
3 lines (2 loc) 198 B
export declare const closest: (element: HTMLElement | EventTarget | null, selector: string) => HTMLElement | null; export declare const matches: (element: HTMLElement, selector: string) => boolean;