mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 23:37:35 +08:00
Added ko.virtualElements.childNodes
This commit is contained in:
1
knockout/knockout.d.ts
vendored
1
knockout/knockout.d.ts
vendored
@@ -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