UNPKG

axui-datagrid

Version:
8 lines (7 loc) 481 B
export declare function getScrollPositionByScrollBar(scrollBarLeft: number, scrollBarTop: number, { horizontalScrollerWidth, verticalScrollerHeight, horizontalScrollBarWidth, verticalScrollBarHeight, scrollContentWidth, scrollContentHeight, scrollContentContainerWidth, scrollContentContainerHeight, BW, BH, SW, SH, }: any): { scrollLeft: number; scrollTop: number; endOfScrollLeft: boolean; endOfScrollTop: boolean; }; export default getScrollPositionByScrollBar;