UNPKG

@rsagiev/gantt-task-react-19

Version:

Interactive Gantt Chart for React with TypeScript.

4 lines (3 loc) 150 B
import React from "react"; import { GanttProps } from "../../types/public-types"; export declare const Gantt: React.FunctionComponent<GanttProps>;