mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +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;
|