Declare the events that can be emitted, including the events listed in the provided superclass.
class MyElement extends MySuperclassElement { emits!: EmitsSuper<MySuperclassElement, "click">;} Copy
class MyElement extends MySuperclassElement { emits!: EmitsSuper<MySuperclassElement, "click">;}
Declare the events that can be emitted, including the events listed in the provided superclass.