axui-datagrid
Version:
DataGrid, DataSheet for React
8 lines (7 loc) • 481 B
TypeScript
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;