mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-01 11:38:36 +08:00
11 lines
169 B
Vue
11 lines
169 B
Vue
|
|
import PropTypes from '../_util/vue-types'
|
|
|
|
export default {
|
|
name: 'ATableColumnGroup',
|
|
props: {
|
|
title: PropTypes.any,
|
|
},
|
|
__ANT_TABLE_COLUMN_GROUP: true,
|
|
}
|