mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-01 13:16:55 +08:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
import { Row, type RowProps } from '../grid';
|
|
|
|
export type { RowProps };
|
|
export default Row;
|