UNPKG

react-gantt-lightweight

Version:
6 lines (5 loc) 237 B
import "./index.css"; import React from "react"; import { GanttProps, GanttPropsRefProps } from "./types"; declare const Gantt: React.ForwardRefExoticComponent<GanttProps & React.RefAttributes<GanttPropsRefProps>>; export default Gantt;