ant-design-vue/components/row/index.ts

7 lines
152 B
TypeScript

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