mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
14e2a56b75
* export components interface * export specific props * fix formItem missed import
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
import { Row, RowProps } from '../grid';
|
|
|
|
export { RowProps };
|
|
export default Row;
|