FrontPastel/node_modules/dom-helpers/esm/collectSiblings.d.ts

2 lines
126 B
TypeScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
export default function collectSiblings(node: Element | null, refNode?: Element | null, selector?: string | null): Element[];