UNPKG

react-gantt-svg

Version:

A React Gantt chart component library

10 lines (9 loc) 257 B
import React from 'react'; import type { TableColumn } from '../../types'; export declare const TaskListHeaderDefault: React.FC<{ headerHeight: number; rowWidth: string; fontFamily: string; fontSize: string; columns?: TableColumn[]; }>;