UNPKG

gantt-task-react-powern

Version:

Interactive Gantt Chart for React with TypeScript.

4 lines (3 loc) 132 B
import React from "react"; import { TaskItemProps } from "../task-item"; export declare const BarSmall: React.FC<TaskItemProps>;