UNPKG

@huynhduluong/gantt-task-react

Version:

Interactive Gantt Chart for React with TypeScript

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