mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-23 09:30:26 +00:00
# FancyTreeNode: tr is HTMLTableRowElement
This commit is contained in:
Vendored
+1
-1
@@ -236,7 +236,7 @@ declare namespace Fancytree {
|
||||
/** Outer element of single nodes */
|
||||
span: HTMLElement;
|
||||
/** Outer element of single nodes for table extension */
|
||||
tr: HTMLElement;
|
||||
tr: HTMLTableRowElement;
|
||||
//#endregion
|
||||
|
||||
//#region Methods
|
||||
|
||||
Reference in New Issue
Block a user