UNPKG

@wamra/gantt-task-react

Version:
3 lines (2 loc) 242 B
import type { RefObject, SyntheticEvent } from "react"; export declare const useVerticalScrollbars: () => [RefObject<HTMLDivElement>, RefObject<HTMLDivElement>, (nextScrollY: number) => void, (event: SyntheticEvent<HTMLDivElement>) => void];