Skip to content

Commit af7cd8b

Browse files
committed
remove incorrect @protected
1 parent d439fa0 commit af7cd8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ type ElementToTagName<T extends HTMLElement> = {
2323
export class Component<T extends HTMLElement = HTMLElement> extends ElementComponent<T> {
2424
/**
2525
* @param element Instance or tag name
26-
* @protected
2726
*/
2827
public constructor(element: T | ElementToTagName<T>) {
2928
if (typeof element === "string") {

0 commit comments

Comments
 (0)