mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-03 04:27:41 +08:00
7 lines
108 B
Vue
7 lines
108 B
Vue
import { ColumnProps } from './interface'
|
|
|
|
export default {
|
|
name: 'ATableColumn',
|
|
props: ColumnProps,
|
|
}
|