@funkit/connect
Version:
Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.
11 lines (10 loc) • 350 B
TypeScript
/**
* @returns information about which dividers to display based on whether an observed content is scrolled to the top or bottom
*/
export declare const useScrollDivider: () => {
ref: import("react").RefObject<HTMLInputElement>;
hasTopDivider: boolean;
hasBottomDivider: boolean;
isScrolling: boolean;
isScrollable: boolean;
};