We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@protected
1 parent d439fa0 commit af7cd8bCopy full SHA for af7cd8b
src/Component.ts
@@ -23,7 +23,6 @@ type ElementToTagName<T extends HTMLElement> = {
23
export class Component<T extends HTMLElement = HTMLElement> extends ElementComponent<T> {
24
/**
25
* @param element Instance or tag name
26
- * @protected
27
*/
28
public constructor(element: T | ElementToTagName<T>) {
29
if (typeof element === "string") {
0 commit comments