UNPKG

epn-ui

Version:

Дизайн система кабинета ВМ

12 lines (9 loc) 471 B
import React from 'react'; import Row from 'antd/lib/grid/row'; import Col from './Col/index.js'; function Grid(_a) { var children = _a.children, className = _a.className, style = _a.style, gutter = _a.gutter, wrap = _a.wrap, align = _a.align, justify = _a.justify; return (React.createElement(Row, { style: style, className: className, gutter: gutter, wrap: wrap, align: align, justify: justify }, children)); } Grid.Col = Col; export { Grid as default };