UNPKG

metismenujs

Version:

MetisMenu: Collapsible menu plugin with Vanilla-JS

3 lines (2 loc) 163 B
export declare function matches(element: Element, selector: string): boolean; export declare function closest(element: Element, selector: string): Element | null;