UNPKG

@wordpress/dom

Version:
10 lines 282 B
/** * * Detects if element is a form element. * * @param {Element} element The element to check. * * @return {boolean} True if form element and false otherwise. */ export default function isFormElement(element: Element): boolean; //# sourceMappingURL=is-form-element.d.ts.map