UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

4 lines (3 loc) 271 B
export declare const getScrollHeight: (el?: Window | HTMLElement | undefined) => number; export declare const getScrollYPosition: (el?: Window | HTMLElement | undefined) => number; export declare const setScrollYPosition: (el: Window | HTMLElement, pos: number) => void;