mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
11 lines
155 B
TypeScript
11 lines
155 B
TypeScript
import Row from './row';
|
|
import Col from './col';
|
|
|
|
export { RowProps } from './row';
|
|
export { ColProps, ColSize } from './col';
|
|
|
|
export {
|
|
Row,
|
|
Col,
|
|
};
|