mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 04:58:16 +08:00
5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
import { Row } from '../grid';
|
|
import { withInstall } from '../_util/type';
|
|
|
|
export default withInstall(Row);
|