<?php

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

namespace Wikimedia\IDLeDOM;

/**
 * DocumentOrShadowRoot
 *
 * @see https://dom.spec.whatwg.org/#interface-documentorshadowroot
 *
 * @property StyleSheetList $styleSheets
 * @phan-forbid-undeclared-magic-properties
 */
interface DocumentOrShadowRoot {
	/**
	 * @return StyleSheetList
	 */
	public function getStyleSheets();

}
