UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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