UNPKG

react-gantt-lightweight

Version:
8 lines (7 loc) 183 B
/// <reference types="react" /> import { IListIF } from "../types"; declare const HelpLine: React.FC<{ item: IListIF; ganttProgressBarId: string; }>; export default HelpLine;