UNPKG

@wamra/gantt-task-react

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