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

10 lines
170 B
Vue
Raw Normal View History

2019-01-12 03:33:27 +00:00
import PropTypes from '../_util/vue-types';
2018-03-29 14:08:04 +00:00
export default {
2018-04-08 13:17:20 +00:00
name: 'ATableColumnGroup',
2018-03-29 14:08:04 +00:00
props: {
title: PropTypes.any,
},
__ANT_TABLE_COLUMN_GROUP: true,
2019-01-12 03:33:27 +00:00
};