UNPKG

deep-chat

Version:

Customizable chat component for AI APIs

9 lines 456 B
export declare class ElementUtils { private static readonly CODE_SNIPPET_GENERATION_JUMP; static addElements(parent: HTMLElement, ...elements: HTMLElement[]): void; static isScrollbarAtBottomOfElement(element: HTMLElement): boolean; static cloneElement(element: HTMLElement): HTMLElement; static scrollToBottom(element: HTMLElement): void; static scrollToTop(element: HTMLElement): void; } //# sourceMappingURL=elementUtils.d.ts.map