elemental2.dom.HTMLFormControlsCollection Maven / Gradle / Ivy
package elemental2.dom;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
import jsinterop.base.JsArrayLike;
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class HTMLFormControlsCollection extends HTMLCollection implements JsArrayLike {
public native T namedItem(String name);
}