This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
export declare function findNextSibling(el: Element, selector: string): Element | undefined;
|
||||
export declare function findPreviousSibling(el: Element, selector: string): Element | undefined;
|
||||
export declare function findFirstStartMarkerWithImmediateSiblingAsEnd(el: Element, type: "item" | "group"): HTMLElement | null;
|
||||
Reference in New Issue
Block a user