UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

3 lines (2 loc) 185 B
import * as React from 'react'; export declare function useScrollHandler(onScroll: (event: Event) => void, anchorRef: React.RefObject<HTMLDivElement | null>, disabled?: boolean): void;