ant-design-vue/components/row/index.ts
2021-06-23 23:10:07 +08:00

7 lines
152 B
TypeScript

import { Row } from '../grid';
import { withInstall } from '../_util/type';
export type { RowProps } from '../grid';
export default withInstall(Row);