ant-design/components/row/index.ts
lijianan 0b6356d984
chore: rename file .tsx => .ts (#46759)
* chore: rename file .tsx => .ts

* fix: fix

* test: add test case
2024-01-03 08:45:11 +08:00

5 lines
93 B
TypeScript

import { Row, type RowProps } from '../grid';
export type { RowProps };
export default Row;