UNPKG

@wordpress/dom

Version:
6 lines 306 B
/** * @param {Element} element * @return {element is HTMLInputElement | HTMLTextAreaElement} Whether the element is an input or textarea */ export default function isInputOrTextArea(element: Element): element is HTMLInputElement | HTMLTextAreaElement; //# sourceMappingURL=is-input-or-text-area.d.ts.map