getScroll.d.ts 167 B

1234
  1. /**
  2. * Gets the scroll value of the given element in the given side (top and left)
  3. */
  4. export declare function getScroll(element: HTMLElement, side?: string): number;