UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

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