UNPKG
x-antd-vue
Version:
latest (1.0.1)
1.0.1
1.0.0
base on antd 1.7.2
www.antdv.com
xd-mike/x-antd
x-antd-vue
/
es
/
table
/
Column.js
6 lines
(5 loc)
•
108 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
ColumnProps
}
from
'./interface'
;
export
default
{
name
:
'ATableColumn'
,
props
:
ColumnProps
};