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.
1 parent 5938470 commit 0e985f5Copy full SHA for 0e985f5
src/Component.ts
@@ -23,7 +23,7 @@ type ElementToTagName<T extends HTMLElement> = {
23
/**
24
* An {@link !HTMLElement} component.
25
*
26
- * To create your own component, it's recommended to extend this class.
+ * To create your own HTML component, it's recommended to extend this class.
27
* @typeParam T Component element type
28
*/
29
export class Component<T extends HTMLElement = HTMLElement> extends BaseComponent<T> {
0 commit comments