diff --git a/zepto/zepto.d.ts b/zepto/zepto.d.ts index 5aa3aa825..aa497b03f 100644 --- a/zepto/zepto.d.ts +++ b/zepto/zepto.d.ts @@ -993,6 +993,12 @@ interface ZeptoCollection { **/ prependTo(content: HTMLElement[]): ZeptoCollection; + /** + * @see ZeptoCollection.prependTo + * @param content + **/ + prependTo(content: ZeptoCollection): ZeptoCollection; + /** * Get the previous sibling—optionally filtered by selector—of each element in the collection. * @param selector