mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
prepend() allows ZeptoCollection arg
This commit is contained in:
6
zepto/zepto.d.ts
vendored
6
zepto/zepto.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user