UNPKG

react-gantt-lightweight

Version:
9 lines (8 loc) 193 B
/// <reference types="react" /> import { IListIF } from "../types"; declare const Children: React.FC<{ item: IListIF; index: number; showLine: boolean; }>; export default Children;