UNPKG
gantt-task-react-pro
Version:
latest (0.1.1)
0.1.1
0.1.0
fork gantt-task-react
github.com/YuanBingrui/gantt-task-react-pro
YuanBingrui/gantt-task-react-pro
gantt-task-react-pro
/
dist
/
index.d.ts
4 lines
(3 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
export
{
Gantt
}
from
"./components/gantt/gantt"
;
export
{
ViewMode
}
from
"./types/public-types"
;
export
type
{
GanttProps
,
Task
,
StylingOption
,
DisplayOption
,
EventOption
, }
from
"./types/public-types"
;