diff --git a/zepto/zepto.d.ts b/zepto/zepto.d.ts index bc08565c2f..3608ade9f2 100644 --- a/zepto/zepto.d.ts +++ b/zepto/zepto.d.ts @@ -963,6 +963,12 @@ interface ZeptoCollection { **/ prepend(content: HTMLElement[]): ZeptoCollection; + /** + * @see ZeptoCollection.prepend + * @param content + **/ + prepend(content: ZeptoCollection): ZeptoCollection; + /** * Prepend elements of the current collection inside each of the target elements. This is like prepend, only with reversed operands. * @param content