UNPKG
magic-vue2-designer
Version:
latest (1.0.1)
1.0.1
#### 介绍
ssssssss.org
magic-vue2-designer
/
src
/
library
/
ant
/
data-display
/
index.ts
11 lines
(8 loc)
•
208 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
ComponentGroupInfo
}
from
'../../page-object'
import
table
from
'./table'
const
data
:
ComponentGroupInfo
= {
id
:
'data-display'
,
title
:
'数据显示'
,
list
: [...table] }
export
default
data