UNPKG

reakit-utils

Version:

Reakit utils

7 lines (6 loc) 207 B
/** * Ponyfill for `Element.prototype.matches` * * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/matches */ export declare function matches(element: Element, selectors: string): boolean;