<?php

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

namespace Wikimedia\IDLeDOM;

/**
 * LinkStyle
 *
 * @see https://dom.spec.whatwg.org/#interface-linkstyle
 *
 * @property CSSStyleSheet|null $sheet
 * @phan-forbid-undeclared-magic-properties
 */
interface LinkStyle {
	/**
	 * @return CSSStyleSheet|null
	 */
	public function getSheet();

}
