mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-09 18:43:23 +08:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
import { Row, RowProps } from '../grid';
|
|
|
|
export { RowProps };
|
|
export default Row;
|