ant-design-vue/components/table/ColumnGroup.jsx

11 lines
169 B
React
Raw Normal View History

2018-03-29 22:08:04 +08:00
import PropTypes from '../_util/vue-types'
export default {
2018-04-08 21:17:20 +08:00
name: 'ATableColumnGroup',
2018-03-29 22:08:04 +08:00
props: {
title: PropTypes.any,
},
__ANT_TABLE_COLUMN_GROUP: true,
}