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
/
index.d.ts
4 lines
(3 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
export
{
Gantt
}
from
'./components/gantt/gantt'
;
export
{
ViewMode
}
from
'./types'
;
export
type
{
GanttProps
,
Task
,
StylingOption
,
DisplayOption
,
EventOption
, }
from
'./types'
;