diff --git a/knockout/knockout.d.ts b/knockout/knockout.d.ts index 1c1a7a351..876c9eae0 100644 --- a/knockout/knockout.d.ts +++ b/knockout/knockout.d.ts @@ -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 {