mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 21:18:01 +08:00
0b6356d984
* chore: rename file .tsx => .ts * fix: fix * test: add test case
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
import { Row, type RowProps } from '../grid';
|
|
|
|
export type { RowProps };
|
|
export default Row;
|