mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
after() allows ZeptoCollection arg
This commit is contained in:
2
zepto/zepto.d.ts
vendored
2
zepto/zepto.d.ts
vendored
@@ -452,7 +452,7 @@ interface ZeptoCollection {
|
||||
/**
|
||||
* @see ZeptoCollection.after
|
||||
**/
|
||||
after(content: HTMLElement[]): ZeptoCollection;
|
||||
after(content: ZeptoCollection): ZeptoCollection;
|
||||
|
||||
/**
|
||||
* Append content to the DOM inside each individual element in the collection. The content can be an HTML string, a DOM node or an array of nodes.
|
||||
|
||||
Reference in New Issue
Block a user