first commit
This commit is contained in:
7
node_modules/dom-helpers/cjs/nextUntil.d.ts
generated
vendored
Normal file
7
node_modules/dom-helpers/cjs/nextUntil.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Collects all next sibling elements of an element until a given selector is matched.
|
||||
*
|
||||
* @param node the referene node
|
||||
* @param selector the selector to match
|
||||
*/
|
||||
export default function nextUntil(node: Element | null, selector: string): Element[];
|
||||
Reference in New Issue
Block a user