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
/
Gantt
/
index.d.ts
6 lines
(4 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
default
as
Gantt
}
from
'./index.vue'
;
import
{
GanttDataProps
,
GanttHeadProps
,
GanttRefProps
}
from
'./types.vue'
;
export
default
Gantt
;
export
type
{
GanttDataProps
,
GanttHeadProps
,
GanttRefProps
};