UNPKG

gantt-task-react-powern

Version:

Interactive Gantt Chart for React with TypeScript.

10 lines (9 loc) 263 B
import React from "react"; export declare const TaskListHeaderDefault: React.FC<{ headerHeight: number; rowWidth: string; fontFamily: string; fontSize: string; allSelected?: boolean; onSelectAll?: (selected: boolean) => void; }>;