UNPKG

react-gantt-svg

Version:

A React Gantt chart component library

10 lines (9 loc) 285 B
import React, { type SyntheticEvent } from 'react'; export declare const VerticalScroll: React.FC<{ scroll: number; ganttHeight: number; ganttFullHeight: number; headerHeight: number; rtl: boolean; onScroll: (event: SyntheticEvent<HTMLDivElement>) => void; }>;