UNPKG
lc-vue-pro-table
Version:
latest (1.3.0)
1.3.0
1.2.1
1.1.1
1.0.7
1.0.5
1.0.3
1.0.0
vue3高级表格
lc-vue-pro-table
/
dist
/
src
/
index.d.ts
4 lines
(3 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
import
'./iconfont/iconfont.css'
;
export
{
default
as
ProTable
}
from
'./components/pro-table.vue'
;
export
{
default
as
ProTableColumn
}
from
'./components/pro-table-column.tsx'
;