mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-01 11:50:54 +08:00
Added ko.virtualElements.childNodes
This commit is contained in:
Vendored
+1
@@ -234,6 +234,7 @@ interface KnockoutVirtualElements {
|
||||
nextSibling( e: KnockoutVirtualElement );
|
||||
prepend( e: KnockoutVirtualElement, toInsert: HTMLElement );
|
||||
setDomNodeChildren( e: KnockoutVirtualElement, newChildren: { length: number;[index: number]: HTMLElement; } );
|
||||
childNodes( e: KnockoutVirtualElement ): HTMLElement[];
|
||||
}
|
||||
|
||||
interface KnockoutExtenders {
|
||||
|
||||
Reference in New Issue
Block a user