UNPKG

choices.js

Version:

A vanilla JS customisable text input/select box plugin

5 lines (4 loc) 316 B
export declare const isHtmlInputElement: (e: Element) => e is HTMLInputElement; export declare const isHtmlSelectElement: (e: Element) => e is HTMLSelectElement; export declare const isHtmlOption: (e: Element) => e is HTMLOptionElement; export declare const isHtmlOptgroup: (e: Element) => e is HTMLOptGroupElement;