UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

4 lines (3 loc) 309 B
import { IPositions } from "../../../../interfaces/Table"; export declare function updatePosition(element: HTMLElement, positions: IPositions, isDefaultPosition: boolean, isEdgePosition: boolean, isScrollingStopped: boolean): void; export declare function getHiddenRowsOffset(hasHiddenRows: boolean): number;