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

7 lines
152 B
TypeScript
Raw Normal View History

2019-01-12 03:33:27 +00:00
import { Row } from '../grid';
2020-11-01 07:03:33 +00:00
import { withInstall } from '../_util/type';
2021-06-23 15:08:16 +00:00
export type { RowProps } from '../grid';
2021-06-23 13:47:53 +00:00
2020-11-01 07:03:33 +00:00
export default withInstall(Row);