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