UNPKG
@xpyjs/gantt-vue
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
0.0.1-rc.5
0.0.1-rc.4
0.0.1-rc.3
0.0.1-rc.2
0.0.1-rc.1
0.0.1-beta.4
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
0.0.1-beta.0
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
Vue wrapper for x-gantt
github.com/xpyjs/gantt
xpyjs/gantt
@xpyjs/gantt-vue
/
types
/
components.d.ts
8 lines
(5 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
module
"@vue/runtime-core"
{
export
interface
GlobalComponents
{
XGanttVue
:
typeof
import
(
"./index"
)[
"XGanttVue"
]; } }