UNPKG

rsuite

Version:

A suite of react components

6 lines (5 loc) 242 B
export declare function useScrollState(scrollShadow?: boolean): { scrollState: "top" | "bottom" | "middle" | null; handleScroll: ((...args: any[]) => any) | undefined; bodyRef: import("react").RefObject<HTMLDivElement | null>; };