<?php

// AUTOMATICALLY GENERATED.  DO NOT EDIT.
// Use `composer build` to regenerate.

namespace Wikimedia\IDLeDOM;

/**
 * HTMLFormControlsCollection
 *
 * @see https://dom.spec.whatwg.org/#interface-htmlformcontrolscollection
 *
 * @property int $length
 * @phan-forbid-undeclared-magic-properties
 */
interface HTMLFormControlsCollection extends HTMLCollection {
	// Direct parent: HTMLCollection

}
