mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 11:54:27 +00:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
import { Row, RowProps } from '../grid';
|
|
|
|
export { RowProps };
|
|
export default Row;
|