UNPKG

react-gantt-lightweight

Version:
11 lines (10 loc) 290 B
/// <reference types="react" /> import { GanttStatusListProps, IListIF } from "../types"; declare const Parent: React.FC<{ item: IListIF; index: number; showLine: boolean; statusList: GanttStatusListProps[]; onClickText: (e: IListIF) => void; }>; export default Parent;