UNPKG
vue3-gantt-customized
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
vue3甘特图 借鉴了原有作者ZRX
vue3-gantt-customized
/
dist
/
index.d.ts
5 lines
(3 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
import
{
default
as
Gantt
,
GanttDataProps
,
GanttHeadProps
,
GanttRefProps
}
from
'./Gantt'
;
export
type
{
GanttDataProps
,
GanttHeadProps
,
GanttRefProps
};
export
default
Gantt
;