mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 07:20:38 +00:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
import { Row, RowProps } from '../grid';
|
|
|
|
export { RowProps };
|
|
export default Row;
|