@skbkontur/db-viewer-ui
Version:
Database Viewer with custom configuration
3 lines (2 loc) • 300 B
TypeScript
export declare const isScrollbarInViewport: (containerElement: HTMLElement, scrollbarElement: HTMLElement) => boolean;
export declare const updateScrollbarPosition: (containerElement: HTMLElement, scrollbarElement: HTMLElement, scrollbarChildElement: HTMLElement, currentScrollLeft: number) => void;