UNPKG
vben-plugins
Version:
latest (6.0.11)
6.0.11
6.0.10
6.0.6
6.0.4
6.0.2
6.0.1
Plugins and integrations for Vben Admin
github.com/vbenjs/vue-vben-admin
vbenjs/vue-vben-admin
vben-plugins
/
src
/
vxe-table
/
index.ts
11 lines
(9 loc)
•
280 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
{ setupVbenVxeTable }
from
'./init'
;
export
type
{
VxeTableGridOptions
}
from
'./types'
;
export
*
from
'./use-vxe-grid'
;
export
{
default
as
VbenVxeGrid
}
from
'./use-vxe-grid.vue'
;
export
type
{
VxeGridListeners
,
VxeGridProps
,
VxeGridPropTypes
, }
from
'vxe-table'
;