mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 15:27:18 +00:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
import { Col, ColProps, ColSize } from '../grid';
|
|
|
|
export { ColProps, ColSize };
|
|
|
|
export default Col;
|