Represents a type that can be either an Element, EventTarget, or a CSS selector.

This type allows for flexibility in functions or methods that can accept either an ElementLike type object or a string representing a CSS selector.

Type Parameters