UNPKG

zent

Version:

一套前端设计语言和基于React的实现

10 lines (7 loc) 108 B
import Row from './Row'; import Col from './Col'; const Layout = { Row, Col }; export default Layout;