<?php

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

namespace Wikimedia\IDLeDOM;

/**
 * Slottable
 *
 * @see https://dom.spec.whatwg.org/#interface-slottable
 *
 * @property HTMLSlotElement|null $assignedSlot
 * @phan-forbid-undeclared-magic-properties
 */
interface Slottable {
	/**
	 * @return HTMLSlotElement|null
	 */
	public function getAssignedSlot();

}
