mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 20:18:22 +08:00
7 lines
110 B
Vue
7 lines
110 B
Vue
import { ColumnProps } from './interface';
|
|
|
|
export default {
|
|
name: 'ATableColumn',
|
|
props: ColumnProps,
|
|
};
|