UNPKG

@i-novus/ui-core

Version:

Базовые UI компоненты

3 lines (2 loc) 224 B
import { MutableRefObject } from 'react'; export declare const useScroll: (targetRef: MutableRefObject<HTMLUListElement | null>, scrollHandler?: ((event: Event, value?: string) => void) | undefined, value?: string) => void;