UNPKG
react-gantt-svg
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.2
1.0.1
1.0.0
0.1.1
0.1.0
A React Gantt chart component library
github.com/ok-jose/react-gantt
ok-jose/react-gantt
react-gantt-svg
/
dist
/
components
/
task-list
/
task-list-header.d.ts
10 lines
(9 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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
[]; }>;