UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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: HTMLElement | Window, pos: number) => void;