Skip to content

Commit 9fc2d10

Browse files
committed
document ElementComponent type param T
1 parent 87e5415 commit 9fc2d10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ElementComponent.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ type WritableKeys<T> = Extract<
3636

3737

3838
/**
39-
* An {@link Element} component
39+
* An {@link !Element} component
40+
* @typeParam T Component element type
4041
*/
4142
export abstract class ElementComponent<T extends Element> {
4243
public readonly element: T;

0 commit comments

Comments
 (0)