mfuntowicz's picture
mfuntowicz HF Staff
Upload folder using huggingface_hub
04ec17f verified
raw
history blame
318 Bytes
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;