UNPKG

gantt-task-react-powern

Version:

Interactive Gantt Chart for React with TypeScript.

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